Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some issues #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

fix some issues #47

wants to merge 4 commits into from

Conversation

hbzzhtt
Copy link

@hbzzhtt hbzzhtt commented Oct 11, 2021

  1. resize那里的+1有点没懂什么意义。
  2. 读到包末尾时候如果状态正确跳转了,但是buffer没清空,会让下一次的请求解析失败。
  3. 最小堆的调整那里有点问题

@MagicGao98
Copy link

MagicGao98 commented May 12, 2023

image
code/timer/heaptimer.cpp中的第94行改出bug了,ref[id] 应该是 ref_[id]

@hbzzhtt
Copy link
Author

hbzzhtt commented Jul 19, 2023

image code/timer/heaptimer.cpp中的第94行改出bug了,ref[id] 应该是 ref_[id]

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants