mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-02 18:54:57 -05:00
We currently set request._keepalive prematurely. There are [error cases] where the request could be abandoned before being fully drained. While we do try to drain in some cases, it isn't always possible. For this reason, request.keepalive is only set at the end of the request lifecycle, at which point we know the connection is ready to be re-used.