diff options
-rw-r--r-- | src/worker.c | 1 |
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; |