mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
tweak comment in connection_or
svn:r1830
This commit is contained in:
parent
c0ea93337d
commit
658873eb01
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ int connection_or_process_inbuf(connection_t *conn) {
|
|||
* begin the tls handshake if the connect succeeded.
|
||||
*
|
||||
* Otherwise it's in state 'open': stop writing and return.
|
||||
*
|
||||
* If <b>conn</b> is broken, mark it for close and return -1, else
|
||||
* return 0.
|
||||
*/
|
||||
int connection_or_finished_flushing(connection_t *conn) {
|
||||
int e, len=sizeof(e);
|
||||
|
|
Loading…
Add table
Reference in a new issue