You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "B. Burke" <bc...@mindspring.com> on 2000/09/29 16:03:13 UTC

[OT] C question - message size in hex

Does anyone know where in Apache's code it prints the outbound  response

message size in hex?

Example (the size is 112 on this particular message):

HTTP/1.1 404 Not Found
Date: Fri, 29 Sep 2000 13:58:56 GMT
Server: Apache/1.3.6 (Unix)
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
112
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
...snip....

I'm looking for the C function that actually prints it to a buffer or to
the client.
I've looked up and down through http_protocol.c and can't find it; I'm
guessing it
is hiding in another file.

Thanks,
Brian B.
bcburke@mindspring.com