mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #616] [MERGED] bump version to v0.15.1 #4225
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#4225
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/616
Author: @fatedier
Created: 1/23/2018
Status: ✅ Merged
Merged: 1/23/2018
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (8)
a77c7e8server: change MIN_PORT from 1024 to 13f64d73ci: add subdomain test casecf9193anewhttp: support websocket902f6f8ci: add test for websocketa6f2736fix plugin http_proxy errorff28668ci: add plugin http_proxy test case90cd25aMerge pull request #615 from fatedier/ws33d8816version: to v0.15.1📊 Changes
61 files changed (+6885 additions, -19 deletions)
View changed files
📝
Makefile(+3 -0)📝
client/proxy.go(+3 -1)📝
glide.lock(+4 -2)📝
glide.yaml(+1 -0)📝
server/ports.go(+1 -1)📝
tests/conf/auto_test_frpc.ini(+18 -1)📝
tests/conf/auto_test_frps.ini(+1 -0)📝
tests/func_test.go(+68 -8)📝
tests/http_server.go(+41 -2)📝
tests/util.go(+29 -3)📝
utils/version/version.go(+1 -1)📝
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)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.