forked from pixtaded/crab
grammar
This commit is contained in:
parent
8f77d2a511
commit
7c3f25dd2e
@ -41,7 +41,7 @@ public class ServerThread implements Runnable {
|
|||||||
String address = socket.getInetAddress().getHostAddress();
|
String address = socket.getInetAddress().getHostAddress();
|
||||||
if (PID[0] == 'P') {
|
if (PID[0] == 'P') {
|
||||||
if (!this.server.isProxied()) {
|
if (!this.server.isProxied()) {
|
||||||
System.err.println(address + " tried to use PROXY despite it being off.");
|
System.err.println(address + " tried to use PROXY despite it being turned off.");
|
||||||
socket.close();
|
socket.close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user