Fossil

Diff
Login

Differences From Artifact [ae3e4b6d34]:

To Artifact [781842c8ff]:


523
524
525
526
527
528
529




530

531
532
533
534
535
536
537
        }
        fossil_free(z);
      }
      return rc;
    }else{
      /* The problem could not be corrected by retrying.  Report the
      ** the error. */




      fossil_warning("server did not reply");

      goto write_err;
    }
  }
  if( rc!=200 ){
    fossil_warning("\"location:\" missing from %d redirect reply", rc);
    goto write_err;
  }







>
>
>
>
|
>







523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
        }
        fossil_free(z);
      }
      return rc;
    }else{
      /* The problem could not be corrected by retrying.  Report the
      ** the error. */
      if( g.url.isSsh && !g.fSshTrace ){
        fossil_warning("server did not reply: "
                       " rerun with --sshtrace for diagnostics");
      }else{
        fossil_warning("server did not reply");
      }
      goto write_err;
    }
  }
  if( rc!=200 ){
    fossil_warning("\"location:\" missing from %d redirect reply", rc);
    goto write_err;
  }