problem
#695
Replies: 2 comments 3 replies
-
你能否提供一个实际案例,证明现在的代码有 bug ? |
Beta Was this translation helpful? Give feedback.
3 replies
-
观点二发自我的 iPhone在 2023年9月21日,01:09,Shuo Chen ***@***.***> 写道:
如果你认为现在的代码有 bug,你可以构造一个例子 (test case),来暴露这个 “writeIndex_不能够指向正确位置” 的 bug。
如果你认为现在的代码没问题,可以让管理员 close issue。
请问,你现在持有的观点是 1 还是 2 ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Buffer.h
void makeSpace(size_t len)函数中下面语句是不是应该调换顺序赋值?
不然writeIndex_不能够指向正确位置
writerIndex_ = kCheapPrepend + readabel;
readerIndex_ = kCheapPrepend;
Beta Was this translation helpful? Give feedback.
All reactions