1998-03-29
1998-03-29 01:16:04 by David Hedbor <david@hedbor.org>
-
b529001c10bfd7602202b10e25273539452f346b
(9 lines)
(+5/-4)
[
Show
| Annotate
]
Branch: 5.2
More debug...
Rev: server/base_server/smartpipe.pike:1.16
Rev: server/protocols/http.pike:1.88
1:
// This is a roxen module. Copyright © 1996 - 1998, Idonex AB.
- constant cvs_version = "$Id: http.pike,v 1.87 1998/03/29 00:46:17 neotron Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.88 1998/03/29 01:16:03 neotron Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
819: Inside #if defined(FD_DEBUG)
if(pipe)
MARK_FD(sprintf("HTTP_piping_%d_%d_%d_%d_(%s)",
pipe->sent,
- pipe->current_input_len,
+
stringp(pipe->current_input) ?
- strlen(pipe->current_input) : -4711,
+ strlen(pipe->current_input) : -1,
+ pike->last_called,
_time(1) - start,
not_query));
else