You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.set keep-alive,and need Content-Type:multipart/form-data, image more than 1M
request setShouldAttemptPersistentConnection:YES
request setPersistentConnectionTimeoutSeconds:60
request setTimeOutSeconds:60
request setPostFormat:ASIMultipartFormDataPostFormat
2. nginx
keepalive_timeout 5s // less than setPersistentConnectionTimeoutSeconds
3. don't use proxy (eg.Charles )
The text was updated successfully, but these errors were encountered:
bug #94 is still exist.
( the bug reproduce test code: https://github.com/shiqiang124/asi-http-request/blob/master/iPhone%20Sample/UploadViewController.m )
the bug happen need follow setting:
1.set keep-alive,and need Content-Type:multipart/form-data, image more than 1M
request setShouldAttemptPersistentConnection:YES
request setPersistentConnectionTimeoutSeconds:60
request setTimeOutSeconds:60
request setPostFormat:ASIMultipartFormDataPostFormat
2. nginx
keepalive_timeout 5s // less than setPersistentConnectionTimeoutSeconds
3. don't use proxy (eg.Charles )
The text was updated successfully, but these errors were encountered: