emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28360: closed ([PATCH] gnu: nginx: Enable HTTP/2.0


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28360: closed ([PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).)
Date: Tue, 05 Sep 2017 18:57:01 +0000

Your message dated Tue, 5 Sep 2017 20:58:13 +0200
with message-id <address@hidden>
and subject line Re: [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 
(ngx_http_v2_module).
has caused the debbugs.gnu.org bug report #28360,
regarding [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28360: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28360
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module). Date: Tue, 5 Sep 2017 18:43:47 +0200
* 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.

Kind regards,

T G-R

 gnu/packages/web.scm | 1 +
 1 file changed, 1 insertion(+)

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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28360] [PATCH] gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module). Date: Tue, 5 Sep 2017 20:58:13 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
Leo,

Leo Famulari wrote on 05/09/17 at 19:13:
> This gigantic patch LGTM :)

Thanks! Pushed.

Kind regards,

T G-R

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]