Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9
-
None
-
64-bit. Windows without NOMINMAX set.
-
Patch Available
Description
TNonblockingServer and THttpServer have size_t -> uint32_t truncations.
TZlibTransport calls std::min without enclosing it in parens. This is a really minor issue, since we technically build with NOMINMAX in the environment (which fixes the problem), but I have a strange personal goal of being able to build without setting NOMINMAX.