Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Problems on 100-continue + HTTPS

Hi,

On Thu, Sep 8, 2016 at 11:24 AM, John Jiang <john.sha.jiang@xxxxxxxxx> wrote:
> I suppose Apache doesn't reset it. The stream just closes with NO_ERROR

What client is this, curl ?

Note that the stream cannot be closed.
The server half-closes it because it sends a full 200 OK response, but
the client should not send the request body, but it may already have
told the server the Content-Length, so it has no other option than
reset.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top