]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41442 - tbu-:pr_writeall_interrupted, r=aturon
authorCorey Farwell <coreyf@rwell.org>
Wed, 26 Apr 2017 03:05:55 +0000 (23:05 -0400)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2017 03:05:55 +0000 (23:05 -0400)
Specify behavior of `write_all` for `ErrorKind::Interrupted` errors

Also spell out that read and write operations should be retried on
`ErrorKind::Interrupted` errors.

Fixes #38494.


Trivial merge