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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -