summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2012-01-10 22:49:12 +0100
committerLars-Dominik Braun <lars@6xq.net>2012-01-10 22:52:19 +0100
commita28839739c62cd589b1c31e76696fd5831f84520 (patch)
treea028a4c7466b147e608f1c84afa1caf9910e06dd /src/ui.c
parent2a11e69bb6400f292183f4150265d3d24f74b905 (diff)
downloadpianobar-windows-a28839739c62cd589b1c31e76696fd5831f84520.tar.gz
pianobar-windows-a28839739c62cd589b1c31e76696fd5831f84520.tar.bz2
pianobar-windows-a28839739c62cd589b1c31e76696fd5831f84520.zip
getFragment does not support TLS any more
You can’t handle the load? Closes #202
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index d24db1c..f67d3a6 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -141,6 +141,7 @@ static WaitressReturn_t BarPianoHttpRequest (WaitressHandle_t *waith,
waith->postData = req->postData;
waith->method = WAITRESS_METHOD_POST;
waith->url.path = req->urlPath;
+ waith->url.tls = req->secure;
return WaitressFetchBuf (waith, &req->responseData);
}