Skip to content

Conversation

@Aaron-Benson
Copy link
Contributor

@Aaron-Benson Aaron-Benson commented Feb 23, 2018

Fix for attempt to fetch failed: {:poorly_formatted_size}. Reference issue: #477

{ok, [Size], []} was replaced with {ok, [Size], _} here because the third parameter of the output is the list of remaining characters, i.e. the ' ' (ref http://erlang.org/doc/man/io_lib.html#fread-2). By specifying [] the code assumed there would be no extra characters in the line (which isn't the case for the web pages in the issue)

Fix for attempt to fetch failed: {:poorly_formatted_size}
@benoitc benoitc merged commit fb11144 into benoitc:master Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants