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

Fix busboy + GCF race condition #713

Merged
merged 1 commit into from
Aug 20, 2018
Merged

Fix busboy + GCF race condition #713

merged 1 commit into from
Aug 20, 2018

Conversation

ace-n
Copy link
Contributor

@ace-n ace-n commented Aug 17, 2018

Note: I wanted this to be Node 6.x compliant, so I avoided using async/await in favor of Promises.

@ace-n ace-n requested a review from fhinkel August 17, 2018 23:37
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 17, 2018
@@ -166,24 +166,42 @@ exports.uploadFile = (req, res) => {
fields[fieldname] = val;
});

let fileWrites = [];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nit: should this be const?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think our linter would complain.

@codecov
Copy link

codecov bot commented Aug 17, 2018

Codecov Report

Merging #713 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #713   +/-   ##
=======================================
  Coverage   55.17%   55.17%           
=======================================
  Files           1        1           
  Lines          58       58           
=======================================
  Hits           32       32           
  Misses         26       26

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 b967c6f...960efb9. Read the comment docs.

@ace-n ace-n merged commit dfcb6a7 into master Aug 20, 2018
@ace-n ace-n deleted the fix-b79725671 branch August 20, 2018 17:39
ace-n pushed a commit that referenced this pull request Nov 14, 2022
ace-n pushed a commit that referenced this pull request Nov 21, 2022
ace-n pushed a commit that referenced this pull request Nov 21, 2022
Shabirmean pushed a commit that referenced this pull request Feb 16, 2023
* build!: Update library to use Node 12
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants