mirror of
https://github.com/pocoproject/poco.git
synced 2026-02-07 23:20:36 +08: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