Skip to content

Instantly share code, notes, and snippets.

@jkinred
Created March 7, 2014 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkinred/9404888 to your computer and use it in GitHub Desktop.
Save jkinred/9404888 to your computer and use it in GitHub Desktop.
Interpretation of HAproxy manual in regard to HTTP keepalive
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