mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-12-01 12:13:00 +03:00
httpx: remove string to string conversion
Signed-off-by: Miguel Ángel Jimeno <miguelangel4b@gmail.com>
This commit is contained in:
parent
394c1e8527
commit
3cc74aabc5
@ -117,7 +117,7 @@ func (h *HTTPX) Do(req *retryablehttp.Request) (*Response, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
resp.Raw = string(rawresp)
|
||||
resp.Raw = rawresp
|
||||
|
||||
var respbody []byte
|
||||
// websockets don't have a readable body
|
||||
|
Loading…
Reference in New Issue
Block a user