diff --git a/src/ibrowse_http_client.erl b/src/ibrowse_http_client.erl index 5aba784..d255a85 100644 --- a/src/ibrowse_http_client.erl +++ b/src/ibrowse_http_client.erl @@ -6,7 +6,7 @@ %%% Created : 11 Oct 2003 by Chandrashekhar Mullaparthi %%%------------------------------------------------------------------- -module(ibrowse_http_client). --vsn('$Id: ibrowse_http_client.erl,v 1.5 2006/03/17 10:05:18 chandrusf Exp $ '). +-vsn('$Id: ibrowse_http_client.erl,v 1.6 2006/05/31 22:02:06 chandrusf Exp $ '). -behaviour(gen_server). %%-------------------------------------------------------------------- @@ -207,7 +207,7 @@ handle_info({{send_req, [Url, Headers, Method, State_1#state{status = get_header, cur_req = NewReq}; _ -> - State_1#state{cur_req = NewReq} + State_1 end, case StreamTo of undefined -> diff --git a/vsn.mk b/vsn.mk index 742db41..4c5f0d3 100644 --- a/vsn.mk +++ b/vsn.mk @@ -1,2 +1,2 @@ -IBROWSE_VSN = 1.2 +IBROWSE_VSN = 1.2.1