cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: HTTPS PUT

From: Frank Reid <fcreid_at_ourcorner.org>
Date: Wed, 7 Feb 2001 05:12:49 -0500

> No. It is important that ssize_t is a signed variable (I figure that is
> what the extra s stands for), and size_t is generally an unsigned one.
> Make it '#define ssize_t int' instead and it is likely to work better.

Thanks... will make the change locally.

RE: HTTPS PUT

> So if you have both 7.5 and 7.6 around, it still works with 7.5 but not
> with 7.6?

Correct. The 7.5 build worked (and continues to work) properly. I'll do
some further testing today to determine whether it's on all HTTPS PUT or
just those that require a certificate handshake from the client.

>> Oops... should've given a bit more on the problem. It just dies after 8K
>> transferred, finally resulting in some kind of timeout error. The server
>> log shows the authentication succeeds, but the transfer fails.

> ... and this is not what you would expect?

Frank
Received on 2001-02-07