Commit e40679e4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Allow expect_close to be used by clients

parent 3fb23a2e
......@@ -1050,7 +1050,6 @@ cmd_http_expect_close(CMD_ARGS)
(void)vl;
CAST_OBJ_NOTNULL(hp, priv, HTTP_MAGIC);
AZ(av[1]);
assert(hp->sfd != NULL);
vtc_log(vl, 4, "Expecting close (fd = %d)", hp->fd);
while (1) {
......
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