1998-03-29
1998-03-29 00:46:17 by David Hedbor <david@hedbor.org>
-
2c499ee00ff80599ad4be68a3c6df10502276f4d
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 5.2
typofix
Rev: server/protocols/http.pike:1.87
1:
// This is a roxen module. Copyright © 1996 - 1998, Idonex AB.
- constant cvs_version = "$Id: http.pike,v 1.86 1998/03/29 00:44:09 neotron Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.87 1998/03/29 00:46:17 neotron Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
818: Inside #if defined(FD_DEBUG)
{
if(pipe)
MARK_FD(sprintf("HTTP_piping_%d_%d_%d_%d_(%s)",
- pipe->sent : -4711,
+ pipe->sent,
pipe->current_input_len,
- stringp(pipe->current_input)?
+ stringp(pipe->current_input) ?
strlen(pipe->current_input) : -4711,
_time(1) - start,
not_query));