diff options
author | Valery Piashchynski <[email protected]> | 2021-03-02 18:24:56 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-03-02 18:24:56 +0300 |
commit | 56bb5beb23aaf3d79e9f870c85924c9d98dcfe8b (patch) | |
tree | 45aaf646652bb6ca58b96359ba0c86a9caa69f5e /pkg | |
parent | fadd95c45faf91feff65bf3c5b10900147c1f729 (diff) |
âš¡v2.0.0
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/doc/README.md b/pkg/doc/README.md index 4f726f4a..709df603 100644 --- a/pkg/doc/README.md +++ b/pkg/doc/README.md @@ -18,4 +18,4 @@ no workers in the `stack`, watcher waits for the specified via config (`allocate 7. Golang worker send that request to the PHP worker via various set of transports (`pkg/transport` package). 8. PHP worker send back response to the golang worker (or error via stderr). 9. Golang worker return response payload to the pool. -10. Pool process this response and return answer to the user.
\ No newline at end of file +10. Pool process this response and return answer to the user. |