Diff for /Amaya/amaya/query.c between versions 1.100 and 1.101

version 1.100, 1998/01/29 20:56:26 version 1.101, 1998/02/03 02:11:36
Line 407  HTStream           *target; Line 407  HTStream           *target;
      {       {
         if (PROT_TRACE)          if (PROT_TRACE)
            HTTrace ("Posting Data Target PAUSED\n");             HTTrace ("Posting Data Target PAUSED\n");
   
         return HT_PAUSE;  
         /*          /*
         return HT_CONTINUE;          return HT_PAUSE;
         */          */
           return HT_CONTINUE;
           
      }       }
    else if (status > 0)     else if (status > 0)
      {                          /* Stream specific return code */       {                          /* Stream specific return code */
Line 1291  void                QueryInit () Line 1291  void                QueryInit ()
    /* Maximum number of simultaneous open sockets */     /* Maximum number of simultaneous open sockets */
    HTNet_setMaxSocket (8);     HTNet_setMaxSocket (8);
    /* different network services timeouts */     /* different network services timeouts */
    HTDNS_setTimeout (3600);     HTDNS_setTimeout (1800);
 #ifdef _WINDOWS  #ifdef _WINDOWS
    /* under windows, the libwww persistent socket handling has     /* under windows, the libwww persistent socket handling has
    ** some bugs. The following line inhibits idle socket reusal.     ** some bugs. The following line inhibits idle socket reusal.

Removed from v.1.100  
changed lines
  Added in v.1.101


Webmaster