aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c
index 427609458..aa8e40cc0 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -360,6 +360,7 @@ read_socket (f_str_t * in, void *arg)
else {
process_statfiles (task);
lua_call_post_filters (task);
+ task->state = WRITE_REPLY;
return write_socket (task);
}
break;