]> granicus.if.org Git - curl/commit
curl_schannel: Removed buffer limit and optimized buffer strategy
authorMarc Hoersken <info@marc-hoersken.de>
Sat, 6 Oct 2012 11:59:28 +0000 (13:59 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sat, 6 Oct 2012 11:59:28 +0000 (13:59 +0200)
commitfbf3560886f4cd172cd9f21c4f93b0446650d4b5
treebef63076f1d621267239c79702209e52dc62e455
parent07593b242296e43c23aee1717bdb84426a6b230a
curl_schannel: Removed buffer limit and optimized buffer strategy

Since there are servers that seem to return very big encrypted
data packages, we need to be able to handle those without having
an internal size limit. To avoid the buffer growing to fast to
early the initial size was decreased and the minimum free space
in the buffer was decreased as well.
lib/curl_schannel.c
lib/curl_schannel.h