On 2016-11-29, Jan Vlach <ja...@volny.cz> wrote:
> this is unrelated to OpenBSD and is probably a bug in blocklist.php on server 
> side. (User agent processing? ...) You'd see this in tcpdump, if you had this 
> debugged properly.

> HTTP/1.1 200 OK
> Date: Tue, 29 Nov 2016 12:38:49 GMT
> Server: Apache/2
> X-Powered-By: PHP/5.5.9-1ubuntu4.20
> Content-Disposition: filename=zeus_badips.txt
> Strict-Transport-Security: max-age=15768000 ; includeSubDomains
> Vary: Accept-Encoding
> Cache-Control: max-age=2592000
> Expires: Thu, 29 Dec 2016 12:38:49 GMT
> X-Content-Type-Options: nosniff
> X-XSS-Protection: 1; mode=block, 1; mode=block
> X-Frame-Options: sameorigin
> Transfer-Encoding: chunked

The server is sending chunked transfer-encoding and ftp(1) cannot handle it.

> Content-Type: text/plain
>
> 971
> #############################################################################################
><SNIP>

971 is the length of the following chunk.

> 0

And the 0 is the zero-length terminating chunk.

Reply via email to