]> err.no Git - varnish/commitdiff
Remove debugging code.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 09:06:36 +0000 (09:06 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 09:06:36 +0000 (09:06 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@343 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_http.c

index fee27f29880c7b1c06c7d33694b95bfa459dbb8d..5c7d4daeb5363959550d2595a3fb88d567bd38ff 100644 (file)
@@ -218,7 +218,6 @@ http_Dissect(struct http *hp, int fd, int rr)
                        ;
                VSLR(SLT_Request, fd, hp->req, p);
                *p++ = '\0';
-               assert(!strcmp(hp->req, "GET"));
 
                /* Next find the URI */
                while (isspace(*p))