Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-28
1998-03-28 22:06:27 by David Hedbor <david@hedbor.org>
6432270c3bb481602bbf1ca850b133c117e75107 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
bugfix
Rev: server/protocols/http.pike:1.80
1:
// This is a roxen module. Copyright © 1996 - 1998, Idonex AB.
-
constant cvs_version = "$Id: http.pike,v 1.
79
1998/03/28 22:
03
:
33
neotron Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
80
1998/03/28 22:
06
:
27
neotron Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
815:
void timer(int start) {
-
MARK_FD("HTTP really handled, piping "+not_query +" ("+(time(1) - start)+")");
+
MARK_FD("HTTP really handled, piping "+not_query +" ("+(
_
time(1) - start)+")");
call_out(timer, 30, start); }
991:
file->len = 1; // Keep those alive, please... if (pipe) { MARK_FD("HTTP really handled, piping "+not_query);
-
call_out(timer, 30, time(1)); // Update FD with time...
+
call_out(timer, 30,
_
time(1)); // Update FD with time...
pipe->set_done_callback( do_log ); pipe->output(my_fd); } else {