From a6a187859394c6eca342a3ee95ac6b9cb086a894 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Thu, 19 Oct 2023 23:41:10 +0800 Subject: [PATCH] bug: fix the inconsistent behaviors on Windows Fixes #509 --- .github/PULL_REQUEST_TEMPLATE.md | 10 +-- client_test.go | 106 ++++++++++++++++++++++++++++++- connection_unix.go | 2 +- connection_windows.go | 32 ++++++++++ 4 files changed, 139 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 647d89e92..d4613378d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,5 @@ ---- -name: Pull request -about: Propose changes to the code -title: '' -labels: '' -assignees: '' ---- -