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 #4001 #4002

Merged
merged 10 commits into from
Jan 17, 2021
Merged

Fix #4001 #4002

merged 10 commits into from
Jan 17, 2021

Conversation

matyhtf
Copy link
Member

@matyhtf matyhtf commented Jan 15, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jan 15, 2021

Codecov Report

Merging #4002 (5a8e7e7) into master (6475e29) will increase coverage by 0.21%.
The diff coverage is 77.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4002      +/-   ##
==========================================
+ Coverage   48.96%   49.17%   +0.21%     
==========================================
  Files          69       69              
  Lines       12977    13035      +58     
==========================================
+ Hits         6354     6410      +56     
- Misses       6623     6625       +2     
Impacted Files Coverage Δ
src/network/client.cc 44.61% <0.00%> (+0.16%) ⬆️
src/reactor/epoll.cc 75.23% <ø> (ø)
src/coroutine/hook.cc 68.70% <77.77%> (+3.97%) ⬆️
src/wrapper/event.cc 86.53% <83.33%> (-0.42%) ⬇️
src/reactor/base.cc 62.72% <100.00%> (ø)
src/server/worker.cc 50.84% <100.00%> (ø)
src/protocol/base.cc 64.62% <0.00%> (-2.05%) ⬇️
src/server/port.cc 54.07% <0.00%> (+0.32%) ⬆️
src/coroutine/socket.cc 41.35% <0.00%> (+0.54%) ⬆️
src/os/async_thread.cc 69.86% <0.00%> (+0.87%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6475e29...5a8e7e7. Read the comment docs.

@matyhtf matyhtf changed the title Coroutine socket supports async write Coroutine socket supports async write, Fix #4001 Jan 16, 2021
@matyhtf matyhtf changed the title Coroutine socket supports async write, Fix #4001 Fix #4001 Jan 16, 2021
@matyhtf matyhtf merged commit 00915ac into master Jan 17, 2021
@matyhtf matyhtf deleted the async-send-co-socket branch January 17, 2021 00:40
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.

1 participant