We chatted about this on IRC today, and this is just to keep everybody
in the loop:

In general, I'm trying to slim down VCC to be "just the language" and
'rollback' is one of the remaining bits I'd like to get out of there,
so the new improved rollback goes into vmod.std.

We leave the "rollback" which VCC implements alone for 4.x

I have added a new VMOD data type "HTTP", which returns an entire
HTTP request/response (struct http *), so that somebody can now
implement the rollback functionality in vmod.std, so the end result
will become:

        std.collect(req)

        std.collect(bereq)

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-dev mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to