Home
last modified time | relevance | path

Searched refs:NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_http.c110 (stream->http_flags & NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED)) { in http_request_on_header()
230 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in http_request_on_header()
240 (stream->http_flags & NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED)) { in http_response_on_header()
310 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in http_response_on_header()
377 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in nghttp2_http_on_header()
431 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in nghttp2_http_on_header()
H A Dnghttp2_stream.h121 NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED = 1 << 6, enumerator
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c110 (stream->http_flags & NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED)) { in http_request_on_header()
230 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in http_request_on_header()
240 (stream->http_flags & NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED)) { in http_response_on_header()
310 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in http_response_on_header()
377 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in nghttp2_http_on_header()
431 stream->http_flags |= NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED; in nghttp2_http_on_header()
H A Dnghttp2_stream.h121 NGHTTP2_HTTP_FLAG_PSEUDO_HEADER_DISALLOWED = 1 << 6, enumerator

Completed in 4 milliseconds