Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.h184 int submit_non_final_response(const std::string &status, int32_t stream_id);
DHttpServer.cc1007 int Http2Handler::submit_non_final_response(const std::string &status, in submit_non_final_response() function in nghttp2::Http2Handler
1540 hd->submit_non_final_response("100", frame->hd.stream_id); in hd_on_frame_recv_callback()