ferrisxie

Results 2 comments of ferrisxie

From my code it hangs on `await reponse.text()` Inside the undici code, it hangs on `await reader.read()` in '/lib/web/fetch/util.js' From the log and code above, we can get the timeline:...

hi, @rene84 ,as you said : > only when the server was responding with 'transfer-encoding': 'chunked'. I have noticed that there is the same response header `chunked` in my case.