mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Gracefully reject HTTP requests reaching the websockets surface
This commit is contained in:
parent
bc2cbfc7ec
commit
ec8e0f8ee5
2 changed files with 17 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ private:
|
|||
void del_client (Client);
|
||||
void recv_client (Client, void* buf, size_t len);
|
||||
void write_client (Client);
|
||||
void reject_http_client (Client);
|
||||
|
||||
bool io_handler (Glib::IOCondition, lws_sockfd_type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue