beast icon indicating copy to clipboard operation
beast copied to clipboard

Handle expired timers in basic_stream transfer_op

Open ashtum opened this issue 1 year ago • 1 comments

Previously, the code only handled expired timers when the buffer was empty.

ashtum avatar May 13 '24 07:05 ashtum

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

Impacted file tree graph

@@             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 data Powered by Codecov. Last update 95f0cfb...ff3244a. Read the comment docs.

codecov[bot] avatar May 13 '24 08:05 codecov[bot]