Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
admin
admin
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • F-Droid
  • adminadmin
  • Issues
  • #188

Closed
Open
Opened Sep 30, 2020 by Michael Pöhn@uniqxDeveloper

f-droid.org reverse proxies deliver inconsistent Content-Encoding headers

I was just comparing the results querying the same file from our cnd servers:

  • curl --verbose --head --connect-to 217.160.165.113 https://f-droid.org/repo/org.xcsoar_119.log.gz
    (output: https://gitlab.com/-/snippets/2020648)
  • curl --verbose --head --connect-to 148.251.140.42 https://f-droid.org/repo/org.xcsoar_119.log.gz
    (output: https://gitlab.com/-/snippets/2020650)

and as you can see, I got slightly different responses:

336,337c420,421
< < Content-Encoding: x-gzip
< Content-Encoding: x-gzip
---
> < Content-Encoding: gzip
> Content-Encoding: gzip
Edited Sep 30, 2020 by Licaon_Kter
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: fdroid/admin#188