Changeset 2bbdb3
- Timestamp:
- 02/03/08 15:01:40 (4 years ago)
- Branches:
- master-v0.7, gunzip, master-v0.6, memcached_gzip, upstream_count_limit
- Children:
- ef28d8, 56389f
- Parents:
- 30e8c6
- git-author:
- Tomash Brechko <tomash.brechko@…> (02/03/08 15:01:40)
- git-committer:
- Tomash Brechko <tomash.brechko@…> (02/03/08 15:01:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/src/http/modules/ngx_http_gzip_filter_module.c
r30e8c6 r2bbdb3 319 319 320 320 if (ctx->preallocated == NULL) { 321 wbits = conf->wbits;321 wbits = (!r->gunzip ? conf->wbits : 15); 322 322 memlevel = conf->memlevel; 323 323 324 if ( ctx->length > 0) {324 if (!r->gunzip && ctx->length > 0) { 325 325 326 326 /* the actual zlib window size is smaller by 262 bytes */
Note: See TracChangeset
for help on using the changeset viewer.
