diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/http_client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/http_client.c b/lib/http_client.c index 793c5cc1..35d8081f 100644 --- a/lib/http_client.c +++ b/lib/http_client.c @@ -197,7 +197,7 @@ static gboolean http_handle_headers( struct http_request *req );  static gboolean http_incoming_data( gpointer data, int source, b_input_condition cond )  {  	struct http_request *req = data; -	char buffer[2048]; +	char buffer[4096];  	char *s;  	size_t content_length;  	int st; | 
