Make Http3Server support streaming
Categories
(Core :: Networking, task, P2)
Tracking
()
People
(Reporter: emk, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Apparently Http3Server does not forward a response until the response from origin server complete.
| Reporter | ||
Comment 1•1 year ago
•
|
||
Apparently Http3Server does not forward a response until the response from origin server complete.
I found that this this assumption was correct.
https://phabricator.services.mozilla.com/D166642#inline-918726:
valentin:
If I'm not mistaken, this will block until we get the full response from the server, then send them all back to the client, right?
How difficult would it be to send it back as data is streaming in? (not a hard requirement for shipping this - only if seems easy to do.
kershaw:
Unfortunately, there seems to be no easy way for this, because neqo api does not support streaming.
I think the easiest way is to replace this Http/3 server withnodejsuntil this issue is fixed.
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•