mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
typo fix.
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ func (o *HTTPOutput) sendRequest(client *http.Client, data []byte) {
|
||||
request, err := ParseRequest(data)
|
||||
|
||||
if err != nil {
|
||||
log.Println("Can not parse request", string(data), err)
|
||||
log.Println("Cannot parse request", string(data), err)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user