Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: consider allow use of all 108 bytes for Unix socket paths #331

Open
jstarks opened this issue Aug 17, 2022 · 0 comments
Open

Windows: consider allow use of all 108 bytes for Unix socket paths #331

jstarks opened this issue Aug 17, 2022 · 0 comments

Comments

@jstarks
Copy link
Contributor

jstarks commented Aug 17, 2022

Windows does not require null termination for Unix socket paths--all 108 bytes can be used in the path string.

However, Windows does not document this behavior, so #249 chose not to rely on this and to require null termination, reducing the number of bytes available in the path by one.

Consider fixing this once Windows fixes their documentation.

See #249 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant