From: Fabian Keil Fixed last-chunk-detection for responses where the content was small
enough to be read with the body, causing Privoxy to wait for the
- end of the content until the server closed the connection.
- Reported by "Karsten" in #3028326.
+ 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
- like RFC2616 mandates. Like the previous bug, this caused Privoxy
- to wait for the end of the content until the server closed the connection.
- Fixes #3022042 and #3025553, reported by a user with no visible name.
- Most likely also fixes a bunch of other AJAX-related problem reports
- that got closed in the past due to insufficient information and lack
- of feedback.
+ like RFC2616 mandates. Like the previous bug, this caused Privoxy to
+ wait for the end of the content until the server closed the connection
+ or the request timed out. Fixes #3022042 and #3025553, reported by a
+ user with no visible name. Most likely also fixes a bunch of other
+ AJAX-related problem reports that got closed in the past due to
+ insufficient information and lack of feedback.
In cgi_show_url_info(), don't forget to prefix URLs that only contain http:// or https:// in the path.
- Fixes #2975765 reported by Adam Piggott.
+> In cgi_show_url_info(), don't forget to prefix URLs that only contain
+ http:// or https:// in the path. Fixes #2975765 reported by Adam Piggott.
javascript needs to be blocked with +handle-as-empty-document to
work around Firefox bug 492459. So move .js blockers from
- +block{Might be a web-bug.} -handle-as-empty-document
- to
- +block{Might be a web-bug.} +handle-as-empty-document
+ +block{Might be a web-bug.} -handle-as-empty-document to
+ +block{Might be a web-bug.} +handle-as-empty-document.
Block another omniture tracking domain
+> Block another omniture tracking domain.
Fixed a link to the 'intercepting' entry and add another one. +
Rename the 'Other' section to 'Mailing Lists' and reword it + to make it clear that nobody is forced to use the trackers +
Note that 'anonymously' posting on the trackers may not always + be possible. +
Suggest to enable debug 32768 when suspecting parsing problems. +
Also gather statistics for blocked and redirected requests. +> Gather statistics for ressources, methods, and HTTP versions + used by the client.
Provide the percentage of keep-alive offers the client accepted. +> Also gather statistics for blocked and redirected requests.
Add a --url-statistics-threshold option. +> Provide the percentage of keep-alive offers the client accepted.
Also gather statistics for ressources, methods, and HTTP versions - used by the client. +> Add a --url-statistics-threshold option.
Fix white-space in a log message in remove_chunked_transfer_coding(). + While at it, add a note that the message doesn't seem to + be entirely correct and should be improved later on. +