You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Synopsis
45
45
46
46
Shared dictionaries defined in `http` and `stream` subsystems are not shared to each other *currently*, thus we need two sets of configurations to debug with either subsystem.
47
47
48
-
However there're [patches](patches) if you want to share shdict between `http` and `stream` subsystems. After apply the patch, you will need to use two `lua_shared_dict`directive to define shared dict twice with same name and size. e.g.:
48
+
However there're [patches](patches) if you want to share shdict between `http` and `stream` subsystems. After apply the patch, you will need to use two `lua_shared_dict`directives to define shared dict twice with same name and same size. e.g.:
49
49
50
50
```lua
51
51
http {
@@ -57,6 +57,7 @@ stream {
57
57
}
58
58
```
59
59
60
+
This module provide a similar API to use in both subsystems.
0 commit comments