problem with fnord-1.9 and wget

Thilo Bangert <[email protected]> Wed, 28 Sep 2005 09:10:29 +0800
Newsgroups gmane.comp.web.fnord
Message-ID <[email protected]>
Hi,

running wget against fnord-1.9 yields the following ngrep output

T 213.133.101.110:2143 -> 217.115.136.170:80 [AP]
  GET /vietnam/fansipa1.zip HTTP/1.0..User-Agent: Wget/1.9.1..Host: static.f
  izzelpark.com..Accept: */*..Connection: Keep-Alive....
##
T 217.115.136.170:80 -> 213.133.101.110:2143 [AP]
  HTTP/1.0 200 OK..Server: fnord/1.9..Content-Type: application/zip..Connect
  ion: Keep-Alive..Content-Length: 9999033..Last-Modified: Tue, 27 Sep 2005
  15:09:07 GMT....
#########

ie. the reply header is sent, but the connection is closed before any data is 
sent. running in a telnet session i get similar resulst

bangert@nibbler ~ $ telnet static.fizzelpark.com 80
Trying 217.115.136.170...
Connected to static.fizzelpark.com.
Escape character is '^]'.
GET /vietnam/fansipa1.zip HTTP/1.1
Host: static.fizzelpark.com:80

HTTP/1.0 200 OK
Server: fnord/1.9
Content-Type: application/zip
Content-Length: 9999033
Last-Modified: Tue, 27 Sep 2005 15:09:07 GMT

Connection closed by foreign host.
bangert@nibbler ~ $ 

the whole thing runs fine in fnord-1.8
(fnord was not compiled against dietlibc BTW)

any pointers?
thanks
Thilo