We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf7cca commit 96ed47dCopy full SHA for 96ed47d
t/status.t
@@ -39,7 +39,7 @@ GET /flush
39
srcache_fetch GET /memc $uri;
40
srcache_store PUT /memc $uri;
41
42
- echo hello;
+ content_by_lua 'ngx.say("hello")';
43
}
44
45
location /memc {
t/timeout.t
@@ -3,7 +3,7 @@
3
use lib 'lib';
4
use Test::Nginx::Socket;
5
6
-#repeat_each(2);
+repeat_each(2);
7
8
plan tests => repeat_each() * 4 * blocks();
9
@@ -50,7 +50,7 @@ bad bad
50
GET /foo
51
--- response_headers
52
Content-Type: text/css
53
-Content-Length: 6
+!Content-Length
54
--- response_body
55
hello
56
0 commit comments