From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: yahns-public@yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 41F05202EE; Sat, 20 Feb 2016 21:33:22 +0000 (UTC) Date: Sat, 20 Feb 2016 21:33:22 +0000 From: Eric Wong To: yahns-public@yhbt.net Subject: Re: [PATCH] fix output buffering with SSL_write Message-ID: <20160220213322.GA25989@dcvr.yhbt.net> References: <20160216111126.GA22532@dcvr.yhbt.net> <20160216111411.GA24123@dcvr.yhbt.net> <20160220025431.GA26844@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160220025431.GA26844@dcvr.yhbt.net> List-Id: Eric Wong wrote: > lib/yahns/openssl_client.rb | 40 +++++++++++++++++++++++++++++++++++----- > 1 file changed, 35 insertions(+), 5 deletions(-) Btw, reproducing this as a standalone test case over loopback seems difficult, even with small socket buffers. It could also be cipher/algorithm-dependent... I never hit problems with v1.12.0 when git-cloning https://yhbt.net/yahns-public locally on the server, only from a remote connection. Same thing with largish static files. So I'm tempted to release it as-is without an additional test case.