~ubuntu-vzuijlekom/nginx/debian-1.6.2-5

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/t/113-req-header-cookie.t

  • Committer: ChillyWilly
  • Date: 2018-04-26 07:30:09 UTC
  • Revision ID: ubuntu@vzuijlekom.com-20180426073009-he87c3vxq2mpsbji
upgraded modules nginx-lua and headers-more-nginx

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
 
use lib 'lib';
4
3
use Test::Nginx::Socket::Lua;
5
4
 
6
5
#worker_connections(1014);
248
247
 
249
248
--- no_error_log
250
249
[error]
251