> Date: Sun, 9 Jan 2011 17:08:22 -0500 (EST) > From: Ted Unangst <[email protected]>
> #endif /* !SMALL */ > ftp_printf(fin, ssl, "GET /%s %s\r\nHost: ", epath, > #ifndef SMALL > - restart_point ? "HTTP/1.1\r\nConnection: close" : > + "HTTP/1.1\r\nConnection: close" > +#else > + "HTTP/1.0" > #endif /* !SMALL */ > - "HTTP/1.0"); > + ); Doesn't this mean that servers that only support HTTP/1.0 will stop working now?
