Replies: 1 comment
-
To use a larger buffer pass the reader := imagecashletter.NewReader(r, imagecashletter.BufferSizeOption(largerSize)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When attempting to read large files the following error can be encountered. This example is from the HTTP server, but the same error can occur from using the Go library.
Beta Was this translation helpful? Give feedback.
All reactions