Created
March 7, 2014 03:43
-
-
Save jkinred/9404888 to your computer and use it in GitHub Desktop.
Interpretation of HAproxy manual in regard to HTTP keepalive
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
It seems that these two statements from http://haproxy.1wt.eu/download/1.4/doc/configuration.txt are not consistent. | |
In "1.1. The HTTP transaction model" section: | |
"Once established, the connection is persisted both on the client and | |
server sides." | |
In "option http-server-close" section: | |
"By default, when a client communicates with a server, HAProxy will only | |
analyze, log, and process the first request of each connection." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment