-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http_server: extend checks for keep-alive configs and protocol defaults
This patch, add extra checks per protocol version and user configuration based on the net_setup flag passed so it can honor when to keep the connection persistent and when it must be closed, this fixes the issues associated with different setups for: - http2: off - http2: on - net.keepalive: on - net.keepalive: off This PR is a continuation of work that started on troubleshooting #9010. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information
Showing
1 changed file
with
71 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters