mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
6 lines
317 B
Plaintext
6 lines
317 B
Plaintext
|
o Major bugfix:
|
||
|
- Do not process cells on a marked-for-close connection. We previously
|
||
|
avoided this by not calling read handlers on marked connections, but
|
||
|
that's not adequate for the case when cells are very small. Fixes
|
||
|
bug 4299; bugfix on 0.2.0.20-rc which first made small cells possible.
|