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

NonRepeatableRequestException when using Apache HTTP Client #56

Closed
wonderfly opened this issue Jan 9, 2015 · 4 comments
Closed

NonRepeatableRequestException when using Apache HTTP Client #56

wonderfly opened this issue Jan 9, 2015 · 4 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@wonderfly
Copy link
Contributor

From yan...@google.com on December 20, 2011 05:27:38

Version of google-http-java-client (e.g. 1.5.0-beta)? 1.6.0-beta Java environment (e.g. Java 6, Android 2.3, App Engine)? Android 2.3.3 (but probably not specific to that version) Describe the problem. I've seen various reports of NonRepeatableRequestException when using Apache HTTP Client. For example: http://stackoverflow.com/questions/6531020/uploading-video-to-youtube-from-android-device-programmatically How would you expect it to be fixed? I'm guessing Apache HTTP Client is trying to retry requests by itself, but it cannot retry requests based on an input stream. Anyway, we don't want it to retry requests by itself, and rather need all request retries to go through our framework, so for example we can control how many times requests are retried.

We should also check if similar problem happens when using NetHttpTransport.

Original issue: http://code.google.com/p/google-http-java-client/issues/detail?id=56

@wonderfly wonderfly added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. imported labels Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From rmis...@google.com on March 09, 2012 09:01:37

Labels: -Milestone-Version1.7.0 Milestone-Version1.8.0

@wonderfly wonderfly self-assigned this Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From yan...@google.com on March 27, 2012 07:22:33

Labels: Milestone-Version1.9.0

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on April 20, 2012 09:19:26

http://codereview.appspot.com/6088043/

Status: Started

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on April 20, 2012 09:58:26

Status: Fixed

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
clundin25 pushed a commit to clundin25/google-http-java-client that referenced this issue Aug 11, 2022
Deprecate X-Google-Metadata-Request in favor new Metadata-Flavor header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants