mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2780] [Feature Request] net/http2 support #2225
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @penguine on GitHub (Jan 24, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2780
Describe the feature request
perhaps you want to use
https://pkg.go.dev/golang.org/x/net/http2
the performance should be better.
an example you can find here:
https://github.com/mmatczuk/go-http-tunnel/blob/master/cmd/tunneld/tunneld.go
@Becods commented on GitHub (Feb 4, 2022):
If you're just using the http/tcp protocol, http2 is fine for the back-end web server
frp probably doesn't need http/2
@penguine commented on GitHub (Feb 6, 2022):
thx :-)