mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
and another useful answer
svn:r13642
This commit is contained in:
parent
0ddc9d5707
commit
8889229407
@ -500,7 +500,10 @@ conn_write_callback(int fd, short events, void *_conn)
|
||||
edge_conn->end_reason = END_STREAM_REASON_INTERNAL;
|
||||
conn->edge_has_sent_end = 1;
|
||||
}
|
||||
/* XXX020rc do we need a close-immediate here, so we don't try to flush? */
|
||||
/* XXX020rc do we need a close-immediate here, so we don't try to
|
||||
* flush? -NM
|
||||
* Yes, we do, since it broke in an unexpected way. This should be
|
||||
* safe to do since I don't think this codepath ever gets called. -RD */
|
||||
connection_mark_for_close(conn);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user