Skip to content
Snippets Groups Projects
Commit 658873eb authored by Roger Dingledine's avatar Roger Dingledine
Browse files

tweak comment in connection_or

svn:r1830
parent c0ea9333
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment