-
Notifications
You must be signed in to change notification settings - Fork 122
Add HeaderFields.Len #94
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
emersion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from the doc nits.
Can you also squash the change into a single commit?
textproto/header.go
Outdated
| // | ||
| // The header may not be mutated while iterating, except using HeaderFields.Del. | ||
| // The header may not be mutated while iterating, except using HeaderFields.Del | ||
| // and HeaderFields.Set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should not be changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops, forgot to remove that one
textproto/header.go
Outdated
| // | ||
| // The header may not be mutated while iterating, except using HeaderFields.Del. | ||
| // The header may not be mutated while iterating, except using HeaderFields.Del | ||
| // and HeaderFields.Set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should not be changed.
22ebc87 to
93490e2
Compare
|
git, what you have done! |
93490e2 to
c0ff7ae
Compare
c0ff7ae to
1580415
Compare
emersion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Separated from #75.