commit 25e73f7fd31b727d844cabc4ce36613916590da5
parent 5fef2c10e65e3b4419f2cca3d7bbec9bf67a986c
Author: Matsuda Kenji <info@mtkn.jp>
Date: Mon, 25 Sep 2023 11:41:09 +0900
add comment
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/server.go b/server.go
@@ -115,6 +115,8 @@ func (s *Server) getReq() (*Req, error) {
return r, nil
}
+
+// TODO: abort all outstanding I/O on the same connection.
func sVersion(s *Server, r *Req) {
ifcall := r.ifcall.(*TVersion)
version := ifcall.Version()