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

Function http2_parse_headers_parameter

src/proxy/http2/HTTP2.cc:298–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298bool
299http2_parse_headers_parameter(IOVec iov, Http2HeadersParameter &params)
300{
301 byte_pointer ptr(iov.iov_base);
302 memcpy_and_advance(params.pad_length, ptr);
303
304 return true;
305}
306
307bool
308http2_parse_priority_parameter(IOVec iov, Http2Priority &priority)

Callers 1

rcv_headers_frameMethod · 0.85

Calls 1

memcpy_and_advanceFunction · 0.85

Tested by

no test coverage detected