Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend exception message if connection via proxyServer couldn't be es… #1034

Merged
merged 3 commits into from
Jul 13, 2021
Merged

extend exception message if connection via proxyServer couldn't be es… #1034

merged 3 commits into from
Jul 13, 2021

Conversation

jurijkruske
Copy link

@jurijkruske jurijkruske commented Jul 12, 2021

…tablished

Before submitting pull request:

  • Check if the project compiles by running sbt compile
  • Verify docs compilation by running sbt compileDocs
  • Check if tests pass by running sbt test
  • Format code by running sbt scalafmt

Issue #1031 (comment)
We use sttp with okhttpbackaend to connect external service via proxy.
Sometimes SttpBackendOptions fired UnsupportedOperationException without any message from IOException.
This change could help to find the reason why the connection could not be established.

@adamw adamw merged commit 5a6a278 into softwaremill:master Jul 13, 2021
@adamw
Copy link
Member

adamw commented Jul 13, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants