Commit a4512e25 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

fix return for publisher, was rejecting the message for some clients

parent c4bb9c7a
......@@ -69,7 +69,7 @@ ngx_http_push_stream_publisher_handler(ngx_http_request_t *r)
// turn on timer to cleanup memory of old messages and channels
ngx_http_push_stream_memory_cleanup_timer_set(cf);
return NGX_OK;
return NGX_DONE;
}
// GET only make sense with a previous existing channel
......
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