Codebase list python-hpack / deaff7f
Docs for OversizedHeaderListError Cory Benfield 7 years ago
2 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1919 .. autoclass:: hpack.HPACKDecodingError
2020
2121 .. autoclass:: hpack.InvalidTableIndex
22
23 .. autoclass:: hpack.OversizedHeaderListError
3131 """
3232 A header list that was larger than we allow has been received. This may be
3333 a DoS attack.
34
35 .. versionadded:: 2.3.0
3436 """
3537 pass