- From: Dragana Damjanovic <notifications@github.com>
- Date: Wed, 14 Apr 2021 01:00:06 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 April 2021 08:00:22 UTC
@ddragana commented on this pull request. > @@ -5061,6 +5061,26 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps: <ul> <li><p>Follow the relevant requirements from HTTP. [[!HTTP]] [[!HTTP-SEMANTICS]] [[!HTTP-COND]] [[!HTTP-CACHING]] [[!HTTP-AUTH]] + <li> + <p>If <var>request</var>'s <a for=request>body</a> is non-null, and <var>request</var>'s + <a for=request>body</a>'s <a for=body>source</a> is null, the user agent may have a buffer of + <a>implementation-defined</a> size and store a part of <var>request</var>'s + <a for=request>body</a> to the buffer. The buffer is used to resend <var>request</var>'s + <a for=request>body</a> to the network. If the user agent sent more than the buffer size and + is required to resend, return a <a>network error</a>. 64k sound reasonable. -- 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/pull/1204#discussion_r613024270
Received on Wednesday, 14 April 2021 08:00:22 UTC