From 55a7dee7383db6c76e4fb928756dfc6bee1c21a4 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 9 Nov 2025 15:21:39 -0500 Subject: [PATCH] Update pipe-handles-helper.patch --- 1patches/pipe-handles-helper.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/1patches/pipe-handles-helper.patch b/1patches/pipe-handles-helper.patch index 1027ab5..ae9aeeb 100644 --- a/1patches/pipe-handles-helper.patch +++ b/1patches/pipe-handles-helper.patch @@ -1,10 +1,10 @@ diff --git a/pipe.go b/pipe.go -index a2da663..ef933c1 100644 +index 58c68e9..01cabd7 100644 --- a/pipe.go +++ b/pipe.go -@@ -122,6 +122,18 @@ type win32MessageBytePipe struct { - readEOF bool - } +@@ -123,6 +123,18 @@ type win32MessageBytePipe struct { + + type pipeAddress string +// GetPipeHandle returns the underlying handle of a pipe. +func GetPipeHandle(f net.Conn) windows.Handle { @@ -18,6 +18,6 @@ index a2da663..ef933c1 100644 + } +} + - type pipeAddress string - func (f *win32Pipe) LocalAddr() net.Addr { + return pipeAddress(f.path) + }