File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ curl -i "http://127.0.0.1:9080/anything"
277277X-Request-Id: 325ghCANEKjw6Jsfejg5p6QrLYB
278278```
279279
280- 如果装有[ ksuid] ( https://github.com/segmentio/ksuid?tab=readme-ov-file#command-line-tool ) 命令工具,此 ID 可以通过` ksuid -f inspect 325ghCANEKjw6Jsfejg5p6QrLYB ` 查看:
280+ 如果装有[ ksuid] ( https://github.com/segmentio/ksuid?tab=readme-ov-file#command-line-tool ) 命令工具,此 ID 可以通过` ksuid -f inspect 325ghCANEKjw6Jsfejg5p6QrLYB ` 查看:
281281
282282``` text
283283REPRESENTATION:
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ X-Request-Id
7575[error]
7676
7777
78+
7879=== TEST 3: add plugin with algorithm ksuid
7980--- config
8081 location /t {
@@ -133,7 +134,7 @@ X-Request-Id
133134 ngx.say("incorrect char set for id")
134135 ngx.say(id)
135136 return
136- end
137+ end
137138 if ids[id] == true then
138139 ngx.say("ids not unique")
139140 return
You can’t perform that action at this time.
0 commit comments