Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#99 closed defect (invalid)

Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error. — at Version 3

Reported by: www.google.com/accounts/o8/id?id=AItOawkdwZavqandZZUCNRduBox5oeaJBjgn9TE Owned by: somebody
Priority: minor Milestone:
Component: nginx-core Version: 1.0.x
Keywords: Cc:
uname -a:
nginx -V: configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --with-file-aio --with-ipv6 --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx-access.log --with-http_stub_status_module --with-pcre

Description (last modified by Maxim Dounin)

I am getting error while trying to view tehse two pages
http://<domain>/index.php?showtopic=37015&st=250
http://<domain>/index.php?showtopic=37015&st=275

They are opening fine when I am accessing them via Apache directly
http://<domain>:8080/index.php?showtopic=37015&st=250

Please advice

Change History (3)

comment:1 by Maxim Dounin, 12 years ago

Resolution: invalid
Status: newclosed

Backend incorrectly returns chunked encoding to nginx HTTP/1.0 requests. You should fix backend, or upgrade to 1.1.x which has a workaround available.

comment:2 by www.google.com/accounts/o8/id?id=AItOawkdwZavqandZZUCNRduBox5oeaJBjgn9TE, 12 years ago

Thanks, I have upgraded and the issue has been resolved.
Is it possible to delete or at least remove URLs info from this ticket?

Last edited 12 years ago by www.google.com/accounts/o8/id?id=AItOawkdwZavqandZZUCNRduBox5oeaJBjgn9TE (previous) (diff)

comment:3 by Maxim Dounin, 12 years ago

Description: modified (diff)

I've updated ticket description to mangle domain names.

Note: See TracTickets for help on using tickets.