On 01/ 9/13 05:38 PM, Rangel, Raul wrote: > The reason I don't like the idea of making it protocol specific is that then I have to add all that logic to each vcl_XXX_req method IIUC in the SPDY case req.proto would refer to the SPDYfied HTTP version and not to SPDY itself. If you want to avoid code duplication, you could just call common vcl code.