[erlang-bugs] http version

mats cronqvist masse@REDACTED
Thu Mar 12 00:05:38 CET 2009


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



More information about the erlang-bugs mailing list