Ignore:
Timestamp:
02/01/08 17:43:01 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master-v0.7, master-v0.6, memcached_gzip, upstream_count_limit
Children:
2a28c1, f54237
Parents:
6b029d
git-author:
Tomash Brechko <tomash.brechko@…> (02/01/08 17:43:01)
git-committer:
Tomash Brechko <tomash.brechko@…> (02/01/08 17:43:01)
Message:

Use right type for gzip_flag.

We shouldn't limit the width to 32 bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/http/modules/ngx_http_memcached_module.c

    r6b029d re1c857  
    1414    ngx_http_upstream_conf_t   upstream; 
    1515    ngx_int_t                  index; 
    16     uint32_t                   gzip_flag; 
     16    ngx_uint_t                 gzip_flag; 
    1717} ngx_http_memcached_loc_conf_t; 
    1818 
Note: See TracChangeset for help on using the changeset viewer.