[FFmpeg-soc] [PATCH] http refactoring

Josh Allmann joshua.allmann at gmail.com
Wed Jun 2 00:22:52 CEST 2010


Hi guys,

First attempt at a small refactoring of the http protocol handler.

The first patch separates the initialization from the actual
connection, which will enable delayed connections using the internal
api.

Second patch adds in capability to write custom HTTP headers. Any
custom headers will overwrite all defaults after the HTTP/1.1 line. If
we only want to replace headers selectively, we need to figure out a
clean way to do that.

Josh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 001_separate_http_cxn.diff
Type: text/x-patch
Size: 3414 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100601/1acbdbae/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 002_custom_http_headers.diff
Type: text/x-patch
Size: 2813 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100601/1acbdbae/attachment-0001.bin>


More information about the FFmpeg-soc mailing list