You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The playback file option produces parsing error An error occured doing request parse "http://www.google.com/\n": net/url: invalid control character in URL.
Issue observed on OSX v12.5.1 and on golang:alpine docker image.
Running 1s test @ http://www.google.com
1 goroutine(s) running concurrently
An error occured doing request parse "http://www.google.com\n": net/url: invalid control character in URL
The text was updated successfully, but these errors were encountered:
The playback file option produces parsing error
An error occured doing request parse "http://www.google.com/\n": net/url: invalid control character in URL
.Issue observed on OSX v12.5.1 and on golang:alpine docker image.
Replication Steps:
go install github.com/tsliwowicz/go-wrk@latest
echo http://www.google.com > /tmp/playbackfile.txt
./go-wrk -c 1 -d 1 -f /tmp/playbackfile.txt
Observe the following output:
The text was updated successfully, but these errors were encountered: