From 4a006e09b4e5a61d112fd9870409ca1eb321d2b3 Mon Sep 17 00:00:00 2001 From: lijunlong Date: Sat, 22 Aug 2020 10:36:47 +0800 Subject: [PATCH] bugfix: fixed a typo in configure. --- util/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/configure b/util/configure index 5874a7f..4ed5f25 100755 --- a/util/configure +++ b/util/configure @@ -564,7 +564,7 @@ _END_ if (!$opts->{no_stream} && ! $opts->{no_stream_ssl_preread} - && ! $opts->{stream_ssl_preead}) + && ! $opts->{stream_ssl_preread}) { $opts->{stream_ssl_preread} = 1; push @ngx_opts, '--with-stream_ssl_preread_module';