-
Notifications
You must be signed in to change notification settings - Fork 490
scl: add missing quotes around possibly empty values in the scl template formats #5232
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
scl: add missing quotes around possibly empty values in the scl template formats #5232
Conversation
ae01718
to
6d378cd
Compare
Build FAILURE |
6d378cd
to
ee6752b
Compare
Build FAILURE |
@kira-syslogng test this please; |
f6227ad
to
7faaf20
Compare
58a0003
to
841b1e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should set the Accept-Encoding: identity
in the request when trace is enabled(or just in general) until we have a decompresser, to try to force the server from compressing the response if the request was compressed rfc2616#section-14.3
…formats This one is a requirement after https://github.com/syslog-ng/syslog-ng/pull/5080/files just we forgot to update all the scl files we have. Signed-off-by: Hofi <hofione@gmail.com>
…lines Signed-off-by: Hofi <hofione@gmail.com>
Signed-off-by: Hofi <hofione@gmail.com>
Signed-off-by: Hofi <hofione@gmail.com>
Signed-off-by: Hofi <hofione@gmail.com>
…/compression used in the response for later use the header handler and the debug handler are now registered dynamically in each request/response iteration if needed only Signed-off-by: Hofi <hofione@gmail.com>
841b1e3
to
2db66f1
Compare
2db66f1
to
dd68652
Compare
…pression module now showing only a hint in the log how to turn off compression if more detailed HTTP error-loggin is needed Signed-off-by: Hofi <hofione@gmail.com>
dd68652
to
a99cff0
Compare
Build FAILURE |
This one
Fixes: #5207
Fixes: #2745
Related: #5235
Signed-off-by: Hofi hofione@gmail.com