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

std: Cap read/write limits on Windows networking #31858

Merged
merged 1 commit into from
Feb 26, 2016

Commits on Feb 24, 2016

  1. std: Cap read/write limits on Windows networking

    Similar to rust-lang#31825 where the read/write limits were capped for files, this
    implements similar limits when reading/writing networking types. On Unix this
    shouldn't affect anything because the write size is already a `usize`, but on
    Windows this will cap the read/write amounts to `i32::max_value`.
    
    cc rust-lang#31841
    alexcrichton committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    f3be73c View commit details
    Browse the repository at this point in the history