Yichun Zhang (agentzh)
|
311539270b
|
tests: removed the useless "use lib" directives from the Perl test files. thanks Markus Linnala for the report in #464.
|
2015-10-08 17:13:16 +08:00 |
Yichun Zhang (agentzh)
|
04a7a2cca8
|
use Test::Nginx::Socket::Lua from the test-nginx project in our test suite.
|
2013-12-05 14:46:51 -08:00 |
agentzh (Yichun Zhang)
|
71e16c46d2
|
added custom test scaffold t::TestNginxLua which subclasses Test::Nginx::Socket. it supports the environment TEST_NGINX_INIT_BY_LUA which can be used to add more custom Lua code to the value of the init_by_lua directive in the nginx configuration.
|
2013-05-07 19:27:48 -07:00 |
agentzh (章亦春)
|
d0de36b0ab
|
inlined lua code now calculates the digest key only once at config time, this will save some CPU cycles per request.
|
2011-01-21 18:35:30 +08:00 |
agentzh (章亦春)
|
add96fcf0c
|
added more tests for 500 in subrequests.
|
2010-12-02 17:13:23 +08:00 |
agentzh (章亦春)
|
1026080463
|
fixed line number.
|
2010-11-15 11:52:21 +08:00 |
agentzh (章亦春)
|
0927d6439e
|
fixed typos in error messages.
|
2010-11-05 22:26:52 +08:00 |
agentzh (章亦春)
|
855d522e18
|
avoid using newlines in closure factory wrapper code to ensure the line numbers in error messages are correct.
|
2010-11-05 22:22:10 +08:00 |
Wang Xiaozhe
|
2b134cda56
|
added lua_need_request_body directive to force reading request body; modified tests prefix
|
2010-09-06 00:50:37 +08:00 |