mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Avoid occasional response delay when handling HTTP in the websockets surface
This commit is contained in:
parent
0921cf8939
commit
ef512d412d
1 changed files with 1 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ WebsocketsServer::lws_callback (struct lws* wsi, enum lws_callback_reasons reaso
|
|||
|
||||
case LWS_CALLBACK_HTTP:
|
||||
server->reject_http_client (wsi);
|
||||
return 1;
|
||||
break;
|
||||
|
||||
case LWS_CALLBACK_FILTER_NETWORK_CONNECTION:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue