1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
This commit is contained in:
Nicolas Viennot 2019-09-18 23:03:55 -04:00
parent 6c5497df4b
commit 9df2e6d6fb

View File

@ -26,7 +26,7 @@ static void tmate_header(struct tmate_session *session,
session->client_version, session->client_protocol_version);
if (tmate_has_websocket()) {
/* If we have a websocket, it takes care of all the following notificatons */
/* If we have a websocket server, it takes care of all the following notificatons */
tmate_send_websocket_header(session);
return;
}