mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Improved broken link handling
SVN revision: 2435
This commit is contained in:
parent
623374f273
commit
9c62e3c3f2
@ -28847,10 +28847,14 @@ void server_loop(void)
|
||||
}
|
||||
continue;
|
||||
}
|
||||
/* repeat until empty line received (fragmented TCP packets!) */
|
||||
|
||||
/* repeat until empty line received (fragmented TCP packets!) */
|
||||
} while (strstr(net_buffer, "\r\n\r\n") == 0);
|
||||
}
|
||||
|
||||
if (broken)
|
||||
break;
|
||||
|
||||
/* if we are in pipelining mode, clear this flag now to force a new
|
||||
recv if the request is not complete */
|
||||
more_requests = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user