10-Dec-2020
11:35
- last edited on
22-Nov-2022
15:12
by
JimmyPackets
Hi,
Does anyone know why we'd sometimes get the error:
<HTTP_REQUEST> - ERR_BOUNDS (line 1) invoked from within "HTTP::path -normalized"
The code seems to work fine most of the time but every now and again we'll get a series of these over a minute and then nothing again for a while.
Thanks!
10-Dec-2020 17:15
Hello,
Does it happen for specific request?
Do you have any iRule?
Thanks, Ivan
10-Dec-2020 17:32
Hi Ivan,
The iRule is just
when HTTP_REQUEST priority 3 {
# Lines setting variables to 0
set lc_path [string tolower [URI::decode [HTTP::path -normalized]]]
...
}
but it runs for every request and only fails for a short period and then goes back to being fine. Unfortunately I can't see if there's any specific request that is causing the problem.