mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
01c4abc2d4
Handle the EOF situation for a metrics connection. Furthermore, if we failed to fetch the data from the inbuf properly, mark the socket as closed because the caller, connection_process_inbuf(), assumes that we did so on error. Fixes #40257 Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
o Minor bugfixes (metrics port):
|
|
- Fix a bug warning when the socket was unexpectedly closed. Fixes bug
|
|
40257; bugfix on 0.4.5.1-alpha
|