From 79e7e2b8c8c5ee4cca90c1807cad515e9311709d Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 4 May 2021 16:14:38 +0200 Subject: #915 only API REST is supported Socket hidra API has been removed, all connections use a REST API. --- src/rest.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rest.h') diff --git a/src/rest.h b/src/rest.h index 2f3cdfe..289009d 100644 --- a/src/rest.h +++ b/src/rest.h @@ -48,7 +48,6 @@ struct og_client { char buf[OG_MSG_REQUEST_MAXLEN]; unsigned int buf_len; unsigned int msg_len; - bool rest; bool agent; int content_length; char auth_token[64]; -- cgit v1.2.3-18-g5258