@@ -178,7 +178,7 @@ func (whv *WebHttpView) updateHttp() {
Body: body,
Binary: !utf8.Valid(rawReq),
},
- Start: htxn.Start.Unix(),
+ Start: htxn.Start.Unix(),
ConnCtx: htxn.ConnUserCtx.(mvc.ConnectionContext),
}
@@ -259,7 +259,7 @@ func (t *Tunnel) HandlePublicConnection(publicConn conn.Conn) {
// tell the client we're going to start using this proxy connection
startPxyMsg := &msg.StartProxyMsg{
- Url: t.url,
+ Url: t.url,
ClientAddr: publicConn.RemoteAddr().String(),
if err = msg.WriteMsg(proxyConn, startPxyMsg); err != nil {