Skip to content

Commit

Permalink
Merge pull request #103 from AsterNET/revert-97-fix/fastagi_start
Browse files Browse the repository at this point in the history
Revert "Clean up on socket initialization error"
  • Loading branch information
skrusty committed May 5, 2017
2 parents ae90d6d + 08a1406 commit db13bfa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Asterisk.2013/Asterisk.NET/FastAGI/AsteriskFastAGI.cs
Expand Up @@ -240,20 +240,6 @@ public void Start()
#endif
throw ex;
}
finally
{
if (serverSocket != null)
{
serverSocket.Close();
serverSocket = null;
}

pool.Shutdown();
#if LOGGER
logger.Info("AGIServer shut down.");
#endif
}

#if LOGGER
logger.Info("Listening on " + address + ":" + port + ".");
#endif
Expand Down

0 comments on commit db13bfa

Please sign in to comment.