Home
last modified time | relevance | path

Searched refs:stream_timeout_cb (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
DHttpServer.cc125 void stream_timeout_cb(struct ev_loop *loop, ev_timer *w, int revents) { in stream_timeout_cb() function
465 ev_timer_init(&rtimer, stream_timeout_cb, 0., config->stream_read_timeout);
466 ev_timer_init(&wtimer, stream_timeout_cb, 0., config->stream_write_timeout);