Home
last modified time | relevance | path

Searched refs:STREAM_OPTION_EMPTY_PAYLOAD (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/http2/
H A Dcore.js311 STREAM_OPTION_EMPTY_PAYLOAD,
716 streamOptions |= STREAM_OPTION_EMPTY_PAYLOAD;
2720 const streamOptions = options.endStream ? STREAM_OPTION_EMPTY_PAYLOAD : 0;
2774 streamOptions |= STREAM_OPTION_EMPTY_PAYLOAD;
/third_party/node/src/
H A Dnode_http2.h55 constexpr int STREAM_OPTION_EMPTY_PAYLOAD = 0x1; member
1073 V(STREAM_OPTION_EMPTY_PAYLOAD) \
H A Dnode_http2.cc2061 if (options & STREAM_OPTION_EMPTY_PAYLOAD) in Http2Stream()
2187 options |= STREAM_OPTION_EMPTY_PAYLOAD; in SubmitResponse()
2450 empty_ = options & STREAM_OPTION_EMPTY_PAYLOAD; in Provider()
2455 empty_ = options & STREAM_OPTION_EMPTY_PAYLOAD; in Provider()

Completed in 10 milliseconds