pipe mode and sendfile?

Dridi Boukelmoune dridi at varni.sh
Tue Mar 29 15:17:44 CEST 2016


>> > If we want per-stream piping, we need also vcl_http1_stream{} and
>> > vcl_http2_stream{} to decide that, and now it gets really messy.
>>
>> Wouldn't the vcl_(recv|req) already map to a stream in H2?
>
> I asked the question on IRC, and the headers compression popped up. But
> actually, the headers we care about will be in about will be in HEADERS
> frames. So, in case of H/2, piping would be more akin to passing with header
> parsing.

I'd even go further and say that headers compression is handled by the
session and should not be a per-stream concern.

Dridi



More information about the varnish-dev mailing list