From a28839739c62cd589b1c31e76696fd5831f84520 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 10 Jan 2012 22:49:12 +0100 Subject: getFragment does not support TLS any more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You can’t handle the load? Closes #202 --- src/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.c') 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); } -- cgit v1.2.3