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

serve: use os.write(stdout_fd, ...), fixes #233 #234

Merged
merged 1 commit into from
Apr 13, 2015
Merged

serve: use os.write(stdout_fd, ...), fixes #233 #234

merged 1 commit into from
Apr 13, 2015

Conversation

ThomasWaldmann
Copy link
Contributor

this way, serve() is more consistent with the other code, which always uses os.read/write (not sys.std*.buffer.read/write).

also: reduce code duplication a bit.

this way, serve() is more consistent with the other code, which always uses os.read/write (not sys.std*.buffer.read/write).

also: reduce code duplication a bit.
@jborg jborg merged commit cbbe0fc into jborg:master Apr 13, 2015
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.

2 participants