Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-11-13
1998-11-13 20:10:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c30ae445963988c8014b03fecd18790711040957 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Improved fix.
Rev: server/base_server/configuration.pike:1.166
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
165
1998/11/13 20:
06
:
12
grubba Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
166
1998/11/13 20:
10
:
20
grubba Exp $";
#include <module.h> #include <roxen.h>
779:
cern_http_date(time(1)), unsigned_to_bin(time(1)), (string)request_id->method,
-
http_encode_string((string)request_id->not_query
)
+
-
(request_id->misc->path_info || ""),
+
http_encode_string((string)request_id->not_query +
+
(request_id->misc->path_info || "")
)
,
(string)request_id->prot, (string)(file->error||200), unsigned_short_to_bin(file->error||200),