Files
micromdm/platform/apns
Scott Knight 0b953e5d69 Create a custom http.Client for apns communication (#446)
In order to set custom transport options on the http.Client used
by the push service we need to create our own instance. This
allows us to configure the IdleConnTimeout and prevent connections
from being killed and pushes not being sent. 90 seconds is used
here since it's the same as the DefaultTransport provided by Go.
2018-06-22 17:40:12 -04:00
..
2017-12-14 20:35:50 -05:00