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

network: fix "unexpected empty payload: CMDVersion" #3726

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

roman-khimov
Copy link
Member

We can have a lot of these in the log, but the only reason they happen is because we're trying to interpret length before checking for reader error, CMDVersion is just 0.

We can have _a lot_ of these in the log, but the only reason they happen is
because we're trying to interpret length before checking for reader error,
CMDVersion is just 0.

Signed-off-by: Roman Khimov <[email protected]>
@roman-khimov roman-khimov added this to the v0.108.0 milestone Dec 5, 2024
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.84%. Comparing base (9a39230) to head (121307d).
Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3726   +/-   ##
=======================================
  Coverage   82.83%   82.84%           
=======================================
  Files         335      335           
  Lines       46846    46847    +1     
=======================================
+ Hits        38807    38810    +3     
+ Misses       6448     6446    -2     
  Partials     1591     1591           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AnnaShaleva AnnaShaleva merged commit 49267f3 into master Dec 5, 2024
34 checks passed
@AnnaShaleva AnnaShaleva deleted the fix-unexpected-empty-payload branch December 5, 2024 20:34
@AnnaShaleva AnnaShaleva added the bug Something isn't working label Dec 5, 2024
@roman-khimov roman-khimov modified the milestones: v0.108.0, v0.107.1 Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants