Просмотр исходного кода

Merge branch 'clear_inac_timeout_before_send' of https://github.com/fdmanana/ibrowse into fdmanana-clear_inac_timeout_before_send

pull/35/head
Chandrashekhar Mullaparthi 14 лет назад
Родитель
Сommit
7d0168ad76
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      src/ibrowse_http_client.erl

+ 1
- 0
src/ibrowse_http_client.erl Просмотреть файл

@ -683,6 +683,7 @@ send_req_1(From,
Headers, Method, Body, Options, Timeout,
#state{status = Status,
socket = Socket} = State) ->
cancel_timer(State#state.inactivity_timer_ref, {eat_message, timeout}),
ReqId = make_req_id(),
Resp_format = get_value(response_format, Options, list),
Caller_socket_options = get_value(socket_options, Options, []),

Загрузка…
Отмена
Сохранить