~britco/nginx/nginx

« back to all changes in this revision

Viewing changes to src/http/ngx_http_header_filter_module.c

  • Committer: Package Import Robot
  • Author(s): Cyril Lavier, Cyril Lavier, Kartik Mistry
  • Date: 2012-03-18 09:31:19 UTC
  • mfrom: (4.2.46 sid)
  • Revision ID: package-import@ubuntu.com-20120318093119-vebmqxwdkfk52yjr
Tags: 1.1.17-2
[Cyril Lavier]
* debian/control:
  + Added build dependency to dpkg-dev (>= 1.15.7). (Closes: #664212)
* debian/patches/perl-use-dpkg-buildflags.patch:
  + Added patch to harden flags for perl module (Thanks to Simon Ruderich
    for the patch). (Closes: #664090)

[Kartik Mistry]
* Set urgency due to fix for security and RC bugs with 1.17.1-1 upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    ngx_string("302 Moved Temporarily"),
72
72
    ngx_string("303 See Other"),
73
73
    ngx_string("304 Not Modified"),
74
 
 
75
 
    /* ngx_null_string, */  /* "305 Use Proxy" */
76
 
    /* ngx_null_string, */  /* "306 unused" */
77
 
    /* ngx_null_string, */  /* "307 Temporary Redirect" */
78
 
 
79
 
#define NGX_HTTP_LAST_3XX  305
 
74
    ngx_null_string,  /* "305 Use Proxy" */
 
75
    ngx_null_string,  /* "306 unused" */
 
76
    ngx_string("307 Temporary Redirect"),
 
77
 
 
78
#define NGX_HTTP_LAST_3XX  308
80
79
#define NGX_HTTP_OFF_4XX   (NGX_HTTP_LAST_3XX - 301 + NGX_HTTP_OFF_3XX)
81
80
 
82
81
    ngx_string("400 Bad Request"),