summaryrefslogtreecommitdiff
path: root/test/test_invalid_headers.py
Commit message (Expand)AuthorAge
* New upstream version 3.1.1Håvard Flaget Aasen2020-01-29
* Imported Upstream version 3.0.1Sébastien Delafond2017-07-04
* Tidy up the parens to match the project styleAlex Chan2016-09-23
* Use list comprehension instead of filterTarashish Mishra2016-09-20
* Fix code styleTarashish Mishra2016-09-16
* Refactored the host-authority matching testTarashish Mishra2016-09-16
* Use filter to generate validation flags for testingTarashish Mishra2016-09-16
* A couple more style fixesTarashish Mishra2016-09-13
* Get rid of the unnecessary is_response flag. And some code style fixesTarashish Mishra2016-09-13
* Reject response header blocks that don’t include the fieldTarashish Mishra2016-09-12
* check for pseudo header in trailerNate Prewitt2016-09-02
* Reject outbound headers with bad pseudo-header fieldsAlex Chan2016-08-29
* Reject outbound header blocks with invalid headersAlex Chan2016-08-29
* Modify hypothesis strategy to always have non-empty header nameTarashish Mishra2016-08-29
* Merge branch 'master' into whitespaceTarashish Mishra2016-08-28
|\
| * Rewrite tests to use non-deprecated code.Cory Benfield2016-08-24
* | Merge branch 'master' into whitespaceTarashish Mishra2016-08-25
|\|
| * Review markups for @lukasaAlex Chan2016-08-10
| * Get to 100% coverage for validating/normalizing sent headersAlex Chan2016-08-10
| * Add some more tests for the new functionAlex Chan2016-08-10
| * Initial testing for outbound :authority/Host header validationAlex Chan2016-08-08
* | Reject header fields with surrounding whitespaceTarashish Mishra2016-08-07
|/
* Confirm we can shrink the max header list sizeCory Benfield2016-08-04
* Basic tests for the HPACK bomb.Cory Benfield2016-08-04
* Reject request header blocks with bad :authority/Host headersAlex Chan2016-07-20
* Disallow custom pseudo-headersGil Gonçalves2016-04-14
* Update headers strategy to mimic internal bytes representation.Cory Benfield2016-04-13
* Expand the list of rejected headers.Cory Benfield2016-02-04
* Test that we validate headers correctly.Cory Benfield2016-01-13