Branch: Tag:

2001-08-31

2001-08-31 17:07:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fix for "Cannot access global variables in destructed object".

Rev: server/protocols/http.pike:1.335

2:   // Modified by Francesco Chemolli to add throttling capabilities.   // Copyright © 1996 - 2001, Roxen IS.    - constant cvs_version = "$Id: http.pike,v 1.334 2001/08/28 21:35:56 mast Exp $"; + constant cvs_version = "$Id: http.pike,v 1.335 2001/08/31 17:07:48 grubba Exp $";   // #define REQUEST_DEBUG   #define MAGIC_ERROR   
1014:    my_fd->close();    destruct(my_fd);    }; +  catch {    my_fd = 0; -  +  };    }    disconnect();   }