Re: Does NSURLConnection support "Expect: 100-continue"?
Re: Does NSURLConnection support "Expect: 100-continue"?
- Subject: Re: Does NSURLConnection support "Expect: 100-continue"?
- From: Dave Dribin <email@hidden>
- Date: Tue, 8 May 2007 15:34:50 -0500
On May 8, 2007, at 12:04 PM, Becky Willrich wrote:
We've never had a request for this before; if this is functionality
you need, please file a bug report that includes an explanation of
how it's helpful to you. Thanks!
Will do. The main use case is POSTing a large file with HTTP
authentication. Without 100-continue, the client uploads the whole
file, only to get a 401, and then it has to re-upload it with the
proper credentials. The Expect: 100-continue allows the server to
send the 401 before getting the body, thus allowing the client to
upload only once. I'll put this all in the bug report.
-Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden