| 123456789101112131415161718192021222324 |
- 2010-06-24 Atsushi Enomoto <[email protected]>
- * HttpListenerManager.cs : finish pending wait handle when closing
- a listener. Fixed the issue on closing host/listener/channels.
- 2010-06-24 Atsushi Enomoto <[email protected]>
- * HttpStandaloneReplyChannel.cs : do not try to enter close loop
- between request context and this.
- 2010-06-23 Atsushi Enomoto <[email protected]>
- * HttpStandaloneChannelListener.cs
- HttpStandaloneReplyChannel.cs
- HttpStandaloneRequestContext.cs
- HttpListenerManagerTable.cs
- HttpChannelListenerEntry.cs
- HttpContextInfo.cs
- HttpListenerManager.cs :
- Refresh implementation for HTTP channel listener in new namespace,
- which works fine with throttling.
- It still has some issue in closing channels or listeners, so it
- does not replace existing implementation yet.
|