Skip to content

v5.9.3

Choose a tag to compare

@bpbecker bpbecker released this 14 Aug 16:48
· 7 commits to master since this release

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.