v1.27.0-rc.2
This commit causes the contrib/net/http.roundTripper to set an error on the span when it receives a 500-range http response, or when there is an error sending the request or receiving the response. This makes the roundtripper consistent with other integrations such as contrib/gin-gonic/gin (see #449) Fixes #728