mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
Feature Request #1873922
Add project and solution files for Visual Studio 2008
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
sw.stop();
|
||||
_success += HTTPResponse::HTTP_OK == res.getStatus() ? 1 : 0;
|
||||
if (_cookies) res.getCookies(cookies);
|
||||
usec = sw.elapsed();
|
||||
usec = int(sw.elapsed());
|
||||
|
||||
if (_verbose)
|
||||
{
|
||||
|
Reference in New Issue
Block a user