Node:Tuning the HTTP parser, Next:Censoring headers, Previous:Contacting servers, Up:Network
As a number of HTTP servers and CGI scripts serve incorrect HTTP
headers, Polipo uses a lax parser by default, meaning that
incorrect HTTP headers will be ignored (with a warning). If the
variable laxHttpParser
is not set, Polipo will use a
strict parser, and refuse to serve an instance unless it could
parse all the headers.