mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
add release note for v0.37.1 (#2507)
This commit is contained in:
parent
86b2e686a5
commit
87e60683ed
@ -0,0 +1,5 @@
|
||||
### Fix
|
||||
|
||||
* Plugin `https2https` not work.
|
||||
* `context canceled` problem for `http_proxy` plugin when multiple requests reuse same connection.
|
||||
* In some cases, frps can't get server name for `https` proxy.
|
@ -19,7 +19,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
var version string = "0.37.0"
|
||||
var version string = "0.37.1"
|
||||
|
||||
func Full() string {
|
||||
return version
|
||||
|
Loading…
Reference in New Issue
Block a user