fastly/Viceroy

Feature: framing headers control

aturon opened this issue · 2 comments

The C@E platform supports manually-controlled framing headers (like Content-Length), but this is only stubbed out in Viceroy.

The implementation of this feature is quite subtle, due to interactions with Hyper. Ideally, we could share the code between Viceroy and production C@E by open-sourcing it.

Somewhat related to #19

katef commented

Noting that we need this for our purposes too, we're setting content-length explicitly and use manual framing mode because of that.