From: Michael Wallner Date: Thu, 9 Sep 2010 12:46:51 +0000 (+0000) Subject: * if curl sees a 3xx code, a Location header and a Connection:close header it decides... X-Git-Tag: DEV_2-before-client~135 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=386eac96d8be8fe55be83cb3b4a54ecd0988d24d;hp=386eac96d8be8fe55be83cb3b4a54ecd0988d24d;p=m6w6%2Fext-http * if curl sees a 3xx code, a Location header and a Connection:close header it decides not to read the response body. * fix leak with inflate stream ---