Romain Vimont 09741bc805 Do not duplicate server string params
The server params were passed from the main thread to the server thread,
so a deep copy was performed in case the caller instance was destroyed.

But in practice, it only contains memory that lives until the end of the
program (command line arguments), so simply reference it. Several copies
of string fields were missing anyway.
2024-10-11 22:42:39 +02:00
..
2024-09-15 18:58:53 +02:00
2024-10-11 22:42:39 +02:00
2024-10-06 18:00:56 +02:00
2024-09-15 18:59:27 +02:00
2024-09-25 21:38:09 +02:00