unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Tobias Geerinckx-Rice <me@tobias.gr>
Cc: 28360@debbugs.gnu.org
Subject: [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
Date: Tue, 5 Sep 2017 13:13:58 -0400	[thread overview]
Message-ID: <20170905171358.GA21244@jasmine.lan> (raw)
In-Reply-To: <20170905164347.8209-1-me@tobias.gr>

[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]

On Tue, Sep 05, 2017 at 06:43:47PM +0200, Tobias Geerinckx-Rice wrote:
> * gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
> ---
> 
> Guix,
> 
> The following adds v2 listener support to our nginx package.
> The majority of legitimate web traffic to my boxes is already over
> HTTP/2.0 (Guix itself being the lone exception).
> 
> The protocol won't be spoken by default until upstream decides to do so;
> I just got tired of maintaining this huge patch locally.

This gigantic patch LGTM :)

> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index ac65a8536..377e366e2 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -162,6 +162,7 @@ and its related documentation.")
>               (let ((flags
>                      (list (string-append "--prefix=" (assoc-ref outputs "out"))
>                            "--with-http_ssl_module"
> +                          "--with-http_v2_module"
>                            "--with-pcre-jit"
>                            "--with-debug"
>                            ;; Even when not cross-building, we pass the
> -- 
> 2.13.1
> 
> 
> 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-09-05 17:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-05 16:43 [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module) Tobias Geerinckx-Rice
2017-09-05 17:13 ` Leo Famulari [this message]
2017-09-05 18:58   ` bug#28360: " Tobias Geerinckx-Rice

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170905171358.GA21244@jasmine.lan \
    --to=leo@famulari.name \
    --cc=28360@debbugs.gnu.org \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).