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

Initial implementation of readv, writev on Windows #753

Merged
merged 3 commits into from
Dec 14, 2019
Merged

Conversation

aantron
Copy link
Collaborator

@aantron aantron commented Dec 14, 2019

With this PR, calling readv or writev on Windows causes the first buffer to be read to or written from using the implementations of the regular read and write.

Resolves #745.

cc @ulrikstrid, @lessp

I believe this is just about the last thing I wanted to do before the final 4.x.x release, so this should be out very soon.

@aantron aantron added this to the 4.5.0 milestone Dec 14, 2019
@aantron aantron merged commit e033033 into master Dec 14, 2019
@aantron aantron deleted the win32-writev branch December 14, 2019 23:28
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

Successfully merging this pull request may close these issues.

writev needed on Windows for Httpaf
1 participant