You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nielsole, thanks for pointing out that there is a way to send Host header correctly with fasthttp. I pushed the fix to the host-header branch. See if it works as expected now and then I can merge it.
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.
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
The text was updated successfully, but these errors were encountered: