Skip to content
Snippets Groups Projects
  • ale's avatar
    292e4e71
    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
    History
    simplify the HTTP server structure
    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.