]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found