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.

Home Page:https://goreplay.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completely missing first parts of request

bjstrange opened this issue · comments

The request I'm sending is valid for our application and the expected response is returned. Tcpdump is attached. The response in this case is a 500 but that doesn't matter as I removed credentials for posting. Everything acts the same with proper credentials. No http header/request info is seen. goreplay seems to see part of the start of the soap envelope and nothing before. Trying to read the tcpdump in goreplay gives the error

stopped reading from pcap_file interface with error EOF

Attached are tcpdump, the xml request, and what goreplay sees when I make the request directly (not from replaying the .pcap file), along with the command line used. Any thoughts?
request.zip