good morning!!!!

Skip to content
Snippets Groups Projects
Commit b1498048 authored by Garet Halliday's avatar Garet Halliday
Browse files

oops

parent 25fb93d2
Branches
Tags
No related merge requests found
......@@ -57,7 +57,6 @@ func startup0(
)
return
case 5679:
// SSL is not supported yet
if err = perror.Wrap(client.RW.WriteByte('S')); err != nil {
return
}
......
......@@ -23,6 +23,10 @@ func NewInterceptor(rw zap.ReadWriter, middlewares ...middleware.Middleware) *In
}
}
func (T *Interceptor) EnableSSL(client bool) error {
return T.rw.EnableSSL(client)
}
func (T *Interceptor) ReadByte() (byte, error) {
return T.rw.ReadByte()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment