forked from cory/tildefriends
		
	Fix https requests redirecting to http.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4781 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -195,7 +195,7 @@ static void _httpd_callback_internal(tf_http_request_t* request, bool is_websock | ||||
| 	} | ||||
|  | ||||
| 	JSValue client = JS_NewObject(context); | ||||
| 	JS_SetPropertyStr(context, client, "tls", JS_FALSE); | ||||
| 	JS_SetPropertyStr(context, client, "tls", request->is_tls ? JS_TRUE : JS_FALSE); | ||||
| 	JS_SetPropertyStr(context, request_object, "client", client); | ||||
|  | ||||
| 	JSValue response_object = JS_NewObjectClass(context, _httpd_request_class_id); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user