Opened 12 years ago

Closed 12 years ago

#66 closed defect (fixed)

SCGI response doesn't compress with GZIP

Reported by: excanoe Owned by: Maxim Dounin
Priority: critical Milestone:
Component: nginx-module Version: 1.1.x
Keywords: Cc:
uname -a:
nginx -V: nginx version: nginx/1.1.11
TLS SNI support enabled
configure arguments: --with-cc=cl --builddir=objs.msvc8 --with-debug --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=l
ogs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/pr
oxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs.msvc8/lib/pcre-8.12 --with-zlib=objs.msvc8/lib/zl
ib-1.2.5 --with-select_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_stub_sta
tus_module --with-http_flv_module --with-http_mp4_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module
--with-mail --with-openssl=objs.msvc8/lib/openssl-1.0.0e --with-openssl-opt=enable-tlsext --with-http_ssl_module --with-mail_ssl_module --with-ipv6

Description

GZIP filtering ignores scgi responses with correct headers (content-type etc.) and doesn't compress responses.

Attachments (1)

scgi.zip (994 bytes ) - added by excanoe 12 years ago.
scgi ruby daemon and nginx.conf

Download all attachments as: .zip

Change History (4)

by excanoe, 12 years ago

Attachment: scgi.zip added

scgi ruby daemon and nginx.conf

comment:1 by Maxim Dounin, 12 years ago

Owner: changed from somebody to Maxim Dounin
Status: newassigned

Thank you for report.

comment:2 by excanoe, 12 years ago

;)

comment:3 by Maxim Dounin, 12 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r4372.

Note: See TracTickets for help on using tickets.