From: phk Date: Thu, 6 Jul 2006 09:06:36 +0000 (+0000) Subject: Remove debugging code. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38b3c0b10b1ebfcb977c6598b4abd7f634d8a7f;p=varnish Remove debugging code. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@343 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_http.c b/varnish-cache/bin/varnishd/cache_http.c index fee27f29..5c7d4dae 100644 --- a/varnish-cache/bin/varnishd/cache_http.c +++ b/varnish-cache/bin/varnishd/cache_http.c @@ -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))