diff options
author | Fred Hebert <[email protected]> | 2014-01-14 13:30:58 -0500 |
---|---|---|
committer | Fred Hebert <[email protected]> | 2014-07-14 10:11:03 -0400 |
commit | b10b34a8f204ed409a6fc936e199557bfe3b0975 (patch) | |
tree | d911ecf2b32464ef67a12f02dec809300686dc42 /examples/cookie | |
parent | 9980348a1cd74a41b3024f0b01d6fef301d8288b (diff) | |
download | cowboy-b10b34a8f204ed409a6fc936e199557bfe3b0975.tar.gz cowboy-b10b34a8f204ed409a6fc936e199557bfe3b0975.tar.bz2 cowboy-b10b34a8f204ed409a6fc936e199557bfe3b0975.zip |
Support ad-hoc keep-alive for HTTP/1.0 Clients
Only go for keep-alive if they submit a 'connection: keep-alive' header
in the request, keep behaviour the same otherwise.
The new RFC 7230 (http://tools.ietf.org/html/rfc7230#section-6.3)
states:
If the received protocol is HTTP/1.0, the "keep-alive" connection
option is present, the recipient is not a proxy, and the recipient
wishes to honor the HTTP/1.0 "keep-alive" mechanism, the
connection will persist after the current response;
Even though clients are discouraged from doing so in Appendix A.1.2
(http://tools.ietf.org/html/rfc7230#appendix-A.1.2)
Diffstat (limited to 'examples/cookie')
0 files changed, 0 insertions, 0 deletions