From 115f14f1446cd1df75f35b885ca594ff61402568 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 6 Jul 2012 16:02:44 +0200 Subject: hproxy: force connection close --- sys/src/cmd/ip/hproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/ip/hproxy.c b/sys/src/cmd/ip/hproxy.c index ba8025cdf..d1c355bfc 100644 --- a/sys/src/cmd/ip/hproxy.c +++ b/sys/src/cmd/ip/hproxy.c @@ -85,7 +85,7 @@ main(void) default: dup(fd, 1); if(!con) - print("%s /%s %s\r\n%s", f[0], path, f[2], e); + print("%s /%s %s\r\nConnection: close\r\n%s", f[0], path, f[2], e); } while((r = read(0, buf, sizeof(buf))) > 0) -- cgit v1.2.3