Skip to content
  • deuce's avatar
    Support for chunked mode ssjs files. In chunked mode, data written out from · 0f3bfb23
    deuce authored
    the SSJS script is sent immediately, and the keep-alvie session is maintained.
    chunked mode is ONLY sent to HTTP/1.1 clients, and is preferred over fast mode.
    
    This means fast mode is now only usefull for HTTP/1.0 and HTTP/0.9 requests.
    
    Still need to do chunked support for CGI scripts though.
    0f3bfb23