mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #615] [MERGED] fix websocket and plugin http_proxy #4223
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#4223
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/615
Author: @fatedier
Created: 1/23/2018
Status: ✅ Merged
Merged: 1/23/2018
Merged by: @fatedier
Base:
dev← Head:ws📝 Commits (4)
cf9193anewhttp: support websocket902f6f8ci: add test for websocketa6f2736fix plugin http_proxy errorff28668ci: add plugin http_proxy test case📊 Changes
58 files changed (+6845 additions, -19 deletions)
View changed files
📝
Makefile(+3 -0)📝
client/proxy.go(+3 -1)📝
glide.lock(+4 -2)📝
glide.yaml(+1 -0)📝
tests/conf/auto_test_frpc.ini(+6 -1)📝
tests/func_test.go(+56 -10)📝
tests/http_server.go(+28 -2)📝
tests/util.go(+29 -3)📝
utils/vhost/newhttp.go(+5 -0)📝
utils/vhost/reverseproxy.go(+59 -0)➕
vendor/github.com/gorilla/websocket/.gitignore(+25 -0)➕
vendor/github.com/gorilla/websocket/.travis.yml(+20 -0)➕
vendor/github.com/gorilla/websocket/AUTHORS(+8 -0)➕
vendor/github.com/gorilla/websocket/LICENSE(+22 -0)➕
vendor/github.com/gorilla/websocket/README.md(+64 -0)➕
vendor/github.com/gorilla/websocket/client.go(+326 -0)➕
vendor/github.com/gorilla/websocket/client_clone.go(+16 -0)➕
vendor/github.com/gorilla/websocket/client_clone_legacy.go(+38 -0)➕
vendor/github.com/gorilla/websocket/client_server_test.go(+602 -0)➕
vendor/github.com/gorilla/websocket/client_test.go(+32 -0)...and 38 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.