
varnish-bugs at projects
Sep 6, 2006, 3:15 AM
Post #2 of 2
(64 views)
Permalink
|
#8: VCL completeness ----------------------+----------------------------------------------------- Reporter: des | Owner: phk Type: defect | Status: new Priority: normal | Milestone: Varnish 1.0 Component: varnishd | Version: trunk Severity: normal | Resolution: Keywords: | ----------------------+----------------------------------------------------- Old description: > Situation: > VCL can't do much yet. > > What needs to be done: > Go through our list, implement in proritized order > > We need to annotate the objects with which methods they are valid in, for > instance resp.http is not available outside vcl_fetch() New description: Situation: VCL can't do much yet. What needs to be done: Go through our list, implement in proritized order We need to annotate the objects with which methods they are valid in, for instance resp.http is not available outside vcl_fetch(). If the compiler can see that an unavailable object is manipulated, it should warn about it, but if visibility is lost due to subroutine calls the object reference should fail in principle of least astonishment fashion. -- Ticket URL: <http://varnish.projects.linpro.no/ticket/8> Varnish <http://varnish.projects.linpro.no/> The Varnish HTTP Accelerator
|