Skip to content

Fixing bug with aws_input_stream_new_from_file

Pre-release
Pre-release

Choose a tag to compare

@rccarper rccarper released this 16 Apr 20:51
· 254 commits to main since this release
602d1bb
  • 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.