Commit Graph

5 Commits

Author SHA1 Message Date
bfu4
23b99eba9c
man 2021-11-18 20:07:30 -05:00
Kaleb Elwert
f79e692124 Update AddHostKey to avoid always appending 2019-10-16 10:07:55 -07:00
Kaleb Elwert
8ba78c2f83 Fix race condition in TestServerClose (#75)
In test server close, 3 things need to happen in order:

- Client session start
- Server.Close
- Client session exit (With io.EOF)

This fix ensures the client won't do anything until after the call to
close which ensure's we'll get io.EOF rather than a different error.
2018-04-16 20:00:03 -05:00
Jeff Lindsay
bf3073636e server: fixing change in test helper api (#42)
Signed-off-by: Jeff Lindsay <progrium@gmail.com>
2017-05-23 17:42:30 -05:00
Matt Aitchison
b47c6daa4b server: first pass at Shutdown and Close (#34)
* server: first pass at Shutdown and Close
* server: remove unused struct field
* server: replace http reference in error

closes: #22
2017-05-22 16:11:06 -05:00