diff --git a/interop/http09/client.go b/interop/http09/client.go index e49dee706..1cee23204 100644 --- a/interop/http09/client.go +++ b/interop/http09/client.go @@ -92,7 +92,7 @@ func (c *client) doRequest(req *http.Request) (*http.Response, error) { if err != nil { return nil, err } - cmd := "GET " + req.URL.Path + cmd := "GET " + req.URL.Path + "\r\n" if _, err := str.Write([]byte(cmd)); err != nil { return nil, err }