buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.46k stars 9 forks source link

Question - Allow incomplete #1175

Open RoeiGanor opened 1 year ago

RoeiGanor commented 1 year ago

While capturing traffic I noticed that goreplay doesn't capture the responses even though they are present on tcpdump. After investigating, I discovered that adding --input-raw-allow-incomplete fixed the issue. What does it mean that the responses are incomplete, how can I test it using Wireshark and is there any, more permanent solution to fix the "incompletion" of the responses?

Thanks in advance.