What version of bombardier are you using?
v1.2
What operating system and processor architecture are you using (if relevant)?
linux/amd64
What did you do?
I need to send a custom Host header. E.g.
bombardier http://localhost:8000 -l -o json -p r -c 1 --header="Host: somethingelse" -d 2s
What you expected to happen?
Request 'Host' header would be replaced with my cusotm header
What actually happened?
The Hostname from the URI was taken into the Host header field.
This has been discussed upstream:
valyala/fasthttp#318
What version of bombardier are you using?
v1.2
What operating system and processor architecture are you using (if relevant)?
linux/amd64What did you do?
I need to send a custom Host header. E.g.
What you expected to happen?
Request 'Host' header would be replaced with my cusotm header
What actually happened?
The Hostname from the URI was taken into the Host header field.
This has been discussed upstream:
valyala/fasthttp#318