1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Added set_extra_headers() to WebSocketServer

(cherry picked from commit fd4341fba4)
This commit is contained in:
Oğuzhan Eroğlu
2022-04-12 17:50:53 +03:00
committed by Rémi Verschelde
parent b0b1e55305
commit ebaca9d432
7 changed files with 25 additions and 3 deletions

View File

@@ -33,6 +33,9 @@
#include "emws_server.h"
#include "core/os/os.h"
void EMWSServer::set_extra_headers(const Vector<String> &p_headers) {
}
Error EMWSServer::listen(int p_port, Vector<String> p_protocols, bool gd_mp_api) {
return FAILED;
}