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
dfly_bench: Show error on failing to make address (#5787)
* dfly_bench: Show error on failing to make address
Sometimes when dfly_bench parses response to extract host, it failes
during boost make_address. This error is thrown up the stack causing the
program to fail without indication of what the error was.
Changed to use the error_code variant of make_address to print the error
clearly.
Signed-off-by: Abhijat Malviya <[email protected]>
0 commit comments