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
I assume that "payload body length" is intended as a reference to RFC7230, but it doesn't define that term specifically. It does define the related term "message body length" as being the length of the payload after undoing transfer decoding. Could this be clarified?
The text was updated successfully, but these errors were encountered:
#1184 ended up removing this. This basically came down to parsing the Content-Length header, which #1183 defines and XMLHttpRequest makes use of as of whatwg/xhr#317 (landed earlier today).
https://fetch.spec.whatwg.org/commit-snapshots/2e456740b0ce4145ef2a84bcc3bb5fa2e8b1f5b5/#http-network-fetch
I assume that "payload body length" is intended as a reference to RFC7230, but it doesn't define that term specifically. It does define the related term "message body length" as being the length of the payload after undoing transfer decoding. Could this be clarified?
The text was updated successfully, but these errors were encountered: