not too smart shank, forgetting to set default buffer sizes in inputStream_http
git-svn-id: https://svn.musicpd.org/mpd/trunk@2513 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
		@@ -51,8 +51,8 @@ static char * proxyHost = NULL;
 | 
			
		||||
static int proxyPort = 0;
 | 
			
		||||
static char * proxyUser = NULL;
 | 
			
		||||
static char * proxyPassword = NULL;
 | 
			
		||||
static int bufferSize;
 | 
			
		||||
static int prebufferSize;
 | 
			
		||||
static int bufferSize = HTTP_BUFFER_SIZE_DEFAULT;
 | 
			
		||||
static int prebufferSize = HTTP_PREBUFFER_SIZE_DEFAULT;
 | 
			
		||||
 | 
			
		||||
typedef struct _InputStreemHTTPData {
 | 
			
		||||
        char * host;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user