mirror of
https://github.com/fatedier/frp.git
synced 2026-07-23 06:59:19 +08:00
Use net/http Server.Protocols and the merged golib listener path instead of the deprecated h2c handler. Keep HTTP/1.1 and cleartext HTTP/2 prior-knowledge support, while intentionally dropping HTTP/1.1 Upgrade: h2c.
6 lines
321 B
Markdown
6 lines
321 B
Markdown
## Fixes
|
|
|
|
* HTTP vhost servers no longer support HTTP/1.1 `Upgrade: h2c` requests. Cleartext HTTP/2 prior-knowledge remains supported.
|
|
* Fixed control-session replacement leaks when frpc reconnects through a half-open TCP multiplexed connection.
|
|
* Fixed an SSH tunnel gateway panic when handling malformed exec requests.
|