aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;
}