Obsolete
/
ipcd
Archived
3
0
Fork 0

Removing useless logs.

master
Karchnu 2020-09-14 16:15:21 +02:00
parent b1ac2dacee
commit 80b98e3ba6
1 changed files with 1 additions and 1 deletions

View File

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