MCPcopy Create free account
hub / github.com/apache/trafficserver / http2_is_client_streamid

Function http2_is_client_streamid

include/proxy/http2/HTTP2.h:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329};
330
331static inline bool
332http2_is_client_streamid(Http2StreamId streamid)
333{
334 return (streamid & 0x1u) == 0x1u;
335}
336
337static inline bool
338http2_is_server_streamid(Http2StreamId streamid)

Callers 6

rcv_data_frameMethod · 0.85
rcv_headers_frameMethod · 0.85
create_streamMethod · 0.85
delete_streamMethod · 0.85
is_valid_streamidMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected