Files
tor/changes/misc-reason
T
Sebastian Hahn b8aa14a39b Handle EHOSTUNREACH in errno_to_stream_end_reason()
We used to not recognize it and returned END_STREAM_REASON_MISC.
Instead, return END_STREAM_REASON_INTERNAL.
2010-08-03 14:03:36 +02:00

4 lines
157 B
Plaintext

o Minor bugfixes:
- Exit nodes didn't recognize EHOSTUNREACH as a stream ending reason
and sent back misc. Bugfix on 0.1.0.1-rc; fixes bug 1793.