[erlang-bugs] http version

Ingela Anderton Andin ingela@REDACTED
Fri Mar 13 15:13:13 CET 2009


Hi!

Yes you are correct it should be is_list.  It looks like it will work 
anyway as unknown options
in this list are ignored, and our test case for this works fine. Will be 
fixed for R13B.

Regards Ingela Erlang/OTP - Ericsson

mats cronqvist wrote:
> 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
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-bugs
>
>   




More information about the erlang-bugs mailing list