Skip to content

Fix bug warns caused by early stream attachment and closed edgeconn resumption

Mike Perry requested to merge mikeperry/tor:bug40801 into main

Note that the edge conn case could use some RCA - it is not clear to me why this is suddenly happening with conflux, but it was not happening before? Did we just make some sort of race between marking for close and reading before actually removing the stream more likely?

This MR also adds some more logs to catch other cases of this.

Merge request reports