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

Method set_decoder_stream

src/proxy/http3/QPACK.cc:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void
313QPACK::set_decoder_stream(QUICStreamId id)
314{
315 this->_decoder_stream_id = id;
316}
317
318void
319QPACK::update_max_field_section_size(uint32_t max_field_section_size)

Callers 2

_set_qpack_streamMethod · 0.80
test_encodeFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_encodeFunction · 0.64