We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e595f commit 9d8a58aCopy full SHA for 9d8a58a
HISTORY.rst
@@ -6,10 +6,14 @@ dev
6
7
**API Changes (Backward Incompatible)**
8
9
+- Added new ``InvalidTableIndex`` exception, a subclass of
10
+ ``HPACKDecodingError``.
11
- Instead of throwing ``IndexError`` when encountering invalid encoded integers
12
HPACK now throws ``HPACKDecodingError``.
13
- Instead of throwing ``UnicodeDecodeError`` when encountering headers that are
14
not UTF-8 encoded, HPACK now throws ``HPACKDecodingError``.
15
+- Instead of throwing ``IndexError`` when encountering invalid table offsets,
16
+ HPACK now throws ``InvalidTableIndex``.
17
18
2.0.1 (2015-11-09)
19
------------------
0 commit comments