mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +01:00
Fixed typo in comments
This commit is contained in:
parent
d3a61a0b8a
commit
5a70971691
@ -138,7 +138,7 @@ void HTTPCookieTest::testCookieExpiry(DateTime expiryTime){
|
|||||||
cookie.setVersion(1);
|
cookie.setVersion(1);
|
||||||
std::string cookieStringV1 = cookie.toString();
|
std::string cookieStringV1 = cookie.toString();
|
||||||
Timestamp now;
|
Timestamp now;
|
||||||
//expected number of seconds until future - should be close to cookie._maxAge
|
//expected number of seconds until expiryTime - should be close to cookie._maxAge
|
||||||
int expectedMaxAge = (int) ((expiryTime.timestamp() - now)/Timestamp::resolution()); //expected number of seconds until expiryTime
|
int expectedMaxAge = (int) ((expiryTime.timestamp() - now)/Timestamp::resolution()); //expected number of seconds until expiryTime
|
||||||
Timestamp after; //end of cookie lifetime
|
Timestamp after; //end of cookie lifetime
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user