You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I may not need to read chunks of the part considering the part will already be a chunk as its being received by the HTML form. Will need to create benchmarks, this could drastically improve upload performance which is the largest bottleneck currently due to the HTML form contents being stored in memory, sanitized and then re-written back to memory. Would like to see the use of *multipart.Reader before any major release.
The text was updated successfully, but these errors were encountered:
A possible implementation is below:
However, I may not need to read chunks of the part considering the part will already be a chunk as its being received by the HTML form. Will need to create benchmarks, this could drastically improve upload performance which is the largest bottleneck currently due to the HTML form contents being stored in memory, sanitized and then re-written back to memory. Would like to see the use of *multipart.Reader before any major release.
The text was updated successfully, but these errors were encountered: