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, T_RP_MATCHES_RCVD 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 383271FA7B for ; Mon, 11 May 2015 01:38:08 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH] extras/proxy_pass: remove compatibility note Date: Mon, 11 May 2015 01:38:08 +0000 Message-Id: <1431308288-8249-1-git-send-email-e@80x24.org> List-Id: We'll have to support both, it seems. --- extras/proxy_pass.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extras/proxy_pass.rb b/extras/proxy_pass.rb index 99ca6d6..29dd995 100644 --- a/extras/proxy_pass.rb +++ b/extras/proxy_pass.rb @@ -9,12 +9,6 @@ require 'rack/request' require 'thread' require 'timeout' -# compatibility class -warn <