Our original GridFS implementation only allowed the last chunk in an upload or download stream to have length < chunkSize. We removed this requirement in GODRIVER-724 because there were a few bugs related to this, and it made fixing them easier. We should add this back in for better performances and spec compliance.