[erlang-questions] inets http --- {{badmatch,{timers

Ingela Anderton Andin ingela@REDACTED
Thu Feb 15 16:39:52 CET 2007


That is a bug. Will be fixed for the upcoming release. If you want to 
get it working before then here is the patch:


189c189
<                   Timers = NewState#state.timers,
---
>                   NewTimers = NewState#state.timers,
199c199
<                                           timers = Timers}};
---
>                                           timers = NewTimers}};


Regards Ingela - OTP team

> Hi all,
> Anyone has a idea about below error & why it gets with
> http:request(get, {URL, []}, [{timeout, ?REQUEST_TIMEOUT},{autoredirect, true}], [{sync, > false}]) ???
>
> I have get it with R11B-2. Is this a bug in in inets ??
>
> regards,
>
> Sanjaya Vitharana
>
>
> ** Reason for termination == 
> ** {{badmatch,{timers,[{#Ref<0.0.1.257343>,#Ref<0.0.1.257345>}],undefined}},
>    [{httpc_handler,handle_call,3},
>     {gen_server,handle_msg,6},
>     {proc_lib,init_p,5}]}
> XML SVR : asyncronous request sending to web server REQUEST_TIMEOUT=12000 
[...]





More information about the erlang-questions mailing list