Skip to content

7.1.1

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 03 Dec 14:19
· 224 commits to main since this release

Bug Fixes

  • The oauth handler created a client with a request and connection timeout.
    When that timeout occurred and a retry happened (usually in the command logic)
    the HTTP client would be reused.
    The previous timeout would be propagated.
    This will not create a new HTTP client each time.