chore: fix comments in emqx_connection
This commit is contained in:
parent
8a5db51961
commit
f106f30a96
|
@ -18,8 +18,9 @@
|
|||
%% Transport:
|
||||
%% - TCP connection
|
||||
%% - TCP/TLS connection
|
||||
%% - WebSocket
|
||||
%% - QUIC Stream
|
||||
%%
|
||||
%% for WebSocket @see emqx_ws_connection.erl
|
||||
-module(emqx_connection).
|
||||
|
||||
-include("emqx.hrl").
|
||||
|
|
Loading…
Reference in New Issue