~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/t/024-access/exit.t

  • Committer: Package Import Robot
  • Author(s): Christos Trochalakis, Christos Trochalakis
  • Date: 2014-02-13 11:41:49 UTC
  • mfrom: (1.3.32)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20140213114149-tkp78c45rzu3wr6y
Tags: 1.4.5-1
[ Christos Trochalakis ]
* New upstream release.
* debian/modules/nginx-lua:
  + Update nginx-lua to v0.9.4
* debian/nginx-naxsi-ui.preinst:
  + Fix exit status issue (Closes: #735152)
* debian/control:
  + Fix arch:all to arch:any dependencies
  + Make nginx depend on specific flavor version
* debian/nginx-*.postinst:
  + Make nginx start by default (Closes: #735551)
* debian/nginx-*.prerm:
  + No need to check for invoke-rc.d,
    correctly set the exit code on error
* debian/nginx-common.nginx.init:
  + Rewrite some parts of the initscript
  + Introduce rotate command
  + Introduce upgrade command

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# vim:set ft= ts=4 sw=4 et fdm=marker:
2
2
 
3
3
use lib 'lib';
4
 
use Test::Nginx::Socket;
 
4
use Test::Nginx::Socket::Lua;
5
5
 
6
6
#repeat_each(20000);
7
7
repeat_each(2);
334
334
 
335
335
    upstream memc_a {
336
336
        server 127.0.0.1:$TEST_NGINX_MEMCACHED_PORT;
337
 
        keepalive 300 single;
 
337
        keepalive 300;
338
338
    }
339
339
 
340
340
    #upstream_list memc_cluster memc_a memc_b;
404
404
--- response_body_like: 302
405
405
--- error_code: 302
406
406
--- response_headers
407
 
Location: http://localhost:1984/foo/bar
 
407
Location: http://localhost:$ServerPort/foo/bar
408
408
--- SKIP
409
409
 
410
410