aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-18 19:37:43 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-18 19:37:43 +0000
commit00fa2e38e7d0dc863c30c3e1ed98ffa0be52f268 (patch)
tree9f68c0ed2a81fc138b53cc0f536b2c28df458116 /src/inputStream_http.c
parenta19a79227c8d7c6bc1ad0606c31657602ca23a85 (diff)
downloadmpd-00fa2e38e7d0dc863c30c3e1ed98ffa0be52f268.tar.gz
mpd-00fa2e38e7d0dc863c30c3e1ed98ffa0be52f268.tar.xz
mpd-00fa2e38e7d0dc863c30c3e1ed98ffa0be52f268.zip
disable prebuffering in the beginning for now
git-svn-id: https://svn.musicpd.org/mpd/trunk@1068 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputStream_http.c')
-rw-r--r--src/inputStream_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c
index 964039a35..dfa067257 100644
--- a/src/inputStream_http.c
+++ b/src/inputStream_http.c
@@ -405,7 +405,7 @@ static int getHTTPHello(InputStream * inStream) {
data->connState = HTTP_CONN_STATE_OPEN;
- data->prebuffer = 1;
+ /*data->prebuffer = 1;*/
return 0;
}