Copilot commented on code in PR #13213:
URL: https://github.com/apache/trafficserver/pull/13213#discussion_r3368723864
##########
src/proxy/http3/Http3Transaction.cc:
##########
@@ -612,7 +731,7 @@ Http3Transaction::_process_write_vio()
auto error =
this->_frame_collector.on_write_ready(this->_info.adapter.stream().id(),
*this->_info.write_vio->get_writer(),
nwritten, all_done);
if (error && error->cls != Http3ErrorClass::UNDEFINED) {
- Http3TransDebug("Error occured while processing write vio: %hu, %s",
error->get_code(), error->msg);
+ Http3TransDebug("Error occured while processing write vio: %hu",
error->get_code());
return 0;
Review Comment:
Typo in the debug message: "occured" should be "occurred" for consistency
with the read-path log and to improve searchability.
--
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]