diff options
| author | David Lutterkort <dlutter@redhat.com> | 2007-12-17 16:52:54 -0800 |
|---|---|---|
| committer | David Lutterkort <dlutter@redhat.com> | 2007-12-17 16:52:54 -0800 |
| commit | 4de2e2c67f606c4c115171cbbe0e68d7e9cd4d52 (patch) | |
| tree | 9e708ec31ce32909cdc693037d7b6e1f32a06b62 /lib/puppet/network/client | |
| parent | 8f5989a66b3e9ff3001b50c07a818c6ccb04a65f (diff) | |
| parent | 933b1df6d84ec34a6ff347240c0151434ecc80a9 (diff) | |
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
Diffstat (limited to 'lib/puppet/network/client')
| -rw-r--r-- | lib/puppet/network/client/master.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb index 54b1dcaa4..341192740 100644 --- a/lib/puppet/network/client/master.rb +++ b/lib/puppet/network/client/master.rb @@ -271,6 +271,10 @@ class Puppet::Network::Client::Master < Puppet::Network::Client @catalog.apply(options) end end + + # Now close all of our existing http connections, since there's no + # reason to leave them lying open. + Puppet::Network::XMLRPCClient.clear_http_instances end lockfile.unlock |
