Add IDENT to user agent again

The server got fixed.
This commit is contained in:
Tamás Bálint Misius 2022-03-26 18:35:10 +01:00
parent 01e2c2d3f0
commit b2ddb39b42
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -51,7 +51,7 @@ namespace http
IDENT_PLATFORM
"; " IDENT_BUILD
"; M" MTOS(MOD_ID)
// "; " IDENT
"; " IDENT
") TPTPP/" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) IDENT_RELTYPE "." MTOS(SNAPSHOT_ID);
worker_thread = std::thread([this]() { Worker(); });