mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Some clients, even if have `Expect: 100-continue` in request, start sending data without waiting approval from the server. More over, there is cases when response “100 Continue” is received, client changes TCP seq, and following requests start having valid sequences, based on response one. This change should address this bugs. As small addition extended list of http methods, to fully support webdav.