Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-15
1996-12-15 12:35:45 by Per Hedbor <ph@opera.com>
23a78978d4411bfcd182f25866520f4b985e7892 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
foo
Rev: server/protocols/http.pike:1.10
1:
// This is a roxen module. (c) Informationsvävarna AB 1996.
-
string cvs_version = "$Id: http.pike,v 1.
9
1996/12/
10
06
:
57
:
20
per Exp $";
+
string cvs_version = "$Id: http.pike,v 1.
10
1996/12/
15
12
:
35
:
45
per Exp $";
// HTTP protocol module. #include <config.h> inherit "roxenlib";
594:
describe_backtrace(err) + "\n"); }
+
int wants_more()
+
{
+
return !!cache;
+
}
+
/* We got some data on a socket. * ================================================= */