-
Notifications
You must be signed in to change notification settings - Fork 3.6k

Description
Is there an existing feature request for this?
- I have searched the existing feature requests
Is your feature request related to a problem? Please describe.
Unreviewed and harmful changes were committed in 666c197 (the 666 commit). The attempt to undo those changes is incomplete and left go test
failing.
Describe the solution that you would like.
Submit a PR to revert back to the last good version of the repository, 8983b96.
Merge or discard changes made since that commit as follows:
8039329 - Raise an issue to update other examples to return from HTTP handler as described in the PR. Delete this example because it does not show anything unique.
666c197 - Discard. This is the commit damaged the project.
aa97606 - Merge
b6a0d77 - Merge
629990d - Merge
6f5d213 - Discard. Fixes bug introduced in discarded commit 666c197.
286c896 - Merge
01b0aae - Discard. Because this package does not define the default buffer sizes on the server, there's no guarantee that the comment is accurate. If an application programmer does care about the size, then they should specify a size instead of relying on a default.
dcea2f0 - Discard. Fixes bug introduced in discarded commit 666c197.
871f6bb - Merge
4a5e66f - Discard. The change does not significantly decrease the time to run the test.
1e975a0 - Merge.
0f0acef - Merge.
9a21405 - Discard. Fixes bug introduced in discarded commit 666c197.
4965080 - Discard. Fixes bug introduced in discarded commit 666c197.
7d5b8cc - Discard. Do not write to application's stderr.
cf50a3e - Discard. Reverts previous commit.
d15aba1 - Merge
0cfb2ca and d293aa5 - Merge, but fix per #910.
695e909 - Discard. Fixes bug introduced in discarded commit 666c197.
b2a86a1 - Merge
58af150 - Merge
09a6bab - Discard. Fixes bug introduced in discarded commit 666c197.
b2c246b, 1bddf2e - Discard. This is an incomplete attempt to revert 8039329.
5fc9a59 - Merge.
eb8de5f - Merge.
Describe alternatives you have considered.
Forking the project.
Anything else?
My proposal is very feasible. See https://github.com/tebuka/websocket where I cherry picked the useful commits from this repository.