Hi All, Here is my basic function which uses io.pipe() to transfer the large(1-2GB) file over http. I want to read file chunk wise and want to transfer it. Is there any better approach? Can some body review my code?
Code - https://github.com/vkuznet/transfer2go/blob/rishi-super/core/request.go#L74-L139 Best, Rishi -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
