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
Josh-Cena
added
closed: question
A user misinterpretation or support question. No action required.
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Feb 11, 2025
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding
What specific section or headline is this issue about?
Response with chunked encoding
What information was incorrect, unhelpful, or incomplete?
`HTTP/1.1 200 OK
Content-Type: text/plain
Transfer-Encoding: chunked
7\r\n
Mozilla\r\n
11\r\n
Developer Network\r\n
0\r\n
\r\n`
What did you expect to see?
From what I understand from the proceeding documentation,
11
should be represented asB
.Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/http/headers/transfer-encoding
The text was updated successfully, but these errors were encountered: