ChangeLog 832 B

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