Skip to content
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

It should use onRequestFail:false when handler reply ConnectResetRequeset #706

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sodaRyCN
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (89c5ab6) 32.69% compared to head (871179e) 32.93%.

❗ Current head 871179e differs from pull request most recent head 9891a9d. Consider uploading reports for the commit 9891a9d to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #706      +/-   ##
==========================================
+ Coverage   32.69%   32.93%   +0.24%     
==========================================
  Files          45       45              
  Lines        3294     3294              
==========================================
+ Hits         1077     1085       +8     
+ Misses       2136     2126      -10     
- Partials       81       83       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -30,7 +30,7 @@ jobs:
run: |
diff -u <(echo -n) <(gofmt -d -s .)
diff -u <(echo -n) <(goimports -d .)
go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic
go test -gcflags "all=-N -l" -v -race ./... -coverprofile=coverage.txt -covermode=atomic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why disable optimization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants