Closed arixmkii closed 2 months ago
Fixes #116
Implementation is the same as for Unix like systems, but is using MAX_PATH value of Windows platform for sanity check.
- What I did
Copied implementation from _unix version and adapted to use Windows specific constants for sanity checks
_unix
- How I did it
MAX_PATH value was taken from https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
- How to verify it
- Description for the changelog
Allow Unix socket transport on Windows platform
- A picture of a cute animal (not mandatory but encouraged)
Duplicate of https://github.com/docker/go-connections/pull/115
Fixes #116
Implementation is the same as for Unix like systems, but is using MAX_PATH value of Windows platform for sanity check.
- What I did
Copied implementation from
_unix
version and adapted to use Windows specific constants for sanity checks- How I did it
MAX_PATH value was taken from https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
- How to verify it
- Description for the changelog
Allow Unix socket transport on Windows platform
- A picture of a cute animal (not mandatory but encouraged)