diff options
| author | Adnan Maolood <[email protected]> | 2021-02-24 08:38:08 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-24 08:38:08 -0500 |
| commit | 094c16297b32ba4a236d9361f70a6f61432f2fee (patch) | |
| tree | 60d6b999aa8c14eb25048fe24a1731523bdc7d07 | |
| parent | TimeoutHandler: Mention returned error (diff) | |
| download | go-gemini-094c16297b32ba4a236d9361f70a6f61432f2fee.tar.xz go-gemini-094c16297b32ba4a236d9361f70a6f61432f2fee.zip | |
server: Fix comment
| -rw-r--r-- | server.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |