Skip to content
Snippets Groups Projects
  • Ryan Williams's avatar
    168794a0
    Replaced usage of urlopen.read(), which isn't guaranteed to return all of the... · 168794a0
    Ryan Williams authored
    Replaced usage of urlopen.read(), which isn't guaranteed to return all of the downloaded bytes, with urlopen.readlines(), which (I believe) does have that guarantee.  This should fix the rash of mysteriously-failing prebuilds.  In the process, added some better error messaging about whether the local template has the parse error, or the master on the network.  Also some reorganization.  Reviewed by Tess and Leyla.
    168794a0
    History
    Replaced usage of urlopen.read(), which isn't guaranteed to return all of the...
    Ryan Williams authored
    Replaced usage of urlopen.read(), which isn't guaranteed to return all of the downloaded bytes, with urlopen.readlines(), which (I believe) does have that guarantee.  This should fix the rash of mysteriously-failing prebuilds.  In the process, added some better error messaging about whether the local template has the parse error, or the master on the network.  Also some reorganization.  Reviewed by Tess and Leyla.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.