Commit ac448a74d0c0c0947c32be65f64dd56c3cd2bab4

Azat Khuzhin 2016-02-15T03:26:40

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