-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(gin): data race warning for gin mode #1580
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1580 +/- ##
==========================================
- Coverage 99.21% 99.18% -0.03%
==========================================
Files 42 43 +1
Lines 3182 2714 -468
==========================================
- Hits 3157 2692 -465
+ Misses 17 12 -5
- Partials 8 10 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
# Conflicts: # mode.go
It's updated |
@kplachkov can you add some test case according #1180 (comment) thanks! |
May I ask about the reason this PR still cannot be merged? Thanks! |
It's been a while, any news please? |
I also meet the same problem, when will it be merged? |
@kplachkov Please help to resolve conflicts. |
- Remove unnecessary import of `flag` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
- Update test assertions for mode setting in `mode_test.go` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
@kplachkov Thanks. |
7 years ? ahahahahahh |
Added atomic operations.
Fixes #1180