>
There appears to be a typo in
inets-5.0.12 / http.erl
http_options([{version, Val} | Settings], Acc)
when is_atom(Val)->
http_options(Settings, Acc#http_options{version = Val});
the typo being that Val is supposed to be a string.
mats