duke8253 commented on code in PR #9864:
URL: https://github.com/apache/trafficserver/pull/9864#discussion_r1232436597
##########
proxy/http3/Http3Types.h:
##########
@@ -108,7 +108,7 @@ class Http3Error
const char *msg = nullptr;
protected:
- Http3Error(){};
+ Http3Error() : app_error_code(Http3ErrorCode::H3_NO_ERROR){};
Review Comment:
Default error code is not `0` anymore due to #9793. I can make a separate PR
for this if needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]