Skip to content

Commit 39de3d8

Browse files
committed
doc: update doc
1 parent eecc96a commit 39de3d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Synopsis
4545

4646
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.
4747

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.:
4949

5050
```lua
5151
http {
@@ -57,6 +57,7 @@ stream {
5757
}
5858
```
5959

60+
This module provide a similar API to use in both subsystems.
6061

6162
http
6263
----

0 commit comments

Comments
 (0)