hanqingwu commented on issue #11121:
URL: https://github.com/apache/apisix/issues/11121#issuecomment-2041029005
I have trace
file.lua
```
local v = getenv(var) or default
print("env key ", var, " env value ", v )
```
wrong case:
`2024/04/06 09:21:06 [notice] 1#1: [lua] file.lua:73: env key
SOME_STRING_VALUE_BUT_DIFFERENT env value "astringvalue"`
right case:
`2024/04/06 09:23:04 [notice] 1#1: [lua] file.lua:73: env key
SOME_STRING_VALUE_BUT_DIFFERENT env value "astringvaluebutdifferent"`
some times, os.getenv return wrong value ....
--
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]