-
Type:
Patch
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: core
Hi,
We're using Hudson with HTTP-based authentication. There are a few master->slave related issues:
- Code that waits for slave node has no timeouts...
- Due to HTTP auth, slave node will never restart since server will return 401.
- Connection is never closed (resources leak).
I'm attaching patch that fixed all of these issues here.