소스 검색

Remove unused variable

pull/76/head
Paul Oliver 12 년 전
부모
커밋
d04d2078ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl 파일 보기

@ -996,7 +996,7 @@ chunk_request_body(Body, _ChunkSize, Acc) when is_list(Body) ->
parse_response(<<>>, #state{cur_req = undefined}=State) ->
State#state{status = idle};
parse_response(Data, #state{cur_req = undefined}=State) ->
parse_response(Data, #state{cur_req = undefined}) ->
do_trace("Data left to process when no pending request. ~1000.p~n", [Data]),
{error, data_in_status_idle};

불러오는 중...
취소
저장