-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Allow configuring request uri max length & request path max length #2840
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
Allow configuring request uri max length & request path max length #2840
Conversation
|
#2485 changed more files, is that needed here or not? Thinking of the parser line number changes and possible error messages (I have not checked myself) |
|
Welcome to our contributors @LukaszMaslej 😄 |
|
Hi @dentarg I did tests if error messages are still fine. They look to be ok. |
|
@nateberkopec @dentarg Thank you for the quick reactions. We have a client that is blocked by this. Thanks already. |
|
@woutdegeyter Yeah, no that not how open source works, we are not merging anything sooner than later just because your client needs it, maybe help out instead? Why was the parser changes done #2485? |
|
@LukaszMaslej Not sure I understand your comment, what/how did you test? Why is there two lines each for |
|
@dentarg I checked if error messages are formatted as they should be. It was discussed (comment) for #2485 PR. I wanted to be sure it is still fine when use my new flags. I tested different ways how the flag could be set (that's why there are two samples), like for example I made only these basic changes, but worth to check by some one more advanced in C to check parser files. |
Referring to the changes in I don't think this changes that file (delete it, and run |
|
Hi @dentarg
Replying here - I believe both points are satisfied. The parser lines don't need update now comment, the error messages are returned as expected (see my comment). Or there is something more I should check here? |
|
@dentarg Thank you for merge to master. Kind question, do you plan new version release in some near future? |
|
I don't do the releases! Sorry |
|
Yes, my bad, sorry. |
Description
According to #2758 discussion, I add also an optional cflags to configure request uri max length and request path max length when compile puma.
Your checklist for this pull request
[ci skip]to the title of the PR.#issue" to the PR description or my commit messages.