Skip to content

Commit

Permalink
Fix for MODCLUSTER-216
Browse files Browse the repository at this point in the history
  • Loading branch information
jfclere committed Mar 28, 2011
1 parent 4a98d54 commit ff829e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ private String sendRequest(MCMPRequest request, Proxy proxy)
{
// Retry failed read/write with fresh connection
proxy.closeConnection();
line = sendRequest(proxy, head, body);
line = sendRequest(proxy, proxyhead, body);
}

BufferedReader reader = proxy.getConnectionReader();
Expand Down

0 comments on commit ff829e2

Please sign in to comment.