[BACK]Return to fetch.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/fetch.c between version 1.98 and 1.99

version 1.98, 2010/06/03 07:39:53 version 1.99, 2010/06/03 07:50:02
Line 592 
Line 592 
 #endif /* !SMALL */  #endif /* !SMALL */
                 ftp_printf(fin, ssl, "GET /%s %s\r\nHost: ", epath,                  ftp_printf(fin, ssl, "GET /%s %s\r\nHost: ", epath,
 #ifndef SMALL  #ifndef SMALL
                         restart_point ? "HTTP/1.1" :                          restart_point ? "HTTP/1.1\r\nConnection: close" :
 #endif /* !SMALL */  #endif /* !SMALL */
                         "HTTP/1.0");                          "HTTP/1.0");
                 if (strchr(host, ':')) {                  if (strchr(host, ':')) {

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99