| Tag Name | broken_posts |
| Usage | broken_posts allow|deny acl name |
Description
A list of ACL elements which, if matched, causes Squid to send a extra CRLF pair after the body of a PUT/POST request. Some HTTP servers have broken implementations of PUT/POST, and rely on an extra CRLF pair sent by some WWW clients.
| Default | none |
Example
acl buggy_server url_regex ^http://….
broken_posts allow buggy_server