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
Copy file name to clipboardExpand all lines: proxy.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1401,11 +1401,19 @@ will return error.</p>
1401
1401
called to signal that the response is complete. If the <ahref="#outgoing_body"><code>outgoing-body</code></a>
1402
1402
is dropped without calling <code>outgoing-body.finalize</code>, the implementation
1403
1403
should treat the body as corrupted.</p>
1404
+
<p>Fails if the body's <ahref="#outgoing_request"><code>outgoing-request</code></a> or <ahref="#outgoing_response"><code>outgoing-response</code></a> was
1405
+
constructed with a Content-Length header, and the contents written
1406
+
to the body (via <code>write</code>) does not match the value given in the
0 commit comments