]> granicus.if.org Git - libevent/commit
persistent connections are somewhat complicated; detect on the client side if the
authorNiels Provos <provos@gmail.com>
Thu, 23 Nov 2006 06:32:20 +0000 (06:32 +0000)
committerNiels Provos <provos@gmail.com>
Thu, 23 Nov 2006 06:32:20 +0000 (06:32 +0000)
commit942656bb5cd89b131ad119e395a770e6a1488e9b
tree1e8e346403ae2f4498553ad72b3d3801a820b6d1
parent3882669d3e20bcbca991e6775d0d05401d58a1b6
persistent connections are somewhat complicated; detect on the client side if the
server closes a persistent connection.  previously, we would have failed the next
request on that connection.  provide test case.

svn:r277
evhttp.h
http-internal.h
http.c
test/regress_http.c