add ServerConn.Close(), ServerSession.Close()

This commit is contained in:
aler9
2021-05-07 11:42:01 +02:00
parent 1c9fe6c394
commit e52fda806d
9 changed files with 430 additions and 203 deletions

View File

@@ -74,7 +74,7 @@ type Client struct {
// callback called before every request.
OnRequest func(req *base.Request)
// callback called after very response.
// callback called after every response.
OnResponse func(res *base.Response)
// function used to initialize the TCP client.