mirror of
https://git.sr.ht/~adnano/go-gemini
synced 2025-05-01 14:57:54 +02:00
server: Fix comment
This commit is contained in:
parent
95ee8cb288
commit
f092f13333
@ -52,7 +52,7 @@ type Server struct {
|
||||
|
||||
listeners map[*net.Listener]context.CancelFunc
|
||||
conns map[*net.Conn]context.CancelFunc
|
||||
closed bool // true if Closed or Shutdown called
|
||||
closed bool // true if Close or Shutdown called
|
||||
shutdown bool // true if Shutdown called
|
||||
doneChan chan struct{}
|
||||
mu sync.Mutex
|
||||
|
Loading…
Reference in New Issue
Block a user