Ignore:
Timestamp:
01/14/08 12:32:34 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master-v0.7, master-v0.6, next_upstream, upstream_count_limit
Children:
f54237
Parents:
1abb3d
git-author:
Tomash Brechko <tomash.brechko@…> (01/14/08 12:32:34)
git-committer:
Tomash Brechko <tomash.brechko@…> (01/14/08 12:32:34)
Message:

Add "http_507" to proxy_next_upstream/fastcgi_next_upstream.

Add support for "http_507" parameter in "proxy_next_upstream"
and "fastcgi_next_upstream" directives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/http/ngx_http_upstream.h

    r1abb3d r66a597  
    2727#define NGX_HTTP_UPSTREAM_FT_HTTP_502        0x00000200 
    2828#define NGX_HTTP_UPSTREAM_FT_HTTP_504        0x00000400 
     29#define NGX_HTTP_UPSTREAM_FT_HTTP_507        0x00000800 
    2930#define NGX_HTTP_UPSTREAM_FT_OFF             0x80000000 
    3031 
Note: See TracChangeset for help on using the changeset viewer.