diff options
| author | Lorenz Bauer <lmb@cloudflare.com> | 2019-10-30 11:30:57 +0000 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2019-10-30 14:06:04 +0000 |
| commit | 17190de08570d36dda9b2904609271354cc3c64a (patch) | |
| tree | fb54bfb039f6811ae7a8e7825f3ea6b5f8453ff0 /src/encoding/xml | |
| parent | f4e32aeed18dadb077dc5458b03a812234390046 (diff) | |
| download | go-17190de08570d36dda9b2904609271354cc3c64a.tar.xz | |
syscall: treat ENFILE as a temporary error
ENFILE is returned from accept when the whole system has run out of
file descriptors. Mark the error as temporary, so that accept loops
continue working.
Fixes #35131
Updates #1891
Change-Id: Idf44c084731898ff4c720d06c250d3b8a42de312
Reviewed-on: https://go-review.googlesource.com/c/go/+/203117
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/encoding/xml')
0 files changed, 0 insertions, 0 deletions
