[erlang-bugs] httpc exits

mats cronqvist masse@REDACTED
Thu Mar 12 00:04:18 CET 2009



  In httpc_handler.erl;

handle_info({tcp_closed, _}, State) ->
    {stop, session_remotly_closed, State};

  This will generate a 300-line error report if the server we're
  talking to closes the socket.  Is there any reason to expect that a
  user of the http client wants this?  I sure don't.

  mats




More information about the erlang-bugs mailing list