[all-commits] [llvm/llvm-project] 937ac0: [llvm][HTTP] Apply WinHTTP timeout setting after W...

Stefan Grรคnitz via All-commits all-commits at lists.llvm.org
Sun Jul 12 10:44:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 937ac000a69012546d851638b1410cfe9f07980f
      https://github.com/llvm/llvm-project/commit/937ac000a69012546d851638b1410cfe9f07980f
  Author: Stefan Grรคnitz <stefan.graenitz at gmail.com>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M llvm/lib/Debuginfod/BuildIDFetcher.cpp
    M llvm/lib/HTTP/HTTPClient.cpp
    A llvm/test/tools/llvm-debuginfod-find/Inputs/delay_req.py
    M llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
    A llvm/test/tools/llvm-debuginfod-find/timeout.test
    M llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp

  Log Message:
  -----------
  [llvm][HTTP] Apply WinHTTP timeout setting after WinHttpOpen (#188969)

`setTimeout()` required the session handle, but it was only created
inside `HTTPClient::perform()`. This patch stores the incoming value and
applies it after the session handle is created with `WinHttpOpen()`.

---------

Co-authored-by: Nerixyz <nerixdev at outlook.de>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list