From f20de32d0d8cd4c1a2ea4d297777c9328bf92b4d Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 26 Oct 2004 12:56:10 +0000 Subject: fix segfault when reconnecting to icecast server, this was due to error sending metadata and not checking afterward if connection is open still git-svn-id: https://svn.musicpd.org/mpd/trunk@2349 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream_http.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/inputStream_http.c') diff --git a/src/inputStream_http.c b/src/inputStream_http.c index 2e0755d96..353285ebd 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -44,7 +44,6 @@ #define HTTP_BUFFER_SIZE 131072 #define HTTP_PREBUFFER_SIZE (HTTP_BUFFER_SIZE >> 2) -//#define HTTP_PREBUFFER_SIZE 0 #define HTTP_REDIRECT_MAX 10 -- cgit v1.2.3