v5.9.3
Add tiny delay on redirection
When the host responds with a redirection (HTTP status 3XX), there have been occasions when HttpCommand issues the request for the redirected resource before the host is ready. This results in a Conga 1119 error (socket closed while receiving data). Adding a tiny (0.1 sec) delay before issuing the request for the redirected resource avoids this.