浏览代码

- fix crash when requesting to close a stream connection.

pull/22/head
jlo 14 年前
父节点
当前提交
5344ea2a1a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl 查看文件

@ -197,7 +197,7 @@ handle_info({stream_close, _Req_id}, State) ->
shutting_down(State),
do_close(State),
do_error_reply(State, closing_on_request),
{stop, normal, ok, State};
{stop, normal, State};
handle_info({tcp_closed, _Sock}, State) ->
do_trace("TCP connection closed by peer!~n", []),

正在加载...
取消
保存