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

Log messages when peer sends too large message. #1812

Merged
merged 1 commit into from Apr 18, 2024
Merged

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Apr 16, 2024

Also while here, remove unused sockaddr members from some structs. This should save a bit of memory for servers with a lot of conns.

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 86.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 79.16%. Comparing base (d230d9b) to head (b7097e1).

Files Patch % Lines
src/sp/transport/tls/tls.c 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1812      +/-   ##
==========================================
+ Coverage   79.05%   79.16%   +0.10%     
==========================================
  Files          95       95              
  Lines       21329    21335       +6     
==========================================
+ Hits        16861    16889      +28     
+ Misses       4468     4446      -22     

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

src/sp/transport/ipc/ipc.c Fixed Show fixed Hide fixed
src/sp/transport/tls/tls.c Fixed Show fixed Hide fixed
src/sp/transport/tcp/tcp.c Fixed Show fixed Hide fixed
Also while here, remove unused sockaddr members from some structs.
This should save a bit of memory for servers with a lot of conns.
@gdamore gdamore merged commit 1941fda into master Apr 18, 2024
18 checks passed
@gdamore gdamore deleted the gdamore/emsgsize branch April 18, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant