curl-library
Re: CURLINFO_LASTSOCKET change
From: David McCreedy <mccreedytpf_at_msn.com>
Date: Thu, 27 Apr 2006 04:22:18 +0000
Received on 2006-04-27
Date: Thu, 27 Apr 2006 04:22:18 +0000
On Tue, 25 Apr 2006, Daniel Stenberg wrote:
>
>On Tue, 25 Apr 2006, David McCreedy wrote:
>
>>The old patch to getinfo.c stays the same but SSL_peek becomes
>>Curl_ssl_peek, which will go into sslgen.c.
>>The new Curl_ssl_peek function calls a new Curl_ossl_peek in ssluse.c if
>>USE_SSLEAY is true.
>>Finally, Curl_ossl_peek issues the actual SSL_peek. Abstracting the
>>platform/package specifics.
>
>Yes, that's exactly how I propose it.
Attached is the new patch for review.
I have some complex tests left but would like to know if the code looks OK
before I spend the time to run them.
Thanks,
-David McCreedy
- application/octet-stream attachment: sockpatch2