Skip to content

Commit

Permalink
reapplied pull request#262 which was lost in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Jul 10, 2012
1 parent 916d068 commit efca163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -271,7 +271,6 @@ public DefaultHttpServerResponse sendFile(String filename) {
}

conn.responseComplete();

}

return this;
Expand Down
Expand Up @@ -178,6 +178,7 @@ abstract class NetServer {
*/
NetServer setTCPKeepAlive(boolean keepAlive) {
jServer.setTCPKeepAlive(keepAlive)
this
}

/**
Expand Down Expand Up @@ -242,7 +243,7 @@ abstract class NetServer {
* @return true if TCP keep alive is enabled
*/
Boolean isTCPKeepAlive() {
return jServer.isTCPKeepAlive()
jServer.isTCPKeepAlive()
}

/**
Expand Down

0 comments on commit efca163

Please sign in to comment.