Rev proxy working again

This commit is contained in:
2022-12-30 18:56:44 +01:00
parent 28d7cf68df
commit 9ad1ecf1da
15 changed files with 208 additions and 146 deletions

View File

@ -8,12 +8,12 @@
#include "func.h"
static int ws_frame_handler(client_ctx_t *ctx);
static int ws_frame_handler(ws_ctx_t *ctx);
void ws_frame_handler_func(client_ctx_t *ctx) {
void ws_frame_handler_func(ws_ctx_t *ctx) {
}
static int ws_frame_handler(client_ctx_t *ctx) {
static int ws_frame_handler(ws_ctx_t *ctx) {
return 0;
}