|
|
|
|
|
by cryptonector
2512 days ago
|
|
Disabling chunking is often not an option. EDIT: Basically, chunked transfer encoding is not an option for any front-end systems (reverse proxies / load balancers of any kind). Also note that because there exist apps that associate authentication state with connections (though they're not supposed to), one should generally avoid mixing traffic from different users onto one connection. |
|