aesiniath / http-streams

Haskell HTTP client library for use with io-streams
https://hackage.haskell.org/package/http-streams
BSD 3-Clause "New" or "Revised" License
50 stars 48 forks source link

The "setContentLength" function should take "Int64" instead of "Int" #27

Closed gregorycollins closed 11 years ago

gregorycollins commented 11 years ago

Limiting this to "Int" means that the maximum HTTP upload size is 2GB on 32-bit systems.

istathar commented 11 years ago

Part of me wants to ask what on earth your use case is that has you doing multi-gigabyte uploads in a single request from a 32 bit system. I mean, are you writing your own S3 client and uploading movies from, er, a netbook?