fix: unexpected byte size
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
This commit is contained in:
@ -113,13 +113,6 @@ func HandlerTLS(conn net.Conn) {
|
||||
}
|
||||
cw := NewCustomWriter(conn, dstReader, conn.RemoteAddr())
|
||||
|
||||
// Initial Requests
|
||||
cw.Requests = append(cw.Requests, &RequestContext{
|
||||
Host: reqhf.Get("Host"),
|
||||
Path: reqhf.Path,
|
||||
Method: reqhf.Method,
|
||||
Chunked: false,
|
||||
})
|
||||
forwardRequest(cw, reqhf, sshSession)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user