chenBright commented on code in PR #3242:
URL: https://github.com/apache/brpc/pull/3242#discussion_r2932331407
##########
src/butil/iobuf.cpp:
##########
@@ -1849,10 +1849,9 @@ void IOBufAsZeroCopyInputStream::BackUp(int count) {
}
}
-// Skips a number of bytes. Returns false if the end of the stream is
-// reached or some input error occurred. In the end-of-stream case, the
-// stream is advanced to the end of the stream (so ByteCount() will return
-// the total size of the stream).
+// Skips a number of bytes. Return false if some input error occurred.
Review Comment:
Please update the comment with
https://github.com/protocolbuffers/protobuf/commit/ab25c3eec5d0704c0b3d5457b7e56ea05b6ca8b8
.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]