Skip to content

More efficient http #156 #157

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

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

Conversation

edwardcapriolo
Copy link

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested.

Expected Behavior

Efficient correct HTTP
bad user data should return 400

Current Behavior

Bad data returns 5xx
Extrac copies of JSON messages are created in memory

Context

More memory pressure,
harder to debug

@edwardcapriolo edwardcapriolo force-pushed the efficient-http branch 2 times, most recently from 8010c9b to 2976a72 Compare April 15, 2025 11:43
@edwardcapriolo edwardcapriolo mentioned this pull request Apr 15, 2025
9 tasks
@edwardcapriolo
Copy link
Author

Ping, each http request is being converted into a string before being processed :) nice simple improvement on queue now for 5 days :)

@edwardcapriolo
Copy link
Author

edwardcapriolo commented Jul 16, 2025

Hey maintainers! Its been three months and no one has interacted with me. I did a PR to fix typos, someone else went and did a PR to fix the same typos!

I did this PR and its a clear improvement, bytes->string-bytes. puts pressure on the JVM. What is the deal do you only accept PRS from your buddies? Ill make a new jithub account with a name close to someone elses and maybe that will make the PRs look better.

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