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

request: go routine in multipart listen for context cancel #52

Merged
merged 2 commits into from
Nov 14, 2019

Conversation

josephbergevin
Copy link
Collaborator

Multipart maintenance and linting cleanup.

case <-errChan:
return
case <-c.Done():
req.debugf("context cancelled during copyMultipartToPipeWriter")

Choose a reason for hiding this comment

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

cancelled is a misspelling of canceled (from misspell)

Suggested change
req.debugf("context cancelled during copyMultipartToPipeWriter")

@codecov
Copy link

codecov bot commented Nov 14, 2019

Codecov Report

Merging #52 into master will decrease coverage by 0.78%.
The diff coverage is 6.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   43.03%   42.25%   -0.79%     
==========================================
  Files          10       10              
  Lines         704      717      +13     
==========================================
  Hits          303      303              
- Misses        361      374      +13     
  Partials       40       40
Impacted Files Coverage Δ
request.go 21.89% <0%> (-1.1%) ⬇️
backoff.go 85.18% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c65f101...9a6a636. Read the comment docs.

@josephbergevin josephbergevin merged commit 9320186 into master Nov 14, 2019
@josephbergevin josephbergevin deleted the request-multipart-go-routine-maintenance branch November 14, 2019 17:18
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.

2 participants