Clara Engler
Clara Engler
> 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... Oh yes! Well...
Marking this ready for review. Instead of looking at the diff, I suggest comparing the two `lib/url.c` files side by side.
> @bagder Would it make sense to have an option to allow this? I think @Ben-Voris has a significant usability point here. Many software projects honor `~/.ssh/config`. An option like...
I'm personally a bit in doubt of this feature, because it implicates that a default user password is a usable approach, whereas in reality, this is a security nightmare.
I'll be closing that for now. I currently lack the time working on this refactor, which seemed simpler to me at first. Feel free to cherry-pick some things from it.
> I think it's a bad idea to put this file in the source tree root, for a single reason: it needs to be updated at least for every release...
``` Can't locate Proc/ParallelLoop.pm in @INC (you may need to install the Proc::ParallelLoop module) (@INC contains: /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5) at ./gen.pl line 42. ``` At that point I do...
> ``` > > Can't locate Proc/ParallelLoop.pm in @INC (you may need to install the Proc::ParallelLoop module) (@INC contains: /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5) at ./gen.pl line 42. > > ```...
> Also one more question how do I know if doh is disabled or should I toggle that flag during build? As of now config.log does not mention anything about...
> curl FTP file listing [works](https://everything.curl.dev/libcurl/examples/ftplist) such that it requires an ending slash to trigger it. This ensures that the result is either a file listing or an error (vs....