X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ChangeLog;h=7e8ee3e31c6db19a9c9a9283267dceb770669b56;hp=c8e861d3e87844ce4802588b51b7f751114d82fc;hb=ebfbedec7295cb95ceda12f0fa203d4f1d314fdd;hpb=bf91f44aed0290100f98ca4d0bf2e1572f1dd9f2 diff --git a/ChangeLog b/ChangeLog index c8e861d3..7e8ee3e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,8 @@ ChangeLog for Privoxy -------------------------------------------------------------------- *** Version 3.0.17 Stable *** -- Fixed last-chunk-detection for responses where the content was small - enough to be read with the body, causing Privoxy to wait for the +- Fixed last-chunk-detection for responses where the body was small + enough to be read with the headers, causing Privoxy to wait for the end of the content until the server closed the connection or the request timed out. Reported by "Karsten" in #3028326. - Responses with status code 204 weren't properly detected as body-less @@ -145,7 +145,7 @@ ChangeLog for Privoxy - In log_error(), assert that ival and sval have reasonable values. There's no reason not to abort() if they don't. - Remove an incorrect cgi_error_unknown() call in a - cannnot-happen-situation in send_crunch_response(). + cannot-happen-situation in send_crunch_response(). - Clean up white-space in http_response definition and move the crunch_reason to the beginning. - Turn http_response.reason into an enum and rename it