When using --input-file
the program should exit when all the requests have been completed
#856
Labels
--input-file
the program should exit when all the requests have been completed
#856
Hi GoReplay team,
Love this project!
When running
./gor --input-file 1.gor --http-original-host --output-http='https://mysite.com' --output-http-track-response
the process hangs once all the requests are complete with the following message:FileInput: end of file './1.gor'
. The1.gor
file is a simple 2 request file I was using for testing when I was encountering this.Currently waiting for the process to match that line then sending a
SIGHUP
to conclude the process.Steps to reproduce:
gor
with--input-file [filename.gor]
specified as the input sourceThe text was updated successfully, but these errors were encountered: