maskit opened a new pull request #8310:
URL: https://github.com/apache/trafficserver/pull/8310


   ```
     CXX      experimental/rate_limit/rate_limit.lo
   In file included from experimental/rate_limit/txn_limiter.h:20,
                    from experimental/rate_limit/rate_limit.cc:25:
   experimental/rate_limit/limiter.h:146:39: error: ?UINT_MAX? was not declared 
in this scope
     146 |   unsigned max_queue                = UINT_MAX; // No queue limit, 
but if sets will give an immediate error if at max
         |                                       ^~~~~~~~
   experimental/rate_limit/limiter.h:29:1: note: ?UINT_MAX? is defined in 
header ?<climits>?; did you forget to ?#include <climits>??
      28 | #include "utilities.h"
     +++ |+#include <climits>
      29 | 
   ```
   Found on Fedora 34 with gcc11.
   
   The code was added by #7623, and it's on 9.1.0. This is not a security fix 
but I mark this for 9.1.x because it's very safe to backport.


-- 
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