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.
R
Romain Vimont committed
09741bc8051fc0d131c00690088390b8b36dd672
Parent: afbaf59