Closed mh0lt closed 7 months ago
@anacrolix hi. Do you need my help with reviewing this PR?
@AskAlexSharov that would be appreciated!
@anacrolix FYI: I created branch release/v1.54
to cherry-pick this PR there and maybe make v1.54.2
tag on that branch. Will take a look maybe need cherry-pick something else.
Diff: https://github.com/anacrolix/torrent/compare/v1.54.1...release/v1.54?expand=1
Ok sounds good.
This fix simplifies the go routine profile for http calls.
Instead of routine->channel-routine called one after the other (which is effectively synchronous the code executes in a single go routine.
This is to help elevate this go http related issue - which causes the torrent to panic:
and