ibrowse bug

chandru chandrashekhar.mullaparthi@REDACTED
Fri Mar 17 11:30:10 CET 2006


Hi,

I discovered a bug in ibrowse when handling the "100 Continue"
response from a server. A patch has been applied to the
ibrowse_http_client.erl in jungerl. A diff is shown below.

cheers
Chandru

Chandrus-Mac:~/jungerl_root/jungerl/lib/ibrowse/src chandru$ cvs diff
-r1.4 -r1.5 ibrowse_http_client.erl
Index: ibrowse_http_client.erl
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/ibrowse/src/ibrowse_http_client.erl,v
retrieving revision 1.4
retrieving revision 1.5
diff -r1.4 -r1.5
9c9
< -vsn('$Id: ibrowse_http_client.erl,v 1.4 2005/12/08 12:05:07
chandrusf Exp $ ').
---
> -vsn('$Id: ibrowse_http_client.erl,v 1.5 2006/03/17 10:05:18 chandrusf Exp $ ').
665c665,666
<                   parse_response(Data_1, State_1);
---
>                   parse_response(Data_1, State_1#state{recvd_headers = [],
>                                                        status = get_header});



More information about the erlang-questions mailing list