Daniel Stenberg

Results 1303 comments of Daniel Stenberg

Is it possible to make it a "soft" dependency and only use it if available?

@dfandrich do you think this still makes it worth it after the other performance improvements we already landed? I couldn't even figure out which debian package that brings this perl...

I haven't measured how long it now takes in my build, but it is certainly in the 2 seconds ballpark.

I think we can drop this as it is also fairly complicated and the current version generates its output much faster than before.

Changing from `open()` to `CreateFileW()` for Windows looks like it can cause decent "ripples" elsewhere in the code too.

Did this end up in any conclusion? Can/should we change anything or do we live with it?

Let's document this as a known bug/limitation, especially since nobody is working on addressing it. Anyone feels inclined to write up a description ?

What happens if a too long name is set in the URL and then there is no `Content-Disposition:` header?

If I understand things, that's what the #8461 issue is about (there's no header there), so this PR might not change anything for that issue other than delaying the error...

Yes, but I didn't see any of the responses use the `Content-Disposition` header. That "too long file name" URL doesn't work for me so I can't verify that.