mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 16:15:40 +00:00
stop data processing after proxying
This commit is contained in:
parent
762042de2c
commit
61f4349d5f
@ -856,6 +856,7 @@ void server::process_data(const network::connection sock,
|
||||
simple_wml::document& data) {
|
||||
if (proxy::is_proxy(sock)) {
|
||||
proxy::received_data(sock, data);
|
||||
return;
|
||||
}
|
||||
|
||||
// We know the client is alive for this interval
|
||||
|
Loading…
x
Reference in New Issue
Block a user