Diff for /Amaya/amaya/query.c between versions 1.219 and 1.220

version 1.219, 1999/12/13 16:49:35 version 1.220, 1999/12/16 21:43:36
Line 1066  int                 status; Line 1066  int                 status;
   
    if (!AmayaIsAlive ())                if (!AmayaIsAlive ())           
       me->reqStatus = HT_ABORT;         me->reqStatus = HT_ABORT; 
      
      /* trying to protect against this problem... hard to place
         the detection elsewhere :-/ */
      if (IsHTTP09Error (request))
        status = -1;
   
    if (status == HT_LOADED ||      if (status == HT_LOADED || 
        status == HT_CREATED ||          status == HT_CREATED || 
        status == HT_NO_DATA ||         status == HT_NO_DATA ||
Line 1078  int                 status; Line 1083  int                 status;
 #endif /* AMAYA_WWW_CACHE */  #endif /* AMAYA_WWW_CACHE */
        me->reqStatus == HT_ABORT)         me->reqStatus == HT_ABORT)
      error_flag = FALSE;       error_flag = FALSE;
    else       else
      error_flag = TRUE;       error_flag = TRUE;
   
    /* output any errors from the server */     /* output any errors from the server */

Removed from v.1.219  
changed lines
  Added in v.1.220


Webmaster