CelestiaTheDryad commented on PR #495: URL: https://github.com/apache/httpcomponents-core/pull/495#issuecomment-2408688333
That's correct. We use HttpCore to serve the files for our web app and the REST API that controls the back-end server. We encountered this issue when upgrading to HttpCore 5.x to leverage HTTP/2. The 4096 octets that browsers default to is large enough that low-usage connections wont even reach the limit. It's also plausible that the maximum size used by browsers was changed recently. In any case it was immediately apparent to us because of the size of some headers we use. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org