Skip to content

Additional client and server command line options

Jonathan Mace requested to merge wip_expand_client into main

This adds a few options to the client and server binaries.

For clients, you can specify a --debug flag to instruct all servers to print information about this request. Useful for following the path of a single request.

Clients can specify --limit -- a maximum number of requests to execute. Useful when debugging, to just send a single request to the server.

This merge request also includes some pass-by-reference bugfixes in the server.

Merge request reports