From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 399FD2013A; Wed, 15 Feb 2017 18:45:19 +0000 (UTC) Date: Wed, 15 Feb 2017 18:45:19 +0000 From: Eric Wong To: unicorn-public@bogomips.org Subject: response_start_sent (check_client_connection) is staying Message-ID: <20170215184518.GA31256@whir> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: There's no way I would remove this feature or any other feature other people rely on. Just pushed this out: commit c4b58719e8aa7f2b4979d139ca166a8c6a11eb7e Author: Eric Wong Date: Wed Feb 15 18:37:10 2017 +0000 Revert "remove response_start_sent" Oops, this was a half-baked change I was considering but forgot about. This reverts commit 69fd4f9bbff3708166fbf70163fa6e192dde1497. commit 69fd4f9bbff3708166fbf70163fa6e192dde1497 was the start of a reorganization that I ultimately abandoned, at least for now. https://bogomips.org/unicorn.git/patch?id=c4b58719e8aa7f2b https://bogomips.org/unicorn.git/patch?id=69fd4f9bbff37081 (and I'm still working on a better git viewer for lynx/w3m users)