]> granicus.if.org Git - libevent/commit
Merge branch 'http-client-fix-expect-100-continue-v6'
authorAzat Khuzhin <a3at.mail@gmail.com>
Fri, 11 Mar 2016 17:59:36 +0000 (20:59 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Fri, 11 Mar 2016 17:59:36 +0000 (20:59 +0300)
commitf15cbd5276a974a22e9cd92cdfa3c1bf1421c0df
tree431ee911769e0b79cd3fbe4500a3e2ecb9769888
parent255525dd741df04f8497396b8035c5d2bdabd269
parent8f18a626e6346de92d2fadd187f50dae922ad2f6
Merge branch 'http-client-fix-expect-100-continue-v6'

This patch set fixes and covers http client and "Expect: 100-continue"
functionality (plus increase coverage under some related options, to avoid
further regressions).

* http-client-fix-expect-100-continue-v6:
  http: fix leaking of response_code_line
  http: fix "Expect: 100-continue" client side
  test/http: separate coverage for EVHTTP_CON_READ_ON_WRITE_ERROR
  test/http: cover "Expect: 100-continue" client-server interaction
  test/http: *lingering tests shouldn't have "Expect: 100-continue"