@@ -46,7 +46,7 @@ __DATA__
46
46
47
47
--- request
48
48
GET /
49
- -- - response_body_like: ^ < (.*) > $
49
+ --- response_body_like: ^.* $
50
50
51
51
=== TEST 2: the http_check test-multi_server
52
52
--- http_config
75
75
76
76
--- request
77
77
GET /
78
- -- - response_body_like: ^ < (.*) > $
78
+ --- response_body_like: ^.* $
79
79
80
80
=== TEST 3: the http_check test
81
81
--- http_config
@@ -112,7 +112,7 @@ GET /
112
112
113
113
--- request
114
114
GET /
115
- -- - response_body_like: ^ < (.*) > $
115
+ --- response_body_like: ^.* $
116
116
117
117
=== TEST 5: the http_check which does not use the upstream
118
118
--- http_config
@@ -132,7 +132,7 @@ GET /
132
132
133
133
--- request
134
134
GET /
135
- -- - response_body_like: ^ < (.*) > $
135
+ --- response_body_like: ^.* $
136
136
137
137
=== TEST 6: the http_check test-single server
138
138
--- http_config
@@ -152,7 +152,7 @@ GET /
152
152
153
153
--- request
154
154
GET /
155
- -- - response_body_like: ^ < (.*) > $
155
+ --- response_body_like: ^.* $
156
156
157
157
=== TEST 7: the http_check test-multi_server
158
158
--- http_config
@@ -173,7 +173,7 @@ GET /
173
173
174
174
--- request
175
175
GET /
176
- -- - response_body_like: ^ < (.*) > $
176
+ --- response_body_like: ^.* $
177
177
178
178
=== TEST 8: the http_check test
179
179
--- http_config
@@ -212,7 +212,7 @@ GET /
212
212
213
213
--- request
214
214
GET /
215
- -- - response_body_like: ^ < (.*) > $
215
+ --- response_body_like: ^.* $
216
216
217
217
=== TEST 10: the http_check which does not use the upstream
218
218
--- http_config
@@ -233,7 +233,7 @@ GET /
233
233
234
234
--- request
235
235
GET /
236
- -- - response_body_like: ^ < (.*) > $
236
+ --- response_body_like: ^.* $
237
237
238
238
=== TEST 11: the http_check which does not use the upstream, with variable
239
239
--- http_config
@@ -257,7 +257,7 @@ GET /
257
257
258
258
--- request
259
259
GET /
260
- -- - response_body_like: ^ < (.*) > $
260
+ --- response_body_like: ^.* $
261
261
262
262
=== TEST 12: the http_check test-single server, least conn
263
263
--- skip_nginx
@@ -279,7 +279,7 @@ GET /
279
279
280
280
--- request
281
281
GET /
282
- -- - response_body_like: ^ < (.*) > $
282
+ --- response_body_like: ^.* $
283
283
284
284
=== TEST 13: the http_check test-multi_server, least conn
285
285
--- skip_nginx
@@ -302,7 +302,7 @@ GET /
302
302
303
303
--- request
304
304
GET /
305
- -- - response_body_like: ^ < (.*) > $
305
+ --- response_body_like: ^.* $
306
306
307
307
=== TEST 14: the http_check test, least conn
308
308
--- skip_nginx
@@ -345,4 +345,4 @@ GET /
345
345
346
346
--- request
347
347
GET /
348
- -- - response_body_like: ^ < (.*) > $
348
+ --- response_body_like: ^.* $
0 commit comments