X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=780969c2a31001b4b66f485b2c7af3f4ceebc5a2;hp=5ed93b35688cb7feaba64cfff0d3d205b6e932e4;hb=c232134d35de4cb1f62b895961838db6b7c37774;hpb=9f13f4b9706b231be792217dabc67adb702eb2ad diff --git a/jcc.c b/jcc.c index 5ed93b35..780969c2 100644 --- a/jcc.c +++ b/jcc.c @@ -1835,7 +1835,8 @@ static jb_err receive_client_request(struct client_state *csp) if (!data_is_available(csp->cfd, csp->config->socket_timeout)) { log_error(LOG_LEVEL_ERROR, - "Stopped grabbing the client headers."); + "Client headers did not arrive in time. Timeout: %d", + csp->config->socket_timeout); destroy_list(headers); return JB_ERR_PARSE; }