]> sjero.net Git - wget/commit
Tests: fix TYPE and RETR command handling.
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 19 Mar 2014 15:42:05 +0000 (23:42 +0800)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 21 Mar 2014 10:21:10 +0000 (11:21 +0100)
commit701e407af5f3eb102baaa4a186981261602669d2
tree1fa6d05d09cd75214ea5fc91e8a74b66f5e02cd5
parentdfa1f4e0646f6fab5b768fd67477601126070dbc
Tests: fix TYPE and RETR command handling.

 - FTPServer.pm's handling of TYPE command would ignore binary mode
   transfer request.
 - The FTP server would run into dead loop sending the same content
   forever.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
tests/ChangeLog
tests/FTPServer.pm