[all-commits] [llvm/llvm-project] f2357d: [Debuginfod] Accept compressed encodings in client...

Daniel Thornburgh via All-commits all-commits at lists.llvm.org
Tue Oct 3 10:00:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2357daf12b29aee2ac4903a4431bf9a0dd06328
      https://github.com/llvm/llvm-project/commit/f2357daf12b29aee2ac4903a4431bf9a0dd06328
  Author: Daniel Thornburgh <dthorn at google.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M llvm/lib/Debuginfod/HTTPClient.cpp
    M llvm/test/tools/llvm-debuginfod-find/headers.test

  Log Message:
  -----------
  [Debuginfod] Accept compressed encodings in client (#68055)

All encodings that the underlying libcurl supports are automatically
detected and accepted. libcurl will then decompress on the fly. This
improves effective network transfer rate and prevents server-side
decompression for files stored compressed.

Fixes #63534




More information about the All-commits mailing list