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

Move closeNotify to fix panic with newer golang #19420

Merged
merged 1 commit into from
Jan 19, 2016

Commits on Jan 18, 2016

  1. Move closeNotify to fix panic with newer golang

    This is happening now due to improvements in net/http:
    golang/go@99fb191
    
    To test, change the go version in the Dockerfile:
    -ENV GO_VERSION 1.5.3
    +ENV GO_VERSION 1.6beta2
    
    More info here: golang/go#14001
    
    Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
    clnperez committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    2df5daf View commit details
    Browse the repository at this point in the history