fortio v1.9.1 Release Notes

Release Date: 2020-10-09 // over 3 years ago
    • ๐Ÿšค Default for -M is now parallel (go routines per target) fetch and send results at the end by default, best for high latency targets, small payloads, use -multi-serial-mode for streaming results but one target at a time (low latency targets or large replies or to create serialized spans for testing)
    • ๐Ÿ‘ -M avoid double / in url, allows target to not specify missing http:// and better/cleaner code.
    • ๐Ÿ”ง Maximum delay for echo server is now configurable dynamically (was hardcoded to 1.5s max) #414