Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

SPDY: question about PING

$
0
0
Hello Nginx Developers,

I have a question about how SPDY PING message is handled by current nginx
implementation.

From source code of function ngx_http_spdy_state_ping I can find that PING
frame is queued like:

buf->last = p;

ngx_http_spdy_queue_frame(sc, frame);

pos += NGX_SPDY_PING_SIZE;

return ngx_http_spdy_state_complete(sc, pos, end);

But I can not find the code where PING frame is sent to network.
(The same is for RST, SETTINGS).
(Like there is no call to ngx_http_spdy_send_output_queue function)

So, my question is when such frames will be actually sent?

BR/ Yury
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Viewing all articles
Browse latest Browse all 53287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>