mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
724 stars 120 forks source link

Fix variable scope #169

Closed offa closed 2 years ago

offa commented 2 years ago

val was used outside of it's scope.

codecov[bot] commented 2 years ago

Codecov Report

Merging #169 (b7d92ae) into master (f6b8551) will increase coverage by 0.01%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
+ Coverage   35.86%   35.88%   +0.01%     
==========================================
  Files          53       53              
  Lines        2303     2302       -1     
==========================================
  Hits          826      826              
+ Misses       1477     1476       -1     
Impacted Files Coverage Δ
src/main/c/PageRequest.cpp 0.00% <0.00%> (ø)

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 b464976...b7d92ae. Read the comment docs.