Skip to content
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

Use "text/plain" content-type #10019

Merged
merged 3 commits into from
Jan 12, 2015

Conversation

jessfraz
Copy link
Contributor

gofmt'd @exarkun commits from #9955

Closes #9955
Fixes #9954

…at does not.

Signed-off-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@linux.com> (github: jfrazelle)
Signed-off-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@linux.com> (github: jfrazelle)
@SvenDowideit
Copy link
Contributor

Docs still LGTM - @fredlf @jamtur01

@jamtur01
Copy link
Contributor

Docs LGTM

@icecrime
Copy link
Contributor

LGTM

@@ -260,7 +260,7 @@ func (cli *DockerCli) monitorTtySize(id string, isExec bool) error {
sigchan := make(chan os.Signal, 1)
gosignal.Notify(sigchan, signal.SIGWINCH)
go func() {
for _ = range sigchan {
for range sigchan {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not valid for Go < 1.4. Maybe we could keep this the same as gccgo cannot even do the normal stuff let along this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure I can into this too during some other PR. The latest gofmt wants this new format and drone fails because of it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we fixed drone :D, i will fix the commit

@jessfraz
Copy link
Contributor Author

updated, I added a commit bc those other weren't mine idk if I should have just updated their commit

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
@jessfraz
Copy link
Contributor Author

ummm drone?

@crosbymichael
Copy link
Contributor

Drone is tired, too much work for a single node

@jessfraz
Copy link
Contributor Author

@crosbymichael
Copy link
Contributor

LGTM

crosbymichael added a commit that referenced this pull request Jan 12, 2015
@crosbymichael crosbymichael merged commit 9215c39 into moby:master Jan 12, 2015
@jessfraz jessfraz deleted the 9954-text-plain-content-type branch January 12, 2015 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid MIME type used in several places
7 participants