GoogleChromeLabs / GoogleChromeLabs/pywebsocket3
The logic to reset _deflater in _RFC1979Deflater is wrong
Open
- Dominant language
- Python
- Stars
- 45
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Migrated from https://github.com/google/pywebsocket/issues/130:
```
If self._no_context_takeover and flush, _deflater should be set to None but
only after processing the given data.
```
Original issue reported on code.google.com by tyoshino@chromium.org on 15 May 2014 at 4:13
Contributor guide
Assessment
This issue has not been assessed yet.