]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: fix http2 tests to use CRLF headers
authorJay Satiro <raysatiro@yahoo.com>
Thu, 25 Aug 2022 07:46:42 +0000 (03:46 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 25 Aug 2022 16:05:30 +0000 (12:05 -0400)
commitef121401d6eabed204a716f16b2776ededc75c0e
treedd90b972cc6f716708b76a6e2258174b30de1b7b
parent07f80f968df365cbfb5bfcea149baf9eb20cb60f
tests: fix http2 tests to use CRLF headers

Prior to this change some tests that rely on nghttpx proxy did not use
CRLF headers everywhere. A recent change in nghttp2, which updated its
version of llhttp (HTTP parser), requires curl's HTTP/1.1 test server to
use CRLF headers.

Ref: https://github.com/nghttp2/nghttp2/commit/9d389e8

Fixes https://github.com/curl/curl/issues/9364
Closes https://github.com/curl/curl/pull/9365
tests/data/test1700
tests/data/test1701
tests/data/test358
tests/data/test359