Re: (be)(req|resp).body

2016-12-01 Thread Nils Goroll
Additional notes from IRC discussion with phk * we also want set (be)(req|resp).body += "..."; to append. This may help save workspace * Setting the body should clear Content-Encoding (can be un-done for instance when a vmod injects compressed data) * Whatever we set t

(be)(req|resp).body

2016-12-01 Thread Nils Goroll
implementation ASAP. So I'm asking phk for a review. >From a VCL autor's perspective, (be)?(req|resp).body could be first class citizens in VCL and/or we could have better vmod support for working with them. The basic issue is that bodies are not strings, but stevedore objects made