comparison lib/Test/Nginx.pm @ 631:fca0079e0aab

Tests: stream access tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Fri, 10 Jul 2015 18:06:37 +0300
parents 0940773278c7
children adc32621fb09
comparison
equal deleted inserted replaced
630:e6132dd8e341 631:fca0079e0aab
143 smtp => '(?s)^(?!.*--without-mail_smtp_module)', 143 smtp => '(?s)^(?!.*--without-mail_smtp_module)',
144 pcre => '(?s)^(?!.*--without-pcre)', 144 pcre => '(?s)^(?!.*--without-pcre)',
145 split_clients 145 split_clients
146 => '(?s)^(?!.*--without-http_split_clients_module)', 146 => '(?s)^(?!.*--without-http_split_clients_module)',
147 stream => '--with-stream(?!\S)', 147 stream => '--with-stream(?!\S)',
148 stream_access => '(?s)^(?!.*--without-stream_access_module)',
148 stream_limit_conn 149 stream_limit_conn
149 => '(?s)^(?!.*--without-stream_limit_conn_module)', 150 => '(?s)^(?!.*--without-stream_limit_conn_module)',
150 stream_upstream_hash 151 stream_upstream_hash
151 => '(?s)^(?!.*--without-stream_upstream_hash_module)', 152 => '(?s)^(?!.*--without-stream_upstream_hash_module)',
152 stream_upstream_least_conn 153 stream_upstream_least_conn