bryancall commented on code in PR #12575:
URL: https://github.com/apache/trafficserver/pull/12575#discussion_r2470893836


##########
plugins/regex_remap/regex_remap.cc:
##########
@@ -464,10 +440,12 @@ RemapRegex::compile(const char *&error, int &erroffset)
       }
 
       if (ix > -1) {
-        if ((ix < 10) && (ix > ccount)) {
-          error = "using unavailable captured substring ($n) in substitution";
-          return -1;
-        }
+        /*

Review Comment:
   Is there a reason to comment this out?



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