http_send.c: Get rid of HTTP_READY_TO_STREAM.
authorAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 10:50:42 +0000 (11:50 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 10:50:42 +0000 (11:50 +0100)
commitacf43b073be84c91f3b1b43d53967c307566430c
treedda84f1ec66327ac3f5b99ecc72af6832d8d4461
parent87e49928cf48ae6368e65a27cfe1a62e33a19e48
http_send.c: Get rid of HTTP_READY_TO_STREAM.

The only reason for this state was to know whether we
already sent the audio file header. Store this info in
the new header_sent member of struct http_client.

This simplifies the code a bit and makes it more similar
to the dccp sending code.
http_send.c