]> granicus.if.org Git - curl/commit
curl_schannel.h: Use BUFSIZE as the initial buffer size if available
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 19 Jun 2012 08:31:56 +0000 (10:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Jun 2012 12:41:43 +0000 (14:41 +0200)
commite93e3bcb8217b0337219d0e6a2e9893e6bd4ea06
tree949ae9c60f221f91727d6bdc872577f750b9ee3b
parentfeaf8f959063bba5db3711c5c983c43eb3b18000
curl_schannel.h: Use BUFSIZE as the initial buffer size if available

Make the Schannel implementation use libcurl's default buffer size
for the initial received encrypted and decrypted data cache buffers.
The implementation still needs to handle more data since more data
might have already been received or decrypted during the handshake
or a read operation which needs to be cached for the next read.
lib/curl_schannel.h