ソースを参照

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}), cancel_timer(State_2#state.inactivity_timer_ref, {eat_message, timeout}),
{noreply, State_2#state{inactivity_timer_ref = undefined}}; {noreply, State_2#state{inactivity_timer_ref = undefined}};
_ -> _ ->
{no_reply, set_inac_timer(State_2)}
{noreply, set_inac_timer(State_2)}
end; end;
State_1 -> State_1 ->
active_once(State_1), active_once(State_1),

読み込み中…
キャンセル
保存