TAG NAME broken_posts

Description A list of ACL elements which, if matched, causes Squid to send an extra CRLF pair after the body of a  PUT/POST
request
Built Option
Default
Usage
broken_posts allow|deny aclname …
Default
none
Synopsis

Squid will send an extra CLRF pair after the body of a PUT/POST request for the access list specified is matched. Some HTTP servers has broken implementations of PUT/POST, and rely on an extra CRLF pair sent by some WWW clients.

Arguments

allow/deny
Allow or deny access list
aclname
Access list name

Example(s)
acl buggy_server url_regex ^http://….
broken_posts allow buggy_server