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

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -