From 25faa6d0024e0439048d9c26aed822d8468c2489 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sat, 21 Apr 2018 20:37:31 -0700 Subject: [PATCH] win32: enabled ngx_stream_ssl_preread_module in our binary builds. --- doc/README-windows.md | 1 + util/build-win32.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/README-windows.md b/doc/README-windows.md index 9d13519..b4bc1fd 100644 --- a/doc/README-windows.md +++ b/doc/README-windows.md @@ -168,6 +168,7 @@ cd ../../.. --with-ipv6 \ --with-stream \ --with-stream_ssl_module \ + --with-stream_ssl_preread_module \ --with-http_v2_module \ --without-mail_pop3_module \ --without-mail_imap_module \ diff --git a/util/build-win32.sh b/util/build-win32.sh index dcd4f42..79202e9 100644 --- a/util/build-win32.sh +++ b/util/build-win32.sh @@ -38,6 +38,7 @@ cd ../../.. --with-ipv6 \ --with-stream \ --with-stream_ssl_module \ + --with-stream_ssl_preread_module \ --with-http_v2_module \ --without-mail_pop3_module \ --without-mail_imap_module \