]> git.lizzy.rs Git - rust.git/commit
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)
commit2a320c32edfae57ed81cc4ec8aae403a27c38ede
tree1a0016baff2aa528b8b462b85d79b1f215b869e9
parent27fbe8cbca09b9908288faebb59ea34a2c89bc8e
parentc49d0906da09972f447013834dcf891ec887151b
Rollup merge of #41442 - tbu-:pr_writeall_interrupted, r=aturon

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.