Jay Satiro

Results 295 comments of Jay Satiro
trafficstars

I don't prefer the repurpose, I think it is confusing that 1 would not mean set to size 1

curl_getenv is a public api function that returns local codepage. I think there was some discussion whether to return UTF-8 here. We'd break existing legacy clients. (On second thought, I...

The function should not be changed or broken. I'll add a GetEnv in the curl tool that returns UTF-8 for Windows Unicode builds.

Closing, we aren't going to change curl_getenv. An attempt to add a different getenv for the curl tool that returns a UTF-8 encoded path in Windows Unicode builds has died...

Note we have a pending patch release 7.79.1 coming on Wednesday which will include a fix for HTTP response parsing, and an Alpine user has said 7.79.0 is showing the...

Sure I can take a look this week. I think I had some problem running testing due to missing mock or something.

> I think I had some problem running testing due to missing mock or something. I haven't solved the mock problem. I [posted an update](https://bugzilla.mozilla.org/show_bug.cgi?id=1536324#c10) in the bug thread. I...

I had this same problem in MinGW because the pkg-config that comes installed doesn't include the pkg.m4 macro so there is no PKG_PROG_PKG_CONFIG. To remedy this I built pkg-config and...

I think it is easier to find the way it is now, Windows - cygwin because the order is by OS

> Based on a quick glance of where things _could_ go wrong (and where I would start poking around) is in `schannel_connect_step1`, namely the call to `s_pSecFn->InitializeSecurityContext`. [The docs explicitly...