MCPcopy
hub / github.com/projectdiscovery/proxify / err

Method err

socket.go:175–185  ·  view source on GitHub ↗
(s string, err error)

Source from the content-addressed store, hash-verified

173}
174
175func (p *SocketConn) err(s string, err error) {
176 log.Println(err)
177 if p.erred {
178 return
179 }
180 if err != io.EOF {
181 log.Printf(s, err)
182 }
183 p.errsig <- true
184 p.erred = true
185}
186
187func (p *SocketConn) fullduplex() {
188 //bidirectional copy

Callers 1

pipeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected