Commit 00fa2e38 authored by Warren Dukes's avatar Warren Dukes

disable prebuffering in the beginning for now

git-svn-id: https://svn.musicpd.org/mpd/trunk@1068 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent a19a7922
...@@ -405,7 +405,7 @@ static int getHTTPHello(InputStream * inStream) { ...@@ -405,7 +405,7 @@ static int getHTTPHello(InputStream * inStream) {
data->connState = HTTP_CONN_STATE_OPEN; data->connState = HTTP_CONN_STATE_OPEN;
data->prebuffer = 1; /*data->prebuffer = 1;*/
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment