bombardier was failing to connect to the server if custom headers were set. This happened because the Host header was being overwritten during request creation. By reordering the operations (first set the headers, then the Host header) we can avoid this problem.
bombardier was failing to connect to the server if custom headers were set. This happened because the
Host
header was being overwritten during request creation. By reordering the operations (first set the headers, then the Host header) we can avoid this problem.Example problem: