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

Method Http3HeaderFramer

src/proxy/http3/Http3HeaderFramer.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37} // end anonymous namespace
38
39Http3HeaderFramer::Http3HeaderFramer(Http3Transaction *transaction, VIO *source, QPACK *qpack, uint64_t stream_id)
40 : _transaction(transaction), _source_vio(source), _qpack(qpack), _stream_id(stream_id)
41{
42 http_parser_init(&this->_http_parser);
43}
44
45Http3HeaderFramer::~Http3HeaderFramer()
46{

Callers

nothing calls this directly

Calls 1

http_parser_initFunction · 0.85

Tested by

no test coverage detected