comparison lib/Test/Nginx.pm @ 978:04cb1849005a

Tests: basic tests for stream geo module.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 13 Jul 2016 13:25:33 +0300
parents 6abe7be6d2c1
children ef6be3201851
comparison
equal deleted inserted replaced
977:6abe7be6d2c1 978:04cb1849005a
164 split_clients 164 split_clients
165 => '(?s)^(?!.*--without-http_split_clients_module)', 165 => '(?s)^(?!.*--without-http_split_clients_module)',
166 stream => '--with-stream((?!\S)|=dynamic)', 166 stream => '--with-stream((?!\S)|=dynamic)',
167 stream_access 167 stream_access
168 => '(?s)^(?!.*--without-stream_access_module)', 168 => '(?s)^(?!.*--without-stream_access_module)',
169 stream_geo
170 => '(?s)^(?!.*--without-stream_geo_module)',
169 stream_limit_conn 171 stream_limit_conn
170 => '(?s)^(?!.*--without-stream_limit_conn_module)', 172 => '(?s)^(?!.*--without-stream_limit_conn_module)',
171 stream_map 173 stream_map
172 => '(?s)^(?!.*--without-stream_map_module)', 174 => '(?s)^(?!.*--without-stream_map_module)',
173 stream_return 175 stream_return