-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Set response limits on http server connections [0.18] #9775
Set response limits on http server connections [0.18] #9775
Conversation
build errors |
fcad5b0
to
a2d574e
Compare
Yup. Sorry about that. I cherry picked a commit by @jeffro256 and included in this PR. The change is pretty simple, so I'm hoping reviewers won't turn away the additional changes (they are basically needed, or |
a2d574e
to
d59374a
Compare
Another force push for a missing include. This compiles locally for me, so this may require several attempts at getting the CI to pass. |
I forgot that #9687 hasn't been merged. Won't bother fixing the depends builds then. |
d59374a
to
3137f33
Compare
Force pushed changes to match those in master PR. |
@vtnerd Please force push to rerun CI. |
…ied names quick patch which fixes the issue where if you use some macros from `http_server_handlers_map2.h` you have to be in the `epee` namespace or it doesn't compile. Now can remove `using namespace epee;` from header file `core_rpc_server.h`, which caused a couple of name qualifying mistakes
3137f33
to
2c31c25
Compare
Force pushed rebase for CI. |
2c31c25
to
13ff355
Compare
Force pushed changes that were made to related |
Same as #9765 but on release 0.18 branch. @selsta