Daniel Stenberg
Daniel Stenberg
I think you meant split **resolve_server()** into functions, right? That "new" string is something you inserted in several places but I don't think you need it...
To add to the problems mentioned already, libproxy also contains and uses its own 1. (bad) URL parser 2. (bad) **blocking** HTTP/1.1 retriever function (no TLS support) (including a blocking...
I think the sensible thing to do before continuing on this PR is to improve libproxy before we build more code to use it. 1. Improve the project with docs...
> What about @mcatanzaro proposal to make use of glib glib seems like such a huge beast to "suck in" for such a limited functionality, but I don't know anything...
I [blogged](https://daniel.haxx.se/blog/2022/08/12/the-dream-of-auto-detecting-proxies/) about this case a few days ago. I need to see an improved libproxy before I will accept its use by libcurl. I outlined 5 different areas in...
I've stated my opinion on this effort and as there are no indications of these issues getting addressed in the short term, I close this PR. A fixed/improvied libproxy would...
I wish you'd discussed this with us before you implemented all this. I've not seen a single user ask for this protocol, ever - and we ask users every year...