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


2016-09-08 18:40 GMT+08:00 Simone Bordet <sbordet@xxxxxxxxxxx>:
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 ?
Yes.
 

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.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top