This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 235491231bdd1fd93507c835767503f047e10b91 (commit)
from dd07e7f7ddb5d704599f798a8ef3d1c8a05cb9bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 235491231bdd1fd93507c835767503f047e10b91
Author: Richard Braun <[email protected]>
Date: Sat Feb 22 17:16:17 2014 +0100
libports: work around bugs in server termination
Most servers use ports_manage_port_operations_multithread to process
requests and terminate when it returns. Since many of them don't detach
before shutting down, a client may receive an error if its request
arrived while the server is shutting down. Prevent those spurious errors
by forcing ports_manage_port_operations_multithread not to return.
* libports/manage-multithread.c
(ports_manage_port_operations_multithread): Force global_timeout to 0.
-----------------------------------------------------------------------
Summary of changes:
libports/manage-multithread.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
Hurd