瀏覽代碼

Fix misspelled value 'no_reply' => 'noreply'

pull/29/head
Filipe David Manana 14 年之前
父節點
當前提交
53753a26ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/ibrowse_http_client.erl

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

@ -335,7 +335,7 @@ handle_sock_data(Data, #state{status = get_body,
cancel_timer(State_2#state.inactivity_timer_ref, {eat_message, timeout}),
{noreply, State_2#state{inactivity_timer_ref = undefined}};
_ ->
{no_reply, set_inac_timer(State_2)}
{noreply, set_inac_timer(State_2)}
end;
State_1 ->
active_once(State_1),

Loading…
取消
儲存