begoonB
Denoβ€’2y agoβ€’
1 reply
begoon

Transfer-Encoding: chunked

Alas, my question about "Transfer-Encoding: chunked" on SO did not go anywhere.

Any advice on the matter from great minds here?

https://stackoverflow.com/questions/78720322/why-i-see-chunk-sizes-as-text-in-browser-when-streaming-http-with-transfer-enco
Stack Overflow
I am trying to stream HTTP using "Transfer-Encoding": "chunked".
Here is the code for Deno (deno run -A --watch main.ts):
function generateStream(): ReadableStream<Uint8Array...
Why I see chunk sizes as text in browser when streaming HTTP with "...
Was this page helpful?