duke8253 commented on PR #10268:
URL: https://github.com/apache/trafficserver/pull/10268#issuecomment-1697948886

   > > > time_t is 8 byes for 64bit builds. IIRC traffic server doesn't support 
32bit any more.
   > > 
   > > 
   > > This is just for this `session reuse` plugin. I'm not sure who is still 
using this one though, Yahoo has completely replaced this with the `stek_share` 
plugin already. Which is why I brought up maybe we should consider deprecating 
this one.
   > 
   > Sure, but my point is that there is not 32-bit time_t usage here, because 
time_t is 64-bit.
   
   Yeah, I think the problem is with the `sleep()` taking an `unsigned int` and 
coverity doesn't like that a 64bit value was provided.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to