mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[PR #42] [MERGED] Feature/websockets #86
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#86
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/agrinman/tunnelto/pull/42
Author: @agrinman
Created: 4/26/2021
Status: ✅ Merged
Merged: 4/28/2021
Merged by: @agrinman
Base:
master← Head:feature/websockets📝 Commits (4)
8359412checkpoint8347059add support for websocket tunneling4986f95improving trace logging formatsb63fcbarust dev debug split📊 Changes
10 files changed (+255 additions, -33 deletions)
View changed files
📝
Cargo.toml(+4 -1)📝
tunnelto/src/introspect/mod.rs(+162 -1)➕
tunnelto/src/introspect/ws_util.rs(+59 -0)📝
tunnelto/static/css/styles.css(+3 -3)📝
tunnelto/templates/body_detail.html(+1 -1)📝
tunnelto_server/src/config.rs(+0 -8)📝
tunnelto_server/src/network/mod.rs(+7 -2)📝
tunnelto_server/src/network/proxy.rs(+2 -2)📝
tunnelto_server/src/network/server.rs(+2 -2)📝
tunnelto_server/src/remote.rs(+15 -13)📄 Description
Addresses #31
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.