- From: Sean Hunt <notifications@github.com>
- Date: Fri, 27 May 2016 09:47:57 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
Received on Friday, 27 May 2016 16:48:27 UTC
Even without the teeing optimization, supporting Expect: 100-continue could be useful for large requests, in particular file uploads. The server may be able to respond immediately with an error (like a 401 or 403), meaning that clients for whom network usage is important (mobile in particular) can avoid wasting network on a request whose body will be ignored. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/41#issuecomment-222196530
Received on Friday, 27 May 2016 16:48:27 UTC