Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-21
2001-11-21 10:40:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
331dde082527690ef579bed6e2b93c41f87308d3 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
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); };