mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Auto-format after merge
This commit is contained in:
@@ -6737,8 +6737,8 @@ read_request(FILE *fp,
|
|||||||
|
|
||||||
request_len = get_request_len(buf, *nread);
|
request_len = get_request_len(buf, *nread);
|
||||||
|
|
||||||
/* first time reading from this connection */
|
/* first time reading from this connection */
|
||||||
clock_gettime(CLOCK_MONOTONIC, &last_action_time);
|
clock_gettime(CLOCK_MONOTONIC, &last_action_time);
|
||||||
|
|
||||||
while (
|
while (
|
||||||
(conn->ctx->stop_flag == 0) && (*nread < bufsiz) && (request_len == 0)
|
(conn->ctx->stop_flag == 0) && (*nread < bufsiz) && (request_len == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user