Drop async mode from http client, not needed and probably not working

This commit is contained in:
ejurgensen
2015-03-31 23:27:18 +02:00
parent e49c941a00
commit 19ba8fba67
3 changed files with 15 additions and 77 deletions

View File

@@ -721,7 +721,6 @@ artwork_get_player_image(char *path, int max_w, int max_h, struct evbuffer *evbu
memset(&ctx, 0, sizeof(ctx));
ctx.url = url;
ctx.async = 0;
ctx.headers = kv;
ctx.body = evbuf;