Jay Satiro

Results 308 comments of Jay Satiro

is it though? it's IPv4 _mapped_. it's still IPv4 it's just making it look like IPv6 for compatibility

how about this ~~~diff diff --git a/docs/cmdline-opts/ipv6.md b/docs/cmdline-opts/ipv6.md index fbacbec..d4e9de1 100644 --- a/docs/cmdline-opts/ipv6.md +++ b/docs/cmdline-opts/ipv6.md @@ -22,3 +22,6 @@ Example: This option tells curl to use IPv6 addresses only when...

I don't think it's needed. Also I'm bothered by #12303 and I don't have any solution for it.

I installed 15063.332 x64 and it looks possible. There's no client delta because it seems they just give the mapped heap address now. To get the client delta would involve...

Sorry I do not have plans to implement this. There is a new script [git diffn](https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/master/useful_scripts/git-diffn.sh) which may do what you need. Ref: https://stackoverflow.com/a/61997003 Ref: https://github.com/git-for-windows/git/issues/2635 /cc @ElectricRCAircraftGuy

Thanks. We'll consider the remaining issue a Windows bug until proven otherwise.

Though I consider this a Windows bug and not a bug in curl I think we should consider reverting GetAddrInfoExW use and go back to the threaded resolver. Thoughts?

> FYI, any code that uses libcurl will fail with asan because of excessive threads created without internet connection. Is there an issue for this and can you give me...

Ok. Possibly this is a valid corner case bug and not just CI weirdness by itself but I can't be sure