1998-08-03
1998-08-03 09:40:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
60a1a1819d4631f4a02437f3a85db38c6eb1d92f
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Restored extra_extension by popular demand.
Rev: server/base_server/configuration.pike:1.148
Rev: server/protocols/http.pike:1.110
6: Inside #if defined(MAGIC_ERROR)
#ifdef MAGIC_ERROR
inherit "highlight_pike";
#endif
- constant cvs_version = "$Id: http.pike,v 1.109 1998/07/25 04:20:45 neotron Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.110 1998/08/03 09:38:59 grubba Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
87:
string raw;
string query;
string not_query;
- // string extra_extension = ""; // special hack for the language module
+ string extra_extension = ""; // special hack for the language module
string data, leftovers;
array (int|string) auth;
string rawauth, realauth;