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