mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
f25323fe3f
When we close a socket via tor_tls_free(), we previously had no way for our socket accounting logic to learn about it. This meant that the socket accounting code would think we had run out of sockets, and freak out. Fixes bug 27795; bugfix on 0.3.5.1-alpha.
6 lines
328 B
Plaintext
6 lines
328 B
Plaintext
o Major bugfixes (socket accounting):
|
|
- In our socket accounting code, count a socket as closed even
|
|
when it is closed indirectly by the TLS layer. Previously, we
|
|
would count these sockets as still in use, and incorrectly believe that
|
|
we had run out of sockets. Fixes bug 27795; bugfix on 0.3.5.1-alpha.
|