Removing useless logs.
parent
b1ac2dacee
commit
80b98e3ba6
|
@ -296,7 +296,7 @@ end
|
||||||
|
|
||||||
def websocket_switching_procedure (activefd : Int)
|
def websocket_switching_procedure (activefd : Int)
|
||||||
begin
|
begin
|
||||||
Baguette::Log.title "activefd is #{activefd}"
|
# Baguette::Log.title "activefd is #{activefd}"
|
||||||
if Context.context.is_client[activefd]
|
if Context.context.is_client[activefd]
|
||||||
# Baguette::Log.title "activefd #{activefd} is a client"
|
# Baguette::Log.title "activefd #{activefd} is a client"
|
||||||
# The client is a WebSocket on top of a TCP connection
|
# The client is a WebSocket on top of a TCP connection
|
||||||
|
|
Reference in New Issue