HTTP Be wary of http/client.go Recently, I found out an interesting problem in Go. The problem can be reduced to a simple client request to a HTTP server. Suppose we have a HTTP server, which serves only one rooted path /foo/. package main import ( "io" "log&