https://sourceware.org/bugzilla/show_bug.cgi?id=27277

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #5 from Mark Wielaard <mark at klomp dot org> ---
commit ff5056c7d78b925fbd49997dc88183f6c859ac7f
Author: Noah Sanci <nsa...@redhat.com>
Date:   Tue Aug 10 11:21:35 2021 -0400

    debuginfod: PR27277 - Describe retrieved files when verbose

    Allow users, with enough verbosity, to print the HTTP response headers
    upon retrieving a file. These files may include several custome http
    response headers such as X-DEBUGINFOD-FILE, X-DEBUGINFOD-SIZE, and
    X-DEBUGINFOD-ARCHIVE. These headers are added from the daemon, in
    debuginfod.cxx.

    E.g output:

    HTTP/1.1 200 OK
    Connection: Keep-Alive
    Content-Length: 4095072
    Cache-Control: public
    Last-Modified: Thu, 09 Sep 2021 19:06:40 GMT
    X-FILE: debuginfod
    X-FILE-SIZE: 4095072
    Content-Type: application/octet-stream
    Date: Fri, 10 Sep 2021 16:38:06 GMT

    https://sourceware.org/bugzilla/show_bug.cgi?id=27277

    Signed-off-by: Noah Sanci <nsa...@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to