disable prebuffering in the beginning for now

git-svn-id: https://svn.musicpd.org/mpd/trunk@1068 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-05-18 19:37:43 +00:00
parent a19a79227c
commit 00fa2e38e7

View File

@ -405,7 +405,7 @@ static int getHTTPHello(InputStream * inStream) {
data->connState = HTTP_CONN_STATE_OPEN;
data->prebuffer = 1;
/*data->prebuffer = 1;*/
return 0;
}