lib9p

Go 9P library.
Log | Files | Refs | LICENSE

commit e180a8fa695b80aeefbe72e2d86f808df1c9c1f7
parent a0f21856338a38df393820641f9416bb0ed556ba
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 10 Jan 2024 11:52:22 +0900

delete completed TODO

Diffstat:
Mserver.go | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/server.go b/server.go @@ -209,8 +209,6 @@ func getReq(r io.Reader, rp *reqPool, chatty bool) *request { // It also checks the msize of the message and if it is bigger than that of the // server, it replies with msize being the server's mSize, otherwise it sets the // server's mSize to the message's one. -// TODO: abort all outstanding I/O on the same connection before -// serving new Tversion. func sVersion(ctx context.Context, c *conn, rc <-chan *request) { for { select {