Looking for 3rd Party Http library

Hi,

I'm looking for 3rd party HTTP/HTTPS library that is using Apple TCP framework and supports NTLM. The reason is because there is a bug in NSURLSession so I would like library that doesn't depend on it.


The error I'm getting is;

Assertion failed: (!_inResponseAssociatedRequest), function readResponse, file

/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-978.0.7/HTTP/Core/IO/HTTPEngine.cpp, line 363.


And although apple has verified its an error in their API, they can't fix it until I create an App that can reliably fail this way. So, it is easier to find a library that doesn't use NSURLSession/NSURLConnection for HTTP/HTTPS.


Thanks in advance!