Ignore:
Timestamp:
Aug 1, 2022, 12:54:31 PM (2 years ago)
Author:
alloc
Message:

Switched to use SpaceWizards.HttpListener

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/Web/SSE/EventBase.cs

    r372 r382  
    22using System.Collections.Generic;
    33using System.IO;
    4 using System.Net;
    54using System.Net.Sockets;
    65using System.Text;
    76using AllocsFixes.JSON;
     7using HttpListenerResponse = SpaceWizards.HttpListener.HttpListenerResponse;
    88
    99namespace AllocsFixes.NetConnections.Servers.Web.SSE {
     
    116116                                                        Log.Exception (e);
    117117                                                }
    118 
    119                                                 resp.Close ();
    120118                                        } catch (Exception e) {
    121119                                                currentlyOpen--;
Note: See TracChangeset for help on using the changeset viewer.