KafuuEriri
KafuuEriri
### qBittorrent & operating system versions qBittorrent: 4.4.2 x64 Operating system: Windows 10 Pro 21H1/2009 x64 ### What is the problem? Add torrent download no response ### Steps to reproduce...
add func GetOrSetFunc return the value and set if the key not found update #10
客户端请求服务端时,connection被关闭,服务端未返回err 客户端代码 ``` streamCli, err := cliebt.CreateStreamTransport(h.ctx, req) if err != nil { klog.CtxErrorf(h.ctx, "create stream transport to young server failed with error: %s", err.Error()) return } klog.CtxInfof(h.ctx, "create stream...
goland format like go fmt ``` type Resp { Code int `json:"code"` // Message string `json:"message"` // Data Data `json:"data"` // } ```