Changeset d15eec4d in ffmpeg

Timestamp:
May 21, 2015, 9:04:32 PM (10 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
162644c, d13b124e
Parents:
3efe0393
git-author:
Martin Storsjö <martin@martin.st> (11/10/11 14:58:58)
git-committer:
Martin Storsjö <martin@martin.st> (05/21/15 21:04:32)
Message:

tls: Use custom IO to read from the URLContext

This avoids hijacking the fd, by reading using the normal
URLContext functions instead. This allowing reading data that has
been buffered in the underlying URLContext.

This avoids using the libraries own send functions that can
cause SIGPIPE.

The fd is still used for polling the lowlevel socket, for
waiting for retries.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

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