Use url_write(), not http_write(), for sending the HTTP headers. This prevents
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 20 Jun 2010 21:38:16 +0000 (21:38 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 20 Jun 2010 21:38:16 +0000 (21:38 +0000)
commitf37246952a65c675c1e4a229ea95a0f82f32b084
treed264258eccc10a34b7db715b9c67a11e7d61dfc3
parentfd16564b04d53d88caad95360cea7882e9e01375
Use url_write(), not http_write(), for sending the HTTP headers. This prevents
them from being sent using chunked encoding (I don't think this ever happened,
but either way it would be wrong).

Originally committed as revision 23664 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/http.c