Skip to content
  • ale's avatar
    simplify the HTTP server structure · 292e4e71
    ale authored
    Refactor the HTTP handler hierarchy to make it simpler.
    
    Replace the ghost logging handler with a simpler one, that fires as soon
    as the HTTP request headers are sent (this is a better solution for
    long-lived connections).
    
    Add a debug page to track long-lived HTTP request.
    
    Add tests for the HTTP server.
    292e4e71