Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
koko
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
koko
Commits
3b958cbb
Commit
3b958cbb
authored
Oct 18, 2019
by
Eric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log info message keep consistance
parent
c5a23891
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
websshws.go
pkg/httpd/websshws.go
+2
-2
No files found.
pkg/httpd/websshws.go
View file @
3b958cbb
...
@@ -136,8 +136,8 @@ func OnHostHandler(c *neffos.NSConn, msg neffos.Message) (err error) {
...
@@ -136,8 +136,8 @@ func OnHostHandler(c *neffos.NSConn, msg neffos.Message) (err error) {
Asset
:
&
asset
,
SystemUser
:
&
systemUser
,
Asset
:
&
asset
,
SystemUser
:
&
systemUser
,
}
}
go
func
()
{
go
func
()
{
defer
logger
.
Infof
(
"Request
ID
%s: Web ssh end proxy process"
,
client
.
Uuid
)
defer
logger
.
Infof
(
"Request %s: Web ssh end proxy process"
,
client
.
Uuid
)
logger
.
Infof
(
"Request
ID
%s: Web ssh start proxy to host"
,
client
.
Uuid
)
logger
.
Infof
(
"Request %s: Web ssh start proxy to host"
,
client
.
Uuid
)
proxySrv
.
Proxy
()
proxySrv
.
Proxy
()
logoutMsg
,
_
:=
json
.
Marshal
(
RoomMsg
{
Room
:
roomID
})
logoutMsg
,
_
:=
json
.
Marshal
(
RoomMsg
{
Room
:
roomID
})
// 服务器主动退出
// 服务器主动退出
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment