[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.198 and 1.199

version 1.198, 2020/10/18 20:35:18 version 1.199, 2021/01/01 17:39:54
Line 843 
Line 843 
         case 302:       /* Found */          case 302:       /* Found */
         case 303:       /* See Other */          case 303:       /* See Other */
         case 307:       /* Temporary Redirect */          case 307:       /* Temporary Redirect */
           case 308:       /* Permanent Redirect (RFC 7538) */
                 isredirect++;                  isredirect++;
                 if (redirect_loop++ > 10) {                  if (redirect_loop++ > 10) {
                         warnx("Too many redirections requested");                          warnx("Too many redirections requested");

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199