]> git.lizzy.rs Git - rust.git/commit
auto merge of #14945 : alexcrichton/rust/issue-14940, r=brson
authorbors <bors@rust-lang.org>
Tue, 17 Jun 2014 06:31:28 +0000 (06:31 +0000)
committerbors <bors@rust-lang.org>
Tue, 17 Jun 2014 06:31:28 +0000 (06:31 +0000)
commit9f8d2205f0518389993a9b5de6646ba8b14e5a12
tree21b8bdf4d9c534cda7d41ad72e177f2d695127d4
parent79fca994389554a0808ece09e3adca2e562cacea
parentd400563e179b9836304d55f1eaee9ce33f54fb7f
auto merge of #14945 : alexcrichton/rust/issue-14940, r=brson

This just takes a similar approach to reading stdin on windows by artificially
limiting the size of the buffers going in and out.

Closes #14940