Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Possible FormFileCollection optimizations #352

Closed
davidfowl opened this issue Jul 19, 2015 · 1 comment
Closed

Possible FormFileCollection optimizations #352

davidfowl opened this issue Jul 19, 2015 · 1 comment
Labels

Comments

@davidfowl
Copy link
Member

  • Avoid closure by looping over files instead of using Find and FindAll.
  • Cache parsing of ContentDisposition header
@davidfowl davidfowl added the Perf label Jul 19, 2015
@khellang
Copy link
Contributor

khellang commented Dec 4, 2015

  • Cache parsing of ContentDisposition header

Should be fixed by #500

khellang added a commit to khellang/HttpAbstractions that referenced this issue Dec 4, 2015
khellang added a commit to khellang/HttpAbstractions that referenced this issue Dec 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants