Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-08
1996-12-08 02:58:13 by David Hedbor <david@hedbor.org>
2c832f2257cc8d1ebe4c6f52eb388fee10f77553 (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
bug fixad
Rev: server/protocols/http.pike:1.6
1:
// This is a roxen module. (c) Informationsvävarna AB 1996.
-
string cvs_version = "$Id: http.pike,v 1.
5
1996/12/
05
03
:
01
:
04
per
Exp $";
+
string cvs_version = "$Id: http.pike,v 1.
6
1996/12/
08
02
:
58
:
13
neotron
Exp $";
// HTTP protocol module. #include <config.h> inherit "roxenlib";
125:
{ string url, m; string base;
-
base = roxen->query("MyWorldLocation");
-
base = base[..strlen(base)];
+
base = roxen->query("MyWorldLocation")
||"/"
;
my_fd->set_blocking(); roxen->current_configuration = conf;