We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Server
mmt
M
1 parent 5832937 commit 658165bCopy full SHA for 658165b
frameworks/Pascal/mormot/src/raw.pas
@@ -193,7 +193,7 @@ constructor TRawAsyncServer.Create(
193
hsoIncludeDateHeader // required by TPW General Test Requirements #5
194
] + flags);
195
fHttpServer.HttpQueueLength := 10000; // needed e.g. from wrk/ab benchmarks
196
- fHttpServer.ServerName := 'M'; // better plaintext performance
+ fHttpServer.ServerName := 'mmt';
197
// use default routing using RTTI on the TRawAsyncServer published methods
198
fHttpServer.Route.RunMethods([urmGet], self);
199
// wait for the server to be ready and raise exception e.g. on binding issue
0 commit comments