Hello,

I'm trying to implement some kind of streaming module.
I've opened udp socket at worker process start and reading from it
infinitely to a ring buffer.
Now I would like to install location handler and stream the buffer contents
to client.

I'm unable to comprehend how to return back to the handler routine after
sending and flushing a chain with a first buffer (ngx_http_output_filter).

Would you please briefly explain how to process a request in this way or
provide an example/piece of code that implements similar functionality.

Thank you!

-- 
Best Regards,
Vadim Lazovskiy
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to