Skip to content

Commit

Permalink
no hex or oct digits
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 26, 2021
1 parent 4837ae3 commit 36c7bd6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fetch/content-length/resources/content-lengths.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,21 @@
{
"input": "Content-Length: -1",
"output": 42
},
{
"input": "Content-Length: 0x20",
"output": 42
},
{
"input": "Content-Length: 030",
"output": 30
},
{
"input": "Content-Length: 030\r\nContent-Length: 30",
"output": null
},
{
"input": "Content-Length: 030, 30",
"output": null
}
]

0 comments on commit 36c7bd6

Please sign in to comment.