Skip to content

Commit

Permalink
remove optionality of websockets and http2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Apr 29, 2022
1 parent f5857a9 commit def5f10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/http-libwebsockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include <inttypes.h>
#include <libwebsockets.h>

#define QD_HAVE_MODERN_LIBWEBSOCKETS 1

static const char *CIPHER_LIST = "ALL:aNULL:!eNULL:@STRENGTH"; /* Default */
static const char *IGNORED = "ignore-this-log-message";

Expand Down

0 comments on commit def5f10

Please sign in to comment.