fix integration tests

This commit is contained in:
6543 2022-07-15 20:57:10 +02:00
parent 8390f77ecd
commit b8ec53c52d
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
2 changed files with 3 additions and 3 deletions

View file

@ -83,9 +83,6 @@ func (client *Client) ServeRawContent(uri string) (*fasthttp.Response, error) {
return nil, err
}
// fasthttp else will set "Content-Length: 0"
res.SetBodyStream(&strings.Reader{}, -1)
if err != nil {
return nil, err
}