Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_common.h509 void h2o_http3_send_goaway_frame(h2o_http3_conn_t *conn, uint64_t stream_or_push_id);
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1919 h2o_http3_send_goaway_frame(&conn->h3, max_stream_id); in graceful_shutdown_resend_goaway()
1954 h2o_http3_send_goaway_frame(&conn->h3, (UINT64_C(1) << 62) - 4); in initiate_graceful_shutdown()
H A Dcommon.c1319 void h2o_http3_send_goaway_frame(h2o_http3_conn_t *conn, uint64_t stream_or_push_id) in h2o_http3_send_goaway_frame() function