From 60f3746c27ef3d5591fcd91eb72750a8936db6bb Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Fri, 17 May 2019 22:17:57 +0800 Subject: [PATCH] Fix codestyle --- common/buf/readv_constraint_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/buf/readv_constraint_windows.go b/common/buf/readv_constraint_windows.go index d2036b4c..e460ec81 100644 --- a/common/buf/readv_constraint_windows.go +++ b/common/buf/readv_constraint_windows.go @@ -13,7 +13,7 @@ func checkReadVConstraint(conn syscall.RawConn) (bool, error) { It it required to check if the given fd is of a socket type - Fix https://github.com/v2ray/v2ray-core/issues/1666 + Fix https://github.com/v2ray/v2ray-core/issues/1666 Additional Information: https://docs.microsoft.com/en-us/windows/desktop/api/winsock2/nf-winsock2-wsarecv