Skip to content

Conversation

@Illirgway
Copy link
Contributor

@Illirgway Illirgway commented Jul 2, 2021

Fixes #46323

@google-cla google-cla bot added the cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change. label Jul 2, 2021
@Illirgway Illirgway changed the title mime: fix ParseMediaType drops value with trailing semicolon #46862 mime: fix ParseMediaType drops value with trailing semicolon #46323 Jul 2, 2021
@gopherbot
Copy link
Contributor

This PR (HEAD: 6372fce) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/332509 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 1:

Congratulations on opening your first change. Thank you for your contribution!

Next steps:
A maintainer will review your change and provide feedback. See
https://golang.org/doc/contribute.html#review for more info and tips to get your
patch through code review.

Most changes in the Go project go through a few rounds of revision. This can be
surprising to people new to the project. The careful, iterative review process
is our way of helping mentor contributors and ensuring that their contributions
have a lasting impact.

During May-July and Nov-Jan the Go project is in a code freeze, during which
little code gets reviewed or merged. If a reviewer responds with a comment like
R=go1.11 or adds a tag like "wait-release", it means that this CL will be
reviewed as part of the next development cycle. See https://golang.org/s/release
for more details.


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 1:

(2 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@Illirgway Illirgway changed the title mime: fix ParseMediaType drops value with trailing semicolon #46323 mime: fix parsing media types with a trailing semicolon Jul 2, 2021
@Illirgway Illirgway changed the title mime: fix parsing media types with a trailing semicolon mime: fix parsing media types with a trailing semicolon Jul 2, 2021
@Illirgway
Copy link
Contributor Author

How can i write some comment/answer in gerrit from browser?
I suddenly can't find any input or button to do that.

@gopherbot
Copy link
Contributor

This PR (HEAD: caae34a) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/332509 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@ianlancetaylor
Copy link
Contributor

You have to sign into Gerrit to respond to comments there.

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 5: Run-TryBot+1


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 5:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 5: TryBot-Result+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@Illirgway
Copy link
Contributor Author

Illirgway commented Jul 2, 2021

I sign into Gerrit (in browser) by my email, but I can't find any reply/comment button/input

@ianlancetaylor
Copy link
Contributor

When I go to https://golang.org/cl/332509 I see a blue "Reply" button in the middle, near the top, above the description of the change. What do you see?

@Illirgway
Copy link
Contributor Author

I see this

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 5: Code-Review+2


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 6: Patch Set 5 was rebased


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 6: Run-TryBot+1 Code-Review+2 Trust+1


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 6:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 6: TryBot-Result+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 6: Trust+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@ianlancetaylor
Copy link
Contributor

That's odd. You're right, of course: there is no Reply button. Here are examples of what the page should look like for a signed in user: https://gerrit-review.googlesource.com/Documentation/user-review-ui.html . What browser and OS are you using?

It may be appropriate to raise this as an issue with Gerrit. See https://www.gerritcodereview.com/issues.html. Assuming that web page works for you....

Sorry for the difficulties.

@Illirgway
Copy link
Contributor Author

Illirgway commented Jul 3, 2021

@Illirgway Illirgway changed the title mime: fix parsing media types with a trailing semicolon mime: keep going parsing after trailing semicolon Jul 3, 2021
@gopherbot
Copy link
Contributor

Message from Zeke Lu:

Patch Set 7:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

This PR (HEAD: 7ad670b) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/332509 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@ianlancetaylor
Copy link
Contributor

I'm sorry, I have no suggestions. It does seem to work for most people.

What browser and OS are you using?

@Illirgway
Copy link
Contributor Author

Illirgway commented Jul 9, 2021

FF 56 x64

I don't update it to Quatum yet because of plugins

@gopherbot
Copy link
Contributor

Message from Illirgway:

Patch Set 8:

(3 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 1:

(2 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 5: Run-TryBot+1


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 5:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 5: TryBot-Result+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 5: Code-Review+2


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 6: Patch Set 5 was rebased


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 6: Run-TryBot+1 Code-Review+2 Trust+1


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 6:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 6: TryBot-Result+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 6: Trust+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Zeke Lu:

Patch Set 7:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Illirgway:

Patch Set 8:

(3 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 8: Run-TryBot+1 Trust+1


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 8:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Go Bot:

Patch Set 8: TryBot-Result+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/332509.
After addressing review feedback, remember to publish your drafts!

gopherbot pushed a commit that referenced this pull request Nov 9, 2021
Fixes #46323

Change-Id: Ibd624b1aaa15f907b7eb965b4eaec61018a45486
GitHub-Last-Rev: 7ad670b
GitHub-Pull-Request: #47029
Reviewed-on: https://go-review.googlesource.com/c/go/+/332509
Trust: Ian Lance Taylor <[email protected]>
Trust: Damien Neil <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
@gopherbot
Copy link
Contributor

This PR is being closed because golang.org/cl/332509 has been merged.

@gopherbot gopherbot closed this Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mime: ParseMediaType drops value with trailing semicolon

3 participants