Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore whitespace chars after chunk-size
Previously (before #1498 change), squid was accepting TE-chunked replies with whitespaces after chunk-size and missing chunk-ext data. After It turned out that replies with such whitespace chars are pretty common and other webservers which can act as forward proxies (e.g. nginx, httpd...) are accepting them. This change will allow to proxy chunked responses from origin server, which had whitespaces inbetween chunk-size and CRLF.
- Loading branch information