mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:07:16 +03:00
tests: Fix for http/2 feature
Bug: https://curl.haxx.se/mail/lib-2016-07/0070.html Reported-by: Paul Howarth
This commit is contained in:
parent
1979008703
commit
6b130d6be6
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
http2
|
||||
HTTP/2
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ Content-Type: text/html
|
|||
http
|
||||
</server>
|
||||
<features>
|
||||
http2
|
||||
http/2
|
||||
</features>
|
||||
<name>
|
||||
HTTP/2 upgrade refused
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
http2
|
||||
HTTP/2
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -37,7 +37,7 @@ upgrade
|
|||
http
|
||||
</server>
|
||||
<features>
|
||||
http2
|
||||
http/2
|
||||
</features>
|
||||
<name>
|
||||
HTTP/2 upgrade with lying server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue