Skip to content

Handle "Accept-Encoding: identity" for ".z" documents correctly.

Alexander Færøy requested to merge bugs/22206 into master

This patch ensures that Tor handles the "identity" encoding for ".z" and non-".z" documents correctly by serving deflated content when a user requests a ".z" document with "Accept-Encoding: identity" and a plaintext document when requesting a non-".z" document.

See: https://bugs.torproject.org/22206

Merge request reports