-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS * #49014
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
Conversation
This PR (HEAD: 1f8ff36) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/356410 to see it. Tip: You can toggle comments from me using the |
Message from Damien Neil: Patch Set 1: Run-TryBot+1 Code-Review+1 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
1f8ff36
to
8db0c20
Compare
Message from Brad Fitzpatrick: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Damien Neil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Damien Neil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Brad Fitzpatrick: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Damien Neil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
This PR (HEAD: 8db0c20) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/356410 to see it. Tip: You can toggle comments from me using the |
8db0c20
to
12ba967
Compare
This PR (HEAD: 12ba967) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/356410 to see it. Tip: You can toggle comments from me using the |
Message from Alexander Yastrebov: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Damien Neil: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Brad Fitzpatrick: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Damien Neil: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Robert Griesemer: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Damien Neil: Patch Set 3: -Run-TryBot (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
… of OPTIONS * Fixes golang#41773
12ba967
to
57d1ee2
Compare
This PR (HEAD: 57d1ee2) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/356410 to see it. Tip: You can toggle comments from me using the |
Message from Alexander Yastrebov: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from hopehook: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/356410. |
…IONS * Fixes #41773 Change-Id: I432ad5410d5e3bb0aff3a6e0eea6906ab1b214e2 GitHub-Last-Rev: 57d1ee2 GitHub-Pull-Request: #49014 Reviewed-on: https://go-review.googlesource.com/c/go/+/356410 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: hopehook <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
This PR is being closed because golang.org/cl/356410 has been merged. |
Fixes #41773