mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix replay. It should not exit if single request is not parsed.
Fix #34
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ func ParseRequest(data []byte) (request *http.Request, err error) {
|
||||
request, err = http.ReadRequest(reader)
|
||||
|
||||
if err != nil {
|
||||
log.Fatal("Can not parse request", string(data), err)
|
||||
log.Println("Can not parse request", string(data), err)
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user