-
-
Notifications
You must be signed in to change notification settings - Fork 852
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
Support HTTP proxy for APNs #445
Conversation
307a205
to
0073e9f
Compare
Codecov Report
@@ Coverage Diff @@
## master #445 +/- ##
=========================================
+ Coverage 82.86% 83.07% +0.2%
=========================================
Files 20 20
Lines 1360 1394 +34
=========================================
+ Hits 1127 1158 +31
+ Misses 190 188 -2
- Partials 43 48 +5
Continue to review full report at Codecov.
|
LGTM. This also supports |
@appleboy |
Agreed - Curious if there's a plan to have this released... any idea on timeline? Thanks in advance! |
+1 on the above questions regarding a release ^ |
I implemented this feature based on sideshow/apns2#158.
This will make a request to APNs go through a proxy server if you have configured http_proxy. That means this change is backward incompatible.
I don't think it's a serious problem because anyone who uses the http_proxy option must have a proxy server available.
What do you think about it?