Commit 363dfd9
committed
Do not generate artificial "broken pipe" errors
`closed` flag is set when there is no more data to read from the stream.
It does not mean that no more requests can be written into the stream.
If the stream is closed for writing, `write_all` call
will return this error, there is no need to emulate it.1 parent 541ee71 commit 363dfd9
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 51 | | |
58 | 52 | | |
59 | 53 | | |
| |||
0 commit comments