-
Notifications
You must be signed in to change notification settings - Fork 346
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
Partially fix issues with #450, Mint Reduce Reponses. #510
base: master
Are you sure you want to change the base?
Partially fix issues with #450, Mint Reduce Reponses. #510
Conversation
…_ref(), headers()}
Awesome! @crova Can we write some tests for this? |
Sure @teamon , I'll try to get that done this week. |
@crova any updates on this one? |
Sorry folks, I lost track of this one. Edit: Just FYI, I've started looking at adding tests to this PR. It's been a long time since I touch this so I'll need to do some catching up to remember where I left this one. Cheers. |
Hey folks, how is it going? Cheers. |
…educe-response-doesnt-handle-all-possible-responses
…educe-response-doesnt-handle-all-possible-responses
2bca420
to
fe7207c
Compare
This PR handles {:push_promise, request_ref(), promised_request_ref :: request_ref(), headers()}.
And also {:error, ref, error} that seems to be missing as well.
Let me know if I can improve this @teamon .