Klaus Trainer 11 anni fa
parent
commit
00850b24c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl Vedi File

@ -1045,7 +1045,7 @@ parse_response(Data, #state{reply_buffer = Acc, reqs = Reqs,
raw_headers = Raw_headers,
http_status_code=StatCode};
false ->
State_0#state{recvd_headers=Headers_1, status=get_body,
State_0#state{recvd_headers=LCHeaders, status=get_body,
reply_buffer = <<>>,
http_status_code=StatCode}
end,

Caricamento…
Annulla
Salva