Skip to content
  • Philipp Schafft's avatar
    Fix: Added some more HTTP/1.1 headers · 8941de32
    Philipp Schafft authored
    This adds to all responses:
     * "Accept-Encoding: identity"
     * "Connection: close"
     * "Allow: GET, SOURCE" or "Allow: GET" (on admin pages)
    
    This is to generate some infrastructure for Icecast to tell futur
    source clients what is supported.
    
    "Upgrade: TLS/1.0" should be added later when upgrade support is present.
    
    See: #2152
    8941de32