summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-06 16:02:44 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-06 16:02:44 +0200
commit115f14f1446cd1df75f35b885ca594ff61402568 (patch)
tree31f364f6e1feefcb0af20dca8321bf36e6f56293
parentb811bb8876e8dd2c1f27bfe8c76374a3847f8e3c (diff)
hproxy: force connection close
-rw-r--r--sys/src/cmd/ip/hproxy.c2
1 files changed, 1 insertions, 1 deletions
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)