mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:13:41 +03:00
http: disallow >3-digit response codes
Make the built-in HTTP parser behave similar to hyper and reject any HTTP response using more than 3 digits for the response code. Updated test 1432 accordingly. Enabled test 1432 in the hyper builds. Closes #7641
This commit is contained in:
parent
14da6eb4e5
commit
5dc594e44f
4 changed files with 41 additions and 30 deletions
|
|
@ -90,10 +90,8 @@
|
|||
1288
|
||||
1294
|
||||
1417
|
||||
1429
|
||||
1430
|
||||
1431
|
||||
1432
|
||||
1455
|
||||
1456
|
||||
1525
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue