- fix crash when requesting to close a stream connection.
diff --git a/src/ibrowse_http_client.erl b/src/ibrowse_http_client.erl
index 4399fd8..7732254 100644
--- a/src/ibrowse_http_client.erl
+++ b/src/ibrowse_http_client.erl
@@ -197,7 +197,7 @@
     shutting_down(State),
     do_close(State),
     do_error_reply(State, closing_on_request),
-    {stop, normal, ok, State};
+    {stop, normal, State};
 
 handle_info({tcp_closed, _Sock}, State) ->    
     do_trace("TCP connection closed by peer!~n", []),