Open
Description
Source Location : tcp.go:110
Code Snippet:
clientConn.Close()
} else {
_, err = clientConn.Write(data[:length])
if err != nil {
klog.Errorf("Error writing the first 4k of proxy data: %v", err)
Source Location: tcp.go:65
Code Snippet:
data := make([]byte, 16384)
length, err := conn.Read(data)
if err != nil {
klog.V(4).ErrorS(err, "Error reading data from the connection")
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status