Changeset 247e6587 in ffmpeg

Timestamp:
Jul 17, 2013, 12:42:20 PM (11 years ago)
Author:
Lukasz Marek <lukasz.m.luki@gmail.com>
Branches:
master
Children:
db72b774
Parents:
33968c20
git-author:
Lukasz Marek <lukasz.m.luki@gmail.com> (07/16/13 21:48:16)
git-committer:
Lukasz Marek <lukasz.m.luki@gmail.com> (07/17/13 12:42:20)
Message:

ftp: fix interrupt callback misuse

FTP protocol used interrupt callback to simulate nonblock
operation which is a misuse of this callback.

This commit make FTP protocol fully blocking and removes
invalid usage of interrutp callback

Also adds support for multiline responses delimited with dashes

(No files)

Note: See TracChangeset for help on using the changeset viewer.