afnetworking - NSURLConnection reuse -
afnetworking - NSURLConnection reuse -
is there way configure afnetworking reuse 1 single nsurlconnection requests going same host (until connection explicitly closed or results in error)? or have modify afurlconnectionoperation myself?
i grateful hints on subject. thanks.
nsurlconnection manages own connection pool. utilize keep-alive
, http pipelining increment reuse of existing connections. beyond that, there's nil else done without dipping downwards underlying cfnetwork layer.
nsurlconnection afnetworking
Comments
Post a Comment