Clarify httpMaximumConnectionsPerHost when using httpShouldUsePipelining
I am using URLSession
with MapKit
. It has to download tiles for the screen for several different layers, so it could easily need to send 50 requests per screen.
I am using URLSession
with MapKit
. It has to download tiles for the screen for several different layers, so it could easily need to send 50 requests per screen.