-
Incorrect Content-Length (1 messages)
- Posted by: Abhijit Gaikwad
- Posted on: September 11 2001 08:29 EDT
Hi all ,
I am facing one problem beacause of Content-Length .
I am using weblogic 6.0 with sp2 as a web-server . I have one Servlet where i am printing Content-length .
I am sending 267 bytes from browser to the servlet .
However , servlet is printing Content-length as 269 .
Any idea why is happening so ?
from
@bhijit
Threaded Messages (1)
- Incorrect Content-Length by Tony Brookes on September 11 2001 14:19 EDT
-
Incorrect Content-Length[ Go to top ]
- Posted by: Tony Brookes
- Posted on: September 11 2001 14:19 EDT
- in response to Abhijit Gaikwad
The rest of the data is probably protocol packing.
Chz
Tony