hey guys,
                   I observed that only apache 1.3 (1.3.33) sends out the extra characters as shown below
apache2.0 does not send out those characters, 
 
could this be due to some code in apache1.3 ?
 
---------------------------------------------------------------------------------------------------------
...
....
...
Keep-Alive: timeout=10, max=499
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
 
165                 < -------------------- what's this doing here ?
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A HREF=""http://www.kaushaljha.com/>here.http://www.kaushaljha.com/>here</A>.<P>
<HR>
<ADDRESS>ZEDO 3G Server at devjuhu1.juhu.zedo.com Port 80</ADDRESS>
</BODY></HTML>
 
0                  < -------------------- what's this doing here ?
 
---------------------------------------------------------------------------------------------------------
 
 
thanks in advance ..
 

Reply via email to