summaryrefslogtreecommitdiff
path: root/proto_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_proxy.c')
-rw-r--r--proto_proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto_proxy.c b/proto_proxy.c
index f70d666..3bcaf9c 100644
--- a/proto_proxy.c
+++ b/proto_proxy.c
@@ -862,6 +862,8 @@ static void proxy_process_command(conn *c, char *command, size_t cmdlen, bool mu
conn_set_state(c, conn_nread);
return;
+ } else {
+ conn_set_state(c, conn_new_cmd);
}
proxy_run_coroutine(Lc, c->resp, NULL, c);