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

Http handler fini #2091

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Http handler fini #2091

wants to merge 2 commits into from

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Jan 17, 2025

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.

We have a lot of "private" wrappers around public functions, which
doesn't really help at all, and just add needless extra stack frames
and extra cruft in the linker tables.  We should eliminate the
trivially thin wrappers where possible, and this is a start.
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 89.75904% with 17 lines in your changes missing coverage. Please review.

Project coverage is 83.80%. Comparing base (c4ca483) to head (d203647).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/supplemental/http/http_server.c 86.56% 9 Missing ⚠️
src/supplemental/http/http_conn.c 94.23% 3 Missing ⚠️
src/supplemental/http/http_msg.c 72.72% 3 Missing ⚠️
src/supplemental/http/http_client.c 94.73% 1 Missing ⚠️
src/supplemental/websocket/websocket.c 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2091      +/-   ##
==========================================
- Coverage   83.98%   83.80%   -0.19%     
==========================================
  Files          93       93              
  Lines       23496    23411      -85     
  Branches     3032     3031       -1     
==========================================
- Hits        19733    19619     -114     
- Misses       3684     3717      +33     
+ Partials       79       75       -4     

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

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.

1 participant