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