Searched refs:submit_response (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/src/ |
D | HttpServer.h | 177 int submit_response(const StringRef &status, int32_t stream_id, 180 int submit_response(const StringRef &status, int32_t stream_id,
|
D | HttpServer.cc | 964 int Http2Handler::submit_response(const StringRef &status, int32_t stream_id, in submit_response() function in nghttp2::Http2Handler 988 int Http2Handler::submit_response(const StringRef &status, int32_t stream_id, in submit_response() function in nghttp2::Http2Handler 1156 hd->submit_response(StringRef{status_page->status}, stream->stream_id, in prepare_status_response() 1185 hd->submit_response(StringRef::from_lit("200"), stream->stream_id, headers, in prepare_echo_response() 1228 hd->submit_response(StringRef{status_page->status}, stream->stream_id, in prepare_redirect_response() 1381 hd->submit_response(StringRef::from_lit("304"), stream->stream_id, nullptr); in prepare_response()
|