<div dir="ltr"><div><div><br></div>i tried to follow the suggestion of using a timer and a new handler for the write callback without luck, indeed there is something wrong on my end.<br><br>if you have some minute to review, I wrote a simple test case, my goal is to make ngx_http_test_stream_handler(..) to be called every 10ms and send some data to the browser until this same function decide to stop working...<br>
<br></div>thanks for your help<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 4, 2013 at 10:29 AM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tuesday 04 June 2013 20:08:31 Maxim Dounin wrote:<br>
[...]<br>
<div class="im">> (You may also try to emulate filing socket's send buffer by<br>
> setting c->write->ready to 0 before calling the<br>
> ngx_handle_write_event(), but not sure if it's safe/will actually<br>
> work will all event methods.)<br>
<br>
</div>It's certainly not safe. In particular it will break spdy.<br>
<br>
  wbr, Valentin V. Bartenev<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</div></div></blockquote></div><br></div>