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.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 400261F4F6; Sat, 16 May 2015 21:30:32 +0000 (UTC) From: Eric Wong To: unicorn-public@bogomips.org Cc: e@80x24.org Subject: [PATCH 0/2] no avoiding rack.hijack anymore Date: Sat, 16 May 2015 21:30:23 +0000 Message-Id: <1431811825-20664-1-git-send-email-e@80x24.org> List-Id: I'm not sure if it makes sense to use rack.hijack with a prefork server like unicorn which only works behind nginx, but maybe somebody does... Eric Wong (2): http_request: support rack.hijack by default avoid extra allocation for hijack proc creation lib/unicorn/http_request.rb | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-)