hproxy: force connection close
This commit is contained in:
parent
b811bb8876
commit
115f14f144
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ main(void)
|
||||||
default:
|
default:
|
||||||
dup(fd, 1);
|
dup(fd, 1);
|
||||||
if(!con)
|
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)
|
while((r = read(0, buf, sizeof(buf))) > 0)
|
||||||
|
|
Loading…
Reference in a new issue