From c38b3c0b10b1ebfcb977c6598b4abd7f634d8a7f Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 6 Jul 2006 09:06:36 +0000 Subject: [PATCH] Remove debugging code. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@343 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_http.c | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.5