We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f67e03 commit bffb965Copy full SHA for bffb965
1 file changed
CHANGELOG.rst
@@ -9,6 +9,8 @@ dev
9
- Support for Python 3.9 has been removed.
10
- Support for PyPy 3.9 has been removed.
11
- `Stream.end_stream()` now raises `NoSuchStreamError` or `StreamClosedError` exceptions, instead of a generic `KeyError`.
12
+- Duplicate ``content-length`` headers with different values now raise ``ProtocolError``.
13
+ Previously, the first ``content-length`` header was accepted and later conflicting values were ignored.
14
- **backfill from v4.3.0** Convert emitted events into Python `dataclass`, which introduces new constructors with required arguments.
15
Instantiating these events without arguments, as previously commonly used API pattern, will no longer work.
16
0 commit comments