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:
parent
d06ca1dbda
commit
c104801a67
@ -51,8 +51,8 @@ static char * proxyHost = NULL;
|
|||||||
static int proxyPort = 0;
|
static int proxyPort = 0;
|
||||||
static char * proxyUser = NULL;
|
static char * proxyUser = NULL;
|
||||||
static char * proxyPassword = NULL;
|
static char * proxyPassword = NULL;
|
||||||
static int bufferSize;
|
static int bufferSize = HTTP_BUFFER_SIZE_DEFAULT;
|
||||||
static int prebufferSize;
|
static int prebufferSize = HTTP_PREBUFFER_SIZE_DEFAULT;
|
||||||
|
|
||||||
typedef struct _InputStreemHTTPData {
|
typedef struct _InputStreemHTTPData {
|
||||||
char * host;
|
char * host;
|
||||||
|
Loading…
Reference in New Issue
Block a user