Branch: Tag:

1997-12-11

1997-12-11 01:22:13 by David Hedbor <david@hedbor.org>

Removed the "double call_out" bug fix, as the real bug has been fixed. Also
changed the call out time from 60 to 30 seconds, which definitely should be
enough.

Rev: server/protocols/http.pike:1.48

1:   // This is a roxen module. (c) Informationsvävarna AB 1996.    - constant cvs_version = "$Id: http.pike,v 1.47 1997/11/12 18:04:53 neotron Exp $"; + constant cvs_version = "$Id: http.pike,v 1.48 1997/12/11 01:22:13 neotron Exp $";   // HTTP protocol module.   #include <config.h>   private inherit "roxenlib";
802: Inside #if undefined(SPEED_MAX)
   roxen->httpobjects[my_id] += " - handled";   #endif    remove_call_out(do_timeout); -  remove_call_out(do_timeout); +    #endif       if(conf)
1196: Inside #if undefined(SPEED_MAX)
     #ifndef SPEED_MAX    // No need to wait more than 30 seconds to get more data. -  call_out(do_timeout, 60); -  call_out(do_timeout, 70); -  // There seems to be a bug where call_outs go missing... +  call_out(do_timeout, 30); +  // There seems to be a bug where call_outs go missing... which is +  // now fixed...   #endif    }   }