Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • consumer_app consumer_app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • consumer_appconsumer_app
  • Merge requests
  • !206

Disable gzip compression for rss chat request

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alp Deniz Ogut requested to merge fix_rss_chat into dev Sep 26, 2023
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

RSS plugin uses Gzip compression by default and current backend implementation cannot support gzip compression on streams.

Disabling gzip completely seems not to be justifiable, considered the volume of information it relays.

This MR disables gzip for rss chat endpoint by setting 'Accept-Encoding':'identity' header.

Edited Sep 26, 2023 by Alp Deniz Ogut
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_rss_chat