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