apache / dubbo-getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
220 stars 69 forks source link

bugfix:add tls handshake timeout before enter Read forloop #106

Closed hongshengjie closed 6 months ago

hongshengjie commented 6 months ago

What this PR does:

解决服务端在tls的情况下,由于tls握手时间超过ReadTime导致的问题

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?: