comparison lib/Test/Nginx.pm @ 619:58a67c40a761

Tests: stream limit conn tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 29 Jun 2015 21:40:30 +0300
parents 3a9a7b4f27f0
children 7497adad1a50
comparison
equal deleted inserted replaced
618:2d9f5f439598 619:58a67c40a761
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_limit_conn =>
149 '(?s)^(?!.*--without-stream_limit_conn_module)',
148 stream_upstream_hash 150 stream_upstream_hash
149 => '(?s)^(?!.*--without-stream_upstream_hash_module)', 151 => '(?s)^(?!.*--without-stream_upstream_hash_module)',
150 stream_upstream_least_conn 152 stream_upstream_least_conn
151 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)', 153 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)',
152 stream_upstream_zone 154 stream_upstream_zone