-
Notifications
You must be signed in to change notification settings - Fork 18.5k
mime: parse media types that contain braces #76243
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
base: master
Are you sure you want to change the base?
Conversation
This CL fixes a bug introduced by CL 666655: isTokenChar would no longer
(but should) report true for '{' and '}'.
Fixes golang#76236
|
This PR (HEAD: c91a75c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/719380. Important tips:
|
|
Message from Sean Liao: Patch Set 1: Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/719380. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-11-10T21:45:30Z","revision":"af5ccfcb9c8d737a05af7ca667646abe27997a74"} Please don’t reply on this GitHub thread. Visit golang.org/cl/719380. |
|
Message from Sean Liao: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/719380. |
|
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/719380. |
|
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/719380. |
|
Message from Damien Neil: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/719380. |
This CL fixes a bug introduced by CL 666655: isTokenChar would no longer
(but should) report true for '{' and '}'.
Fixes #76236