-
-
Notifications
You must be signed in to change notification settings - Fork 105
APN with HTTP/2 #72
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
APN with HTTP/2 #72
Conversation
@Schwobaland I just pushed here, rebased on master with extensive coverage. The only missing part is the retry on another connection upon failure. |
Codecov Report
@@ Coverage Diff @@
## master #72 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 249 249
=====================================
Hits 249 249
Continue to review full report at Codecov.
|
@flovilmart looks good :) Shall I close #52? I think we don't need it anymore. |
Yes! Thanks for your hard work! I also just added the retry mechanism, let me know what you think? (fbe235b#diff-0388cf95ecca43f50bfebf698a4c0e3bR110) |
No description provided.