Remove obsolete http_buffer* stuff that went away with the new curl backend.

This commit is contained in:
Avuton Olrich
2008-12-20 22:16:02 -08:00
parent 04561b604b
commit e75e40085f
3 changed files with 0 additions and 12 deletions

View File

@@ -192,14 +192,6 @@ song. Try increasing this if you hear skipping when manually changing songs.
The default is 10%, a little over 1 second of CD-quality audio with the default
buffer size.
.TP
.B http_buffer_size <size in KiB>
This specifies the size of the buffer used for playing HTTP streams. The
default is 128.
.TP
.B http_prebuffer_size <size in KiB>
This specifies how much of an HTTP stream should be buffered before beginning
playback. The default is 32.
.TP
.B http_proxy_host <hostname>
Use to specify the proxy host used for HTTP connections.
.TP