Commit 7cfe66d4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add missing VTCP_Close()

parent fda1241b
......@@ -318,6 +318,7 @@ vbp_poke(struct vbp_target *vt)
if (proxy_header < 0) {
bprintf(vt->resp_buf, "%s", "No backend");
VTCP_close(&s);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment