Important changes to persistent connections behaviour:
1) Fix a problem where a temporary request body would be discarded when retrying on a new connection 2) By default, all requests using POST, PUT or having a body at the time requestMethod is set will NOT use a persistent connection. You can override this by setting requestMethod manually, then setting shouldAttemptPersistentConnection to YES closes gh-94
Showing
4 changed files
with
92 additions
and
24 deletions
-
Please register or login to post a comment