Welcome! Log In Create A New Profile

Advanced

no content length on 204s; hangs wget

Jeff Kaufman
April 08, 2013 02:40PM
I've written a content handler for nginx that does:

return NGX_HTTP_NO_CONTENT;

This produces output like:

$ curl -D- 'http://localhost:8050/no_content_test'
HTTP/1.1 204 No Content
Server: nginx/1.2.7
Connection: keep-alive
Date: Mon, 08 Apr 2013 18:28:02 GMT

Testing this in curl it's fine, but wget waits for a content header,
timing out after 60s. I tried doing the opposite of
ngx_http_clear_content_length to set a content length, but it doesn't
get sent.

Is there a way to add a Content-Length on a 204 response or is this a wget bug?

Jeff

Full source: https://github.com/pagespeed/ngx_pagespeed/blob/3ae84a3c17d78046477eae68e98a5f50405a292a/src/ngx_pagespeed.cc#L2053

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

no content length on 204s; hangs wget

Jeff Kaufman 2347 April 08, 2013 02:40PM

Re: no content length on 204s; hangs wget

Maxim Dounin 1516 April 08, 2013 02:56PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 235
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready