Added a message for creating a bridge
This commit is contained in:
parent
6f3b102a32
commit
0f7b7e7096
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class BridgePage extends Page {
|
||||||
socket.setKeepAlive(true);
|
socket.setKeepAlive(true);
|
||||||
socket.setTcpNoDelay(true);
|
socket.setTcpNoDelay(true);
|
||||||
connections.put(id, socket);
|
connections.put(id, socket);
|
||||||
return new Response(201, "", exchange);
|
return new Response(201, "You know what you created. A bridge.", exchange);
|
||||||
case "PUT":
|
case "PUT":
|
||||||
s = getSocket(exchange);
|
s = getSocket(exchange);
|
||||||
if (s == null)
|
if (s == null)
|
||||||
|
|
Loading…
Reference in a new issue