Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Make client robust to Rst from OkHTTP#1358

Merged
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom
emkornfield:fix_for_okhttp
Oct 18, 2021
Merged

Make client robust to Rst from OkHTTP#1358
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom
emkornfield:fix_for_okhttp

Conversation

@emkornfield
Copy link
Copy Markdown
Contributor

The
OKHTTP
transport uses slightly different error messages for RST Stream that
aren't caught by current screen scraping. This adds a check for the
strict explicitly.

bug: Retry RST Stream on OKHTTP.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@emkornfield emkornfield requested review from a team and loferris October 13, 2021 19:38
@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label Oct 13, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 13, 2021
@emkornfield
Copy link
Copy Markdown
Contributor Author

CC @stephaniewang526

The
[OKHTTP](https://github.com/grpc/grpc-java/blob/d4fa0ecc07495097453b0a2848765f076b9e714c/okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java#L1241)
transport uses slightly different error messages for RST Stream that
aren't caught by current screen scraping.  This adds a check for the
strict explicitly.
@stephaniewang526 stephaniewang526 added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 18, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 18, 2021
@stephaniewang526 stephaniewang526 added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Oct 18, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 03f9d75 into googleapis:main Oct 18, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants