-
Patch
-
Resolution: Fixed
-
Minor
-
None
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.
Looks pretty good to me.. maybe a little longer on the timeout.
I'll assign to Kohsuke for final review and to commit. Thanks!