2000-10-19
2000-10-19 12:24:10 by Per Hedbor <ph@opera.com>
-
e056e946f92d633f061c758ad908f64a19c9eacd
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 5.2
Added some security to the hilfe protocol
Rev: server/base_server/global_variables.pike:1.48
Rev: server/base_server/roxen.pike:1.568
Rev: server/protocols/hilfe.pike:2.4
Rev: server/protocols/http.pike:1.283
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2000, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.282 2000/10/19 08:58:14 per Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.283 2000/10/19 12:24:10 per Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
690: Inside #if defined(OLD_RXML_CONFIG)
#ifdef OLD_RXML_CONFIG
if(config_in_url) {
REQUEST_WERR("HTTP: parse_got(): config_in_url");
- return really_set_config( mod_config );
+ really_set_config( mod_config );
+ return;
}
#endif
if(!supports->cookies)