Feature request: optimize cancelled requests
Opened this issue · 0 comments
spkrka commented
If a request is cancelled there are two things we can optimize:
- if it's cancelled before it's actually written to the network socket, we can skip doing that.
- if it's cancelled by the time we get a reply, we can skip parsing the reply (though that's a fairly small gain)