swoole-src
swoole-src copied to clipboard
Fix hook socket in non-coroutine
Other functions that are hooked are compatible in the non-coroutine
Codecov Report
Merging #4774 (277ae1e) into 4.8.x (3a07db9) will decrease coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## 4.8.x #4774 +/- ##
==========================================
- Coverage 52.64% 52.62% -0.03%
==========================================
Files 73 73
Lines 14940 14944 +4
==========================================
- Hits 7865 7864 -1
- Misses 7075 7080 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/coroutine/hook.cc | 67.24% <100.00%> (+0.46%) |
:arrow_up: |
src/os/msg_queue.cc | 57.62% <0.00%> (-3.39%) |
:arrow_down: |
src/protocol/base.cc | 62.65% <0.00%> (-1.81%) |
:arrow_down: |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
Tests needed