X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jcc.c;h=602e18e5ace92047d1f355335c96c5858228e6ee;hb=ddc84fafa9c94cfc201dda29ad90d1a1cee071be;hp=64b35058c001b33f39905ba36aa4f078fff49caa;hpb=77f17a73cb0d567c22a98d9ccffc7dea0cafc6fe;p=privoxy.git diff --git a/jcc.c b/jcc.c index 64b35058..602e18e5 100644 --- a/jcc.c +++ b/jcc.c @@ -838,9 +838,9 @@ static void send_crunch_response(const struct client_state *csp, struct http_res || write_socket_delayed(csp->cfd, rsp->body, rsp->content_length, get_write_delay(csp))) { /* There is nothing we can do about it. */ - log_error(LOG_LEVEL_ERROR, - "Couldn't deliver the error message through client socket %d: %E", - csp->cfd); + log_error(LOG_LEVEL_CONNECT, + "Couldn't deliver the error message for %s through client socket %d: %E", + http->url, csp->cfd); } /* Clean up and return */ @@ -1945,7 +1945,7 @@ static jb_err parse_client_request(struct client_state *csp) * Parameters : * 1 : csp = Current client state (buffers, headers, etc...) * - * Returns : 0 on success, anything else is na error. + * Returns : 0 on success, anything else is an error. * *********************************************************************/ static int send_http_request(struct client_state *csp)