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

Method get_error

src/proxy/http3/Http3Frame.cc:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395Http3ErrorUPtr
396Http3SettingsFrame::get_error() const
397{
398 return std::make_unique<Http3Error>(Http3ErrorClass::CONNECTION, this->_error_code, this->_error_reason);
399}
400
401bool
402Http3SettingsFrame::contains(Http3SettingsId id) const

Callers 1

handle_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected