trailers
easier to read, presumably.)
So yes, the chunk-size in the posted request was wrong.
--
Michael Wojcik
Micro Focus
Rhetoric & Writing, Michigan State University
-
To unsubscribe, e-mail: users-unsubscr.
onse.)
This is, depending on your viewpoint, an error, oversight, or
restriction in HTTP; but in effect it means that if the client closes
its end of the conversation after sending a request but before
receiving a response, the the server is free to consider the
connection closed (even though it
Christopher Schultz wrote:
> On 3/28/2010 6:28 PM, Michael Wojcik wrote:
>> André Warnier wrote:
>>> For all these reasons, currently Tomcat does not support the
>>> getParameters() family of methods, when the request method is PUT.
>> This is a Tomcat limita
André Warnier wrote:
>
> The area of contention here is whether a HTTP PUT request can or not
> have "parameters", and whether such parameters can or not be encoded as
> part of the HTTP body of a PUT request (or as part of the URL query
> string of the request).
As far as I can tell, this is a T