Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-02
1999-11-02 01:37:07 by Per Hedbor <ph@opera.com>
08bd3c4f25d0181fdc824c3db5b93c53cb445f95 (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added _sprintf
Rev: server/protocols/http.pike:1.167
1:
// This is a roxen module. // Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 1998, Idonex AB.
-
// $Id: http.pike,v 1.
166
1999/
10
/
25
18
:
02
:
18
grubba
Exp $
+
// $Id: http.pike,v 1.
167
1999/
11
/
02
01
:
37
:
07
per
Exp $
#define MAGIC_ERROR #ifdef MAGIC_ERROR inherit "highlight_pike"; #endif
-
constant cvs_version = "$Id: http.pike,v 1.
166
1999/
10
/
25
18
:
02
:
18
grubba
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
167
1999/
11
/
02
01
:
37
:
07
per
Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
1735:
} } }
+
+
string _sprintf( )
+
{
+
return "RequestID()";
+
}