stop data processing after proxying

This commit is contained in:
Gunter Labes 2008-09-27 21:17:47 +00:00
parent 762042de2c
commit 61f4349d5f

View File

@ -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