summaryrefslogtreecommitdiff
path: root/tests/data/test1800
Commit message (Collapse)AuthorAgeFilesLines
* 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