Billy Zhou
Billy Zhou
> I had the same problem with how to get the body to pass upstream correctly @OnGoingLzy FYI: #11350
@jompu I tested with the case below on v3.2 with no problem. And I will test on v3.9.0/v.3.8.0 later. ``` use t::APISIX 'no_plan'; repeat_each(100); $ENV{SOME_STRING_VALUE_BUT_DIFFERENT} = 'astringvaluebutdifferent'; $ENV{SOME_STRING_VALUE} = 'astringvalue';...
@jompu Run the test case on v3.8.0 & v3.9.0 are also OK. May be I should try your way. :D ``` apache/apisix:3.8.0-debian apache/apisix:3.9.0-debian ``` ``` # apisix version /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua...
> We also have similar issues. Currently, we have found that the pattern seems to be triggered with a very small probability when updating services in large quantities. The apisix...
Ping @start1943 :D
> > > We also have similar issues. Currently, we have found that the pattern seems to be triggered with a very small probability when updating services in large quantities....