Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
void
313
QPACK::set_decoder_stream(QUICStreamId id)
314
{
315
this->_decoder_stream_id = id;
316
}
317
318
void
319
QPACK::update_max_field_section_size(uint32_t max_field_section_size)
Callers
2
_set_qpack_stream
Method · 0.80
test_encode
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_encode
Function · 0.64