-
Notifications
You must be signed in to change notification settings - Fork 477
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
http: add support for proxy #3253
Conversation
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
2 similar comments
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
@kira-syslogng ok to test |
Build SUCCESS |
Thank you for your pull request. At first glance it looks good to me.
Unfortunately, I have a few things to do now, but i try to come back with a proper review as soon as possible. In the meantime, could you tell your experiences? It would help the review greatly.
|
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.
I think a news file entry with an example configuration would be pretty useful, perhaps with important details included from https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html.
Apart from that the code looks good to me.
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.
After discussing with @bazsi , I was wrong about the scheme mismatch. I tried the code, and indeed with http url and https proxy, syslog-ng still tries to connect to the https proxy.
So the only thing left to do is to fix the memory leak, then this PR can go in.
Build SUCCESS |
Thank you. Finally, please add a news file: |
@furiel : Okay, I have added it. |
Build SUCCESS |
Signed-off-by: Vatsal Sisodiya <[email protected]>
Signed-off-by: Vatsal Sisodiya <[email protected]>
Build SUCCESS |
Thank you. The patchset looks good now. Unfortunately pytest-linters is broken, and as I see it is a bug in virtualenv, that the maintainers are currently trying to address in pypa/virtualenv#1811. We can wait a little until it is resolved. Or we can just merge this as it is: python code has not been changed, so the linters should not find any problem. |
Merging, as travis fails for an environment error. |
fixes #3232