Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A0BF4200CC1 for ; Mon, 10 Jul 2017 15:17:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9F26B16654E; Mon, 10 Jul 2017 13:17:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC78416654B for ; Mon, 10 Jul 2017 15:17:22 +0200 (CEST) Received: (qmail 12672 invoked by uid 500); 10 Jul 2017 13:17:22 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 12663 invoked by uid 99); 10 Jul 2017 13:17:22 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 13:17:22 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 64D4B3A1A3E for ; Mon, 10 Jul 2017 13:17:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1801466 - /httpd/test/framework/trunk/t/modules/remoteip.t Date: Mon, 10 Jul 2017 13:17:21 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170710131721.64D4B3A1A3E@svn01-us-west.apache.org> archived-at: Mon, 10 Jul 2017 13:17:23 -0000 Author: jim Date: Mon Jul 10 13:17:21 2017 New Revision: 1801466 URL: http://svn.apache.org/viewvc?rev=1801466&view=rev Log: add comment Modified: httpd/test/framework/trunk/t/modules/remoteip.t Modified: httpd/test/framework/trunk/t/modules/remoteip.t URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/remoteip.t?rev=1801466&r1=1801465&r2=1801466&view=diff ============================================================================== --- httpd/test/framework/trunk/t/modules/remoteip.t (original) +++ httpd/test/framework/trunk/t/modules/remoteip.t Mon Jul 10 13:17:21 2017 @@ -77,7 +77,7 @@ $sock->shutdown(2); $proxy = "\x0D\x0A\x0D\x0A\x00\x0D\x0A\x51\x55\x49\x54\x0A"; # header $proxy .= "\x21"; # protocol version and command (AF_INET STREAM) $proxy .= "\x11"; # transport protocol and address family (TCP over IPv4) -$proxy .= "\x00\x0C"; +$proxy .= "\x00\x0C"; # 12 bytes coming up $proxy .= "\xC0\xA8\xC0\x42\xC0\xA8\xC0\x4D\x01\xF0\x01\xF1"; ok ($sock = Apache::TestRequest::vhost_socket("remote_ip")); $sock->print($proxy . $url);