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

integration: Fix multiple response.WriteHeader calls #638

Conversation

kelseyhightower
Copy link
Contributor

The current integration tests do not return after delegating
HTTP requests, as a result an extra call to response.WriteHeader
is made for every request.

Fix the issue by returning after delegating HTTP requests.

The current integration tests do not return after delegating
HTTP requests, as a result an extra call to response.WriteHeader
is made for every request.

Fix the issue by returning after delegating HTTP requests.
@lavalamp
Copy link
Member

Awesome, that explains why I couldn't find it in apiserver...

(BTW--if you write "closes #563" somewhere in your description, it'll auto-close the issue when we merge.)

@kelseyhightower
Copy link
Contributor Author

I'll add the auto close line in the future.

lavalamp added a commit that referenced this pull request Jul 26, 2014
…ite_headers

integration: Fix multiple response.WriteHeader calls
@lavalamp lavalamp merged commit 8a5cc87 into kubernetes:master Jul 26, 2014
seans3 pushed a commit to seans3/kubernetes that referenced this pull request Apr 10, 2019
wking pushed a commit to wking/kubernetes that referenced this pull request Jul 21, 2020
Book: update labeling recommendations
rphillips pushed a commit to rphillips/kubernetes that referenced this pull request Apr 8, 2021
…localhost-support

KS with preferred host support
linxiulei pushed a commit to linxiulei/kubernetes that referenced this pull request Jan 18, 2024
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.

2 participants