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 multiple bugs in new QUIC trasnport #869

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Fix multiple bugs in new QUIC trasnport #869

merged 4 commits into from
Feb 22, 2024

Conversation

JaylinYu
Copy link
Member

No description provided.

Signed-off-by: jaylin <jaylin@emqx.io>
Signed-off-by: jaylin <jaylin@emqx.io>
…esponse

Signed-off-by: jaylin <jaylin@emqx.io>
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3d98911) 65.74% compared to head (0d76416) 65.48%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #869      +/-   ##
==========================================
- Coverage   65.74%   65.48%   -0.27%     
==========================================
  Files         129      129              
  Lines       37402    37402              
==========================================
- Hits        24591    24492      -99     
- Misses      12811    12910      +99     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

nni_aio_list_remove(aio);
nni_mtx_unlock(&p->mtx);
nni_msg_free(msg);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If msg != NULL

@wanghaEMQ wanghaEMQ merged commit 49e196c into main Feb 22, 2024
16 checks passed
@wanghaEMQ wanghaEMQ deleted the jaylin/develop branch February 22, 2024 11:23
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.

3 participants