Re: [pve-devel] [PATCH http-server 07/10] support streaming data form fh to client

2021-04-21 Thread Fabian Grünbichler
some nits inline, looks good to me otherwise! On April 21, 2021 1:15 pm, Stefan Reiter wrote: > Use an explicit AnyEvent::Handle similar to websocket proxying. > > Needs some special care to make sure we apply backpressure correctly to > avoid caching too much data. Note that because of AnyEvent

[pve-devel] [PATCH http-server 07/10] support streaming data form fh to client

2021-04-21 Thread Stefan Reiter
Use an explicit AnyEvent::Handle similar to websocket proxying. Needs some special care to make sure we apply backpressure correctly to avoid caching too much data. Note that because of AnyEvent restrictions, specifying a "fh" to point to a file or a packet-based socket may result in unwanted beha