Commit 18db923
committed
Allow Content-Encoding header to have no whitespace
Some framework return headers without whitespace:
content-encoding:gzip
The `check_header` method already takes this into account, but the
encoding header check does not.1 parent 6f5864d commit 18db923
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments