Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D7E117599 for ; Wed, 2 Sep 2015 14:04:37 +0000 (UTC) Received: (qmail 99695 invoked by uid 500); 2 Sep 2015 14:04:36 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 99623 invoked by uid 500); 2 Sep 2015 14:04:36 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 99613 invoked by uid 99); 2 Sep 2015 14:04:36 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2015 14:04:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3D54418233E for ; Wed, 2 Sep 2015 14:04:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.12 X-Spam-Level: X-Spam-Status: No, score=-0.12 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9bYPdIDLNwMU for ; Wed, 2 Sep 2015 14:04:31 +0000 (UTC) Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id B8ABF20DD8 for ; Wed, 2 Sep 2015 14:04:30 +0000 (UTC) Received: by ykei199 with SMTP id i199so10377564yke.0 for ; Wed, 02 Sep 2015 07:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Y7XcM5H9xPBXMC3//loDuIcXJR6y03asLJTR1GgkDUU=; b=J6QneeVkAe9Ox/ojkApIdH1tP7fCAmjHoPLOWcDVK3MV5lmCf/qWqxEo7XD82AVlRr cFYimx/2S+HBunClEfNTjxLFrF9gaJttOE9zOFn88zkZU5gbOwEdS/RRSgVF64Qs3D23 lbf6LaXsfuY4i2aMMrh7hc1poEdXLzkYc4tiNHjGUkeic1OF+s6GGjfP6girnXJ4VgNV cv3YhUXm5xXPhX/6vIlffUq89gV2p/pFCVYv6iiVbI17/qcdQqMHoaSV3kVJrlW+WFWT 9Howd/70Uo9MbQmITwkV/UPsU71JrL0TMq3H2pZoa5Xg1NtYaeJQ65hzo6y7X8jxwxSR 6ORw== MIME-Version: 1.0 X-Received: by 10.13.225.2 with SMTP id k2mr32709505ywe.122.1441202669362; Wed, 02 Sep 2015 07:04:29 -0700 (PDT) Received: by 10.37.215.12 with HTTP; Wed, 2 Sep 2015 07:04:29 -0700 (PDT) In-Reply-To: References: <20150724120946.26BD4AC0623@hades.apache.org> Date: Wed, 2 Sep 2015 10:04:29 -0400 Message-ID: Subject: Re: svn commit: r1692486 [1/2] - in /httpd/httpd/trunk: docs/log-message-tags/ include/ modules/http2/ modules/ssl/ server/ From: Eric Covener To: Apache HTTP Server Development List Content-Type: text/plain; charset=UTF-8 On Wed, Sep 2, 2015 at 10:01 AM, Stefan Eissing wrote: > Hmm. Is the > ap_hook_handler(core_upgrade_handler,NULL,NULL,APR_HOOK_REALLY_FIRST); > called for requests that mod_proxy_wstunnel makes against a backend? yes, the guts of mod_proxy is just a handler, so this would run before that.