Re: HTTPs connection dropped on SSL_ERROR_WANT_WRITE

2016-04-12 Thread Ameya Vaidya (amevaidy)
Bumping the thread. > On 11-Mar-2016, at 3:46 am, Daniel Stenberg wrote: > >> Any comments on the patch in my previous mail? > > I've not had a chance to look at it yet. --- List admin:

Re: HTTPs connection dropped on SSL_ERROR_WANT_WRITE

2016-03-09 Thread Ameya Vaidya (amevaidy)
Any comments on the patch in my previous mail? Regards, - Ameya > On 07-Mar-2016, at 3:16 pm, Ameya Vaidya (amevaidy) <ameva...@cisco.com> > wrote: > >> To me it sounds like a decent way to fix this problem, so please by all >&

Re: HTTPs connection dropped on SSL_ERROR_WANT_WRITE

2016-03-07 Thread Ameya Vaidya (amevaidy)
> > I take it that pipelining is required to trigger this, isn't it? That is correct. > > To me it sounds like a decent way to fix this problem, so please by all means > show us your take! > --- curl-7.47.1.orig/lib/http.h 2016-02-02 15:02:44.0 -0800 +++ curl-7.47.1/lib/http.h

HTTPs connection dropped on SSL_ERROR_WANT_WRITE

2016-03-05 Thread Ameya Vaidya (amevaidy)
[Bug Summary] Making pipelined HTTPs requests to a web server with a custom HTTPs client built on top of libcurl with openssl for TLS/SSL layer. Whenever SSL_write() returns SSL_ERROR_WANT_WRITE or SSL_ERROR_WANT_READ, the connection gets broken and a new connection is established. [Repro