We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecdd22 commit 2dcfea3Copy full SHA for 2dcfea3
conn.go
@@ -22,7 +22,7 @@ var (
22
ErrTimeoutWaitingForCall = errors.New("timed out waiting for call to complete")
23
)
24
25
-var brokenPipeRe = regexp.MustCompile("Broken pipe|pipe is being closed")
+var brokenPipeRe = regexp.MustCompile("(?i)broken pipe|pipe is being closed")
26
27
func newConn(cmd *exec.Cmd, timeout time.Duration) (_ conn, err error) {
28
in, err := cmd.StdinPipe()
0 commit comments