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

add proper handling of dialer's Header parameter #194

Closed
wants to merge 1 commit into from

Conversation

matthyx
Copy link

@matthyx matthyx commented Dec 22, 2023

Fix: #170

Copy link
Collaborator

@cristaloleg cristaloleg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

http.go Outdated Show resolved Hide resolved
go.sum Outdated Show resolved Hide resolved
@@ -443,12 +449,17 @@ func errorText(err error) string {
// response headers into a given io.Writer.
type HandshakeHeader interface {
io.WriterTo
Get(key string) string
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, that's a backward incompatibile change. Need to think about that..

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, let me know when you have decided 👍

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
@cristaloleg
Copy link
Collaborator

Released in https://github.com/gobwas/ws/releases/tag/v1.3.2 Thanks!

@cristaloleg cristaloleg closed this Jan 8, 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.

Dialer's Header parameter doesn't work as intended
2 participants