Daniel Stenberg
Daniel Stenberg
It really cannot grow "without bounds" when it isn't a leak.
> This is pure speculation I think we need a more scientific debugging method.
Does it reproduce if the URL is `HTTP://` only? Does it reproduce if you do it against a local server? How many requests does it take to reproduce?
If you are able to, please apply #9389 and check if it fixes the problems. I believe it does.
Why does it have to sort the headers? > I had to hardcode the host in the tests, in which the port was random, which was making impossible to had...
This PR isn't about "refactoring" as far as I can see it and I think using that title makes it a disservice. It rather seems to fix a few issues...
The tests are super useful. But I think the code is written in a too complicated way. It abuses `tmp` for variable names all over, it has duplicated code, it...
Everything involving NTLM is complicated, painful and special because that authentication method uniquely breaks common HTTP paradigms in ways nothing else does. NTLM will always be special. > Meanwhile, I...
This issue seems to have stalled. Is there anything we can/should do about this report? Any proposed next steps?
Does this calling of getsockopt() on all the sockets risk slowing things down? It struck me that as we already have a "socket hash table" with all the sockets in...