mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +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;
|
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);
|
} 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
|
/* if we are in pipelining mode, clear this flag now to force a new
|
||||||
recv if the request is not complete */
|
recv if the request is not complete */
|
||||||
more_requests = 0;
|
more_requests = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user