Hi! When trying to read http://www.postfix.org/postconf.5.html the document is truncated and ends in middle of the description of defer_service_name. Since this happens from different networks, I doubt the problem is on my side. Is there something wrong with the server / anyone else seeing this?
For some reason the Content-Length header returned from the server is different for HEAD and GET requests (with GET being too small). Moreover I wonder if the additional charset=UTF-8 declaration in the Content-Type header returned on GET really is intentional: ~$ telnet www.postfix.org 80 Trying 168.100.10.85... Connected to www.postfix.org. Escape character is '^]'. HEAD /postconf.5.html HTTP/1.1 Host: www.postfix.org HTTP/1.1 200 OK Date: Sat, 10 Jan 2009 11:48:36 GMT Server: Apache/2.2.9 (Unix) PHP/5.2.6 mod_fastcgi/2.4.6 mod_ssl/2.2.9 OpenSSL/0.9.7e-p1 mod_perl/2.0.4 Perl/v5.8.8 Last-Modified: Sat, 10 Jan 2009 01:36:00 GMT ETag: "119dbf5-78cab-46016e555e000" Accept-Ranges: bytes Content-Length: 494763 Content-Type: text/html Connection closed by foreign host. ~$ telnet www.postfix.org 80 Trying 131.211.84.186... Connected to www.postfix.org. Escape character is '^]'. GET /postconf.5.html HTTP/1.1 Host: www.postfix.org HTTP/1.1 200 OK Date: Sat, 10 Jan 2009 11:56:03 GMT Server: Apache Last-Modified: Fri, 09 Jan 2009 19:36:00 GMT ETag: "1d6808d-11ae7-46011dde00800" Accept-Ranges: bytes Content-Length: 72423 Connection: close Content-Type: text/html; charset=UTF-8 X-Pad: avoid browser bug <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> [...] [server closes connection prematurely] Regards mks