mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:13:31 +03:00
hsts: support "implied LWS" properly around max-age
Adjust test 780 to verify. Reported-by: newfunction Closes #15330
This commit is contained in:
parent
288cfcbe38
commit
5ea61a0b54
2 changed files with 9 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ Date: Tue, 09 Nov 2010 14:49:00 GMT
|
|||
Server: test-server/fake swsclose
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
Strict-Transport-Security: max-age=1000
|
||||
Strict-Transport-Security: max-age = 1000
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
|
@ -68,7 +68,7 @@ Date: Tue, 09 Nov 2010 14:49:00 GMT
|
|||
Server: test-server/fake swsclose
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
Strict-Transport-Security: max-age=1000
|
||||
Strict-Transport-Security: max-age = 1000
|
||||
|
||||
</stdout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue