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
This commit is contained in:
Warren Dukes
2004-10-26 12:56:10 +00:00
parent d9c8994319
commit f20de32d0d
2 changed files with 47 additions and 36 deletions

View File

@@ -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