-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Pool only when HTTP response fully read #255
base: master
Are you sure you want to change the base?
[Feature] Pool only when HTTP response fully read #255
Conversation
550781d
to
5c9308b
Compare
@pintsized I hope I didn't change too many internals here. I had to do some changes to make sure this is correct with and without trailers. Let me know what you think, I'm open to make changes. |
@pintsized thanks for merging #254 . I merged 'master' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, thanks for this - it does seem like an important feature. I think we can ditch the config option for sure, but I've left some notes wrt the overall callback / coroutine technique being used. I think perhaps there's a simpler solution available, which will have less overhead?
…re requests are made
…s, and after 2 requests
72c1375
to
2d4feca
Compare
…ll to closures if there are trailers
ae4ae87
to
dece7fa
Compare
dece7fa
to
5d3a82c
Compare
@pintsized I rewrote the logic, I think it turned out pretty good. Let me know if you think we should change anything else. |
@pintsized do you mind reviewing again before there's conflicts? |
@GuyLewin yes, I will... sorry, I'm just very busy at the moment. It's on the list! |
Fixes #253