cat2neat / gtcp

Go TCP server framework that inherits battle-tested code from net/http and can be extended through built-in interfaces.
Apache License 2.0
17 stars 1 forks source link

Feature/tls #15

Closed chenziliang closed 6 years ago

chenziliang commented 6 years ago

TLS support

chenziliang commented 6 years ago
  1. TLS support
  2. Fix some bugs in server_test.go in echo client/server: when io.EOF reached, there may be data returned in that Read
  3. Refactor server_test.go a little bit to make TestServer and TestTLSServer share common functions
chenziliang commented 6 years ago

Looks like the CI testing is flaky ?