-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix: StandardHttpClient sends Expect 100-continue header value #4766
Conversation
Signed-off-by: Marc Nuri <[email protected]>
@shawkins FYI, the JDK client sends the "wrong" header value (at least on OpenJDK, but the official Javadocs aren't very relieving) |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
And you confirmed that the api server does require the case sensitive value? Maybe @maxandersen can push through another jdk fix. |
No, sorry, I haven't confirmed yet that changing the header value fixes it. |
👍 Confirmed, JKube's |
I'm merging this one, we should probably discuss what to do with the JDK implementation. |
@manusa reviewing this more, the burden of the fix should be in the underlying go library: golang/go#57824 If for whatever reason that is not possible, we can push for a jdk change. |
This is more aligned with what I remember about the header value. However, I think both sides would benefit from the fix. |
Description
Relates to #4735 (might fix it)
fix: StandardHttpClient sends Expect 100-continue header value
Type of change
test, version modification, documentation, etc.)
Checklist