Fixing bug with aws_input_stream_new_from_file
Pre-release
Pre-release
- Changing fopen flags used by aws_input_stream_new_from_file to r+b instead of r, which fixes a Windows issue where the stream may terminate early due to an EOF character.