tinyproxy.conf.5: document config strings that require double quotes#493
Merged
rofl0r merged 2 commits intotinyproxy:masterfrom May 24, 2023
Merged
tinyproxy.conf.5: document config strings that require double quotes#493rofl0r merged 2 commits intotinyproxy:masterfrom
rofl0r merged 2 commits intotinyproxy:masterfrom
Conversation
String config values matched by the STR regex must be enclosed in double quotes Edit descriptions for brevity conf.c: move boolean arguments comment before BOOL group addresses tinyproxy#491
ivanwick
commented
May 9, 2023
src/conf.c
Outdated
| STDCONF (statfile, STR, handle_statfile), | ||
| STDCONF (stathost, STR, handle_stathost), | ||
| STDCONF (xtinyproxy, BOOL, handle_xtinyproxy), | ||
| /* boolean arguments */ |
Contributor
Author
There was a problem hiding this comment.
I saw the comment out of place when reviewing these regexes for the documentation about quoting. But this change can be reverted if we want to keep the PR strictly in the docs directory.
Contributor
There was a problem hiding this comment.
yes, please move this to separate PR; it's unrelated to what this PR does.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
String config values matched by the STR regex must be enclosed in double quotes
Edit descriptions for brevity
conf.c: move boolean arguments comment before BOOL group
addresses #491