Roshi

Results 1 issues of Roshi

**Describe the bug** 仅使用 netpoll client 进行建连,当 server 设置 ReadTimeout 比较小时,例如这样: ```go // server func main() { s := http.Server{ ReadTimeout: time.Millisecond, } ln, err := net.Listen("tcp", ":8000") if err...