Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-20
1998-03-20 12:18:52 by Johan Schön <js@opera.com>
33b7709f4bb91bb9e6635aee233fc601ed611f4e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fix for HTTP proxy module
Rev: server/base_server/roxen.pike:1.176
1:
-
constant cvs_version = "$Id: roxen.pike,v 1.
175
1998/03/20
03
:
34
:
42
per
Exp $";
+
constant cvs_version = "$Id: roxen.pike,v 1.
176
1998/03/20
12
:
18
:
52
js
Exp $";
#define IN_ROXEN #include <roxen.h> #include <config.h>
2178:
object p = Pipe.pipe(); if (callback) p->set_done_callback(callback); p->output(to);
-
p->output(to2);
+
if(to2)
p->output(to2);
p->input(from); #if efun(spider.shuffle) }