-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Race Condition Nginx::Stream::Async.sleep
Nginx::Stream module is using `mrb->ud`. it is a possibility of becoming a race condition when call Nginx::Stream::Async.sleep. Futhermore, also use `mrb->ud` Nginx::Stream class methods. In this patch, in addition to not using mrb->ud and class methods are treated as warnings.
- Loading branch information
pyama86
committed
Nov 8, 2019
1 parent
bc2a348
commit 1843183
Showing
3 changed files
with
62 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters