-
Notifications
You must be signed in to change notification settings - Fork 69
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
Redo CLI conf get|set|ls #485
Comments
Testing head f34e4f9:
and most notably:
and for the last command
|
In the case of the `conf reload` command there were a couple of explicit `exit` calls that terminated immediatly the `main`. They have been changed to the boolean return value. See agroal#485
With regard to the |
In the case of the `conf reload` command there were a couple of explicit `exit` calls that terminated immediatly the `main`. They have been changed to the boolean return value. Implemented the `conf get` command. See agroal#485
@jesperpedersen PTAL commit ea07bd4 that implements Please note that there is some sort of user after free bug somewhere, but I've not digged it a lot. It could be that destroying the JSON object after writing the response suffice.
|
@fluca1978 All the |
Ok, so this is a "phantom" issue. |
Yeah, so it doesn't fly out of my head and we have a feature regression |
@ashu3103 You are taking this one, right ? |
Yeah, I was actually occupied with some other stuff this week. Will take this at the earliest |
No description provided.
The text was updated successfully, but these errors were encountered: