diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-31 08:09:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-31 15:13:53 +0100 |
commit | 129a52725f2de7f5599d89e301ffef8a1d4e27ab (patch) | |
tree | de17d2ea7a3e5c6f975dd646194c4d17b0b57373 /meta-poky | |
parent | 780e9fb87796bff5445179412f69e80b9438f323 (diff) | |
download | poky-129a52725f2de7f5599d89e301ffef8a1d4e27ab.tar.gz |
bitbake: process: Reorder server command processing and handle EOFError
If the connection control socket and the command channel close together,
we can race and hit EOFError exceptions before we close the channel.
Reorder the code to handle this in the correct order and ignore the
EOFError exceptions as they mean the client is disconnecting and shouldn't
terminate the server.
(Bitbake rev: 974281ed72d8366baa16ee85f7e93970689b5956)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
0 files changed, 0 insertions, 0 deletions