Re: [patch] Bug-fix for ftp -C against Apache 1.3

2010-01-12 Thread Matthew Mulrooney
ULL) + if (fp != NULL) { + /* Show the HTTP request when in debug mode. */ + if (debug) + vprintf(fmt, ap); ret = vfprintf(fp, fmt, ap); #ifndef SMALL - else if (ssl != NULL) + } else if (ssl != NULL) {

[patch] Bug-fix for ftp -C against Apache 1.3

2010-01-12 Thread Matthew Mulrooney
* Curl uses HTTP 1.1 with Host headers (gets it right?) Connection: close = According to: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.10 "HTTP/1.1 applications that do not support persistent connections MUST include the "close" connection o