Skip to content

Commit

Permalink
adamfisk#134 Removed unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Feb 19, 2014
1 parent a6e18e1 commit 5faad0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void respond(ProxyToServerConnection serverConnection, HttpFilters filters,
}

httpObject = filters.responsePost(httpObject);
if (httpObject == null && serverConnection != null) {
if (httpObject == null) {
forceDisconnect(serverConnection);
return;
}
Expand Down
45 changes: 0 additions & 45 deletions src/test/java/App.java

This file was deleted.

0 comments on commit 5faad0f

Please sign in to comment.