Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
forgot this
Browse files Browse the repository at this point in the history
svn path=/trunk/xsp/; revision=38011
  • Loading branch information
gonzalop committed Dec 21, 2004
1 parent fbe3bf0 commit a794e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ApplicationServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public void ReuseSocket (Socket sock)
ThreadPool.QueueUserWorkItem (new WaitCallback (worker.Run));
}

public void RemoveSocket (Socket sock)
public void CloseSocket (Socket sock)
{
spool.RemoveReadSocket (sock);
}
Expand Down

0 comments on commit a794e7e

Please sign in to comment.