Branch: Tag:

2001-11-21

2001-11-21 10:40:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fix for [bug 2546 (#2546)].

Rev: server/protocols/http.pike:1.347

2:   // Modified by Francesco Chemolli to add throttling capabilities.   // Copyright © 1996 - 2001, Roxen IS.    - constant cvs_version = "$Id: http.pike,v 1.346 2001/11/14 10:28:36 grubba Exp $"; + constant cvs_version = "$Id: http.pike,v 1.347 2001/11/21 10:40:04 grubba Exp $";   // #define REQUEST_DEBUG   #define MAGIC_ERROR   
1014:    MARK_FD("HTTP closed");    catch    { +  // Don't set to blocking mod if SSL. +  if (!my_fd->CipherSpec) {    my_fd->set_blocking(); -  +  }    my_fd->close();    destruct(my_fd);    };