beast
beast copied to clipboard
Handle expired timers in basic_stream transfer_op
Previously, the code only handled expired timers when the buffer was empty.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.02%. Comparing base (
95f0cfb) to head (ff3244a).
Additional details and impacted files
@@ Coverage Diff @@
## develop #2866 +/- ##
===========================================
- Coverage 93.05% 93.02% -0.04%
===========================================
Files 178 178
Lines 13688 13694 +6
===========================================
+ Hits 12738 12739 +1
- Misses 950 955 +5
| Files | Coverage Δ | |
|---|---|---|
| include/boost/beast/core/detail/stream_base.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/beast/core/impl/basic_stream.hpp | 85.61% <100.00%> (-0.50%) |
:arrow_down: |
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 95f0cfb...ff3244a. Read the comment docs.