Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-60049

Accept-Encoding does not indicate Brotli support

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.9.0 Beta 2
    • 5.9.0 Beta 1
    • WebEngine
    • None
    • Archlinux

    Description

      When loading https://httpbin.org/brotli with simplebrowser, it shows "Accept-Encoding": "gzip, deflate", indicating that there's no support for brotli encoding.

      Chromium 57 sends "Accept-Encoding": "gzip, deflate, sdch, br", and according to caniuse this should be the case since 55.

      FWIW, I found this in src/3rdparty/chromium/content/public/common/content_features.cc:

      // Enables brotli "Accept-Encoding" advertising and "Content-Encoding" support.
      // Brotli format specification: http://www.ietf.org/id/draft-alakuijala-brotli
      const base::Feature kBrotliEncoding{"brotli-encoding",
                                          base::FEATURE_ENABLED_BY_DEFAULT};
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            allan.jensen Allan Sandfeld Jensen
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes