Issue
A note at the given URL (https://github.com/mattheworiordan/websocket.org/blob/main/src/content/docs/guides/road-to-websockets.md?plain=1#L432-L433) is syntactically wrong, hence the output looks like the below screenshot.
You may also view it here https://websocket.org/guides/road-to-websockets/#http-streaming
Solution
Therefore, correcting it as:
:::note
When chunked transfer encoding is used, each server response includes
`Transfer-Encoding: chunked`, while the `Content-Length` header is omitted.
:::
This will fix the issue, and the note will be displayed as:
Suggestion
If you'd like, I can create a PR for the same.
Thankyou.
Linux archlinux 7.0.9-arch2-1 #1 SMP PREEMPT_DYNAMIC Fri, 22 May 2026 19:25:09 +0000 x86_64 GNU/Linux
Brave Browser 143.1.85.120
Issue
A note at the given URL (https://github.com/mattheworiordan/websocket.org/blob/main/src/content/docs/guides/road-to-websockets.md?plain=1#L432-L433) is syntactically wrong, hence the output looks like the below screenshot.
You may also view it here https://websocket.org/guides/road-to-websockets/#http-streaming
Solution
Therefore, correcting it as:
This will fix the issue, and the note will be displayed as:
Suggestion
If you'd like, I can create a PR for the same.
Thankyou.