]> granicus.if.org Git - libevent/commit
http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue"
authorAzat Khuzhin <a3at.mail@gmail.com>
Mon, 15 Feb 2016 00:26:40 +0000 (03:26 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Wed, 9 Mar 2016 15:52:52 +0000 (18:52 +0300)
commitac448a74d0c0c0947c32be65f64dd56c3cd2bab4
tree34bed469a626fad1984fe6f46b19f9322ee1a605
parentd38a7239749a1642eaae0778d9ddfb1c5d21f442
http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue"

Also since after this patch code became more generic, we now respond with
HTTP_ENTITYTOOLARGE even without "Expect: 100-Continue", which is correct by
RFC.

Refs: #321
v2: remove EVHTTP_CON_ABOUT_TO_CLOSE
http.c