diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-06 16:02:44 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-06 16:02:44 +0200 |
commit | 115f14f1446cd1df75f35b885ca594ff61402568 (patch) | |
tree | 31f364f6e1feefcb0af20dca8321bf36e6f56293 | |
parent | b811bb8876e8dd2c1f27bfe8c76374a3847f8e3c (diff) |
hproxy: force connection close
-rw-r--r-- | sys/src/cmd/ip/hproxy.c | 2 |
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) |