mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix emitter typo
This commit is contained in:
+1
-2
@@ -61,8 +61,7 @@ func CopyMulty(src io.Reader, writers ...io.Writer) (err error) {
|
||||
if nr > 0 && len(buf) > nr {
|
||||
payload := buf[:nr]
|
||||
meta := payloadMeta(payload)
|
||||
// requestID := string(meta[1])
|
||||
requestID := string(meta[0])
|
||||
requestID := string(meta[1])
|
||||
|
||||
_maxN := nr
|
||||
if nr > 500 {
|
||||
|
||||
Reference in New Issue
Block a user