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

http-connect: error to be written on connection #640

Conversation

ipochi
Copy link
Contributor

@ipochi ipochi commented Jul 16, 2024

Incorrect error mesage from server to client because of hijack and error message being written to http.Error or w.Write, instead the error message should be written to the connection

fixes: #630

@k8s-ci-robot k8s-ci-robot added do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 16, 2024
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 16, 2024
Incorrect error mesage from server to client because of hijack and error
message being written to http.Error or w.Write, instead the error
message should be written to the connection

fixes: 630

Signed-off-by: Imran Pochi <imranpochi@microsoft.com>
@ipochi ipochi force-pushed the imran/http-connect-log-improvement branch from 14e9875 to 3a4f42e Compare July 16, 2024 12:34
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Jul 16, 2024
@ipochi
Copy link
Contributor Author

ipochi commented Jul 16, 2024

/review @jkh52 @cheftako

@ipochi
Copy link
Contributor Author

ipochi commented Jul 22, 2024

/assign @cheftako

@ipochi
Copy link
Contributor Author

ipochi commented Aug 1, 2024

@cheftako @jkh52 Can this get merged ?

@ipochi
Copy link
Contributor Author

ipochi commented Aug 14, 2024

@cheftako @jkh52 friendly ping on this.

@cheftako
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 16, 2024
@ipochi
Copy link
Contributor Author

ipochi commented Aug 16, 2024

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ipochi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 16, 2024
@ipochi
Copy link
Contributor Author

ipochi commented Aug 26, 2024

/test pull-apiserver-network-proxy-make-lint-master

@k8s-ci-robot k8s-ci-robot merged commit 24feecc into kubernetes-sigs:master Aug 26, 2024
16 checks passed
@ipochi ipochi deleted the imran/http-connect-log-improvement branch August 26, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
3 participants