summaryrefslogtreecommitdiff
path: root/tests/data/test1800
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-2/+2
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* tests: fixup several testsFabian Keil2021-02-091-1/+1
| | | | | | | | | | | | | | missing CRs and modified %hostip lib556/test556: use a real HTTP version to make test reuse more convenient make sure the weekday in Date headers matches the date test61: replace stray "^M" (5e 4d) at the end of a cookie with a '^M' (0d) Gets the test working with external proxies like Privoxy again. Closes #6463
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+1
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-271-1/+1
| | | | | | | | | | | | | This reduces the HTTP/2 window size to 32 MB since libcurl might have to buffer up to this amount of data in memory and yet we don't want it set lower to potentially impact tranfer performance on high speed networks. Requires nghttp2 commit b3f85e2daa629 (https://github.com/nghttp2/nghttp2/pull/1444) to work properly, to end up in the next release after 1.40.0. Fixes #4939 Closes #4940
* http2: disable server push if not requestedAlessandro Ghedini2017-01-151-1/+1
| | | | Ref: https://github.com/curl/curl/pull/1160
* tests: Fix HTTP2-Settings header for huge window sizeJay Satiro2016-11-171-1/+1
| | | | | Follow-up to a4d8888. Changing the window size in that commit resulted in a different HTTP2-Settings upgrade header, causing test 1800 to fail.
* tests: Fix for http/2 featureJay Satiro2016-07-241-2/+2
| | | | | Bug: https://curl.haxx.se/mail/lib-2016-07/0070.html Reported-by: Paul Howarth
* test1800: first plain-text http2 test caseDaniel Stenberg2014-11-201-0/+55
Verifies the upgrade request, but gets a plain 1.1 response