mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-02 01:20:49 +00:00
CLEANUP: Fix a typo in the session subsystem
Fixes a typo in the code comments of the session subsystem.
This commit is contained in:
parent
f6989ca056
commit
d091bfbc6f
@ -123,7 +123,7 @@ void session_free(struct session *sess)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* callback used from the connection/mux layer to notify that a connection is
|
/* callback used from the connection/mux layer to notify that a connection is
|
||||||
* gonig to be released.
|
* going to be released.
|
||||||
*/
|
*/
|
||||||
void conn_session_free(struct connection *conn)
|
void conn_session_free(struct connection *conn)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user