Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-21
2001-11-21 10:43:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a8a6c7622a76ea327867f1249521b2475fcce4b9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/protocols/http.pike:1.348
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
347
2001/11/21 10:
40
:
04
grubba Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
348
2001/11/21 10:
43
:
36
grubba Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1014:
MARK_FD("HTTP closed"); catch {
-
// Don't set to blocking
mod
if SSL.
+
// Don't set to blocking
mode
if SSL.
if (!my_fd->CipherSpec) { my_fd->set_blocking(); }