| To prevent thundering herds, puppetserver may return Retry-After and ask the agent to sleep. Until recently the agent would keep the connection open, until timeout occurs. To reduce resource usage on puppetserver, we should close the connection immediately. The latest puppetserver version will return Connection: close, but agents may talk to older puppetservers versions which would benefit from this. |