Skip to content

Commit 658165b

Browse files
author
pavel.mash
committed
[mORMot] change Server header value to mmt because M provokes debate
1 parent 5832937 commit 658165b

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Pascal/mormot/src

1 file changed

+1
-1
lines changed

frameworks/Pascal/mormot/src/raw.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ constructor TRawAsyncServer.Create(
193193
hsoIncludeDateHeader // required by TPW General Test Requirements #5
194194
] + flags);
195195
fHttpServer.HttpQueueLength := 10000; // needed e.g. from wrk/ab benchmarks
196-
fHttpServer.ServerName := 'M'; // better plaintext performance
196+
fHttpServer.ServerName := 'mmt';
197197
// use default routing using RTTI on the TRawAsyncServer published methods
198198
fHttpServer.Route.RunMethods([urmGet], self);
199199
// wait for the server to be ready and raise exception e.g. on binding issue

0 commit comments

Comments
 (0)