senx/warp10-platform

maxops error regression

Closed this issue · 0 comments

Hi,

Between 2.7 and 2.8, there is a regression in the maxops reached error message.

For example:

'validtoken' AUTHENTICATE
6000 MAXOPS

[
  1 200 <% DROP NEWGTS %> FOR
] 'list' STORE

$list
<%
  'l' STORE
  $list
  <%
    'j' STORE
  %> FOREACH
%> FOREACH

leads to Exception at '%> =>FOREACH<=' in section [TOP] (Exception at 'FOREACH' in section '[TOP]').