[all-commits] [llvm/llvm-project] 1a5dfb: [clangd][remote] Add flag to set idletimeout

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Fri Feb 26 06:05:22 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a5dfb7db23e3c0aec0b4356a60b9d6b7c8f9683
      https://github.com/llvm/llvm-project/commit/1a5dfb7db23e3c0aec0b4356a60b9d6b7c8f9683
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2021-02-26 (Fri, 26 Feb 2021)

  Changed paths:
    M clang-tools-extra/clangd/index/remote/server/Server.cpp

  Log Message:
  -----------
  [clangd][remote] Add flag to set idletimeout

By default gRPC has no idletimeout and some firewalls might drop idle
connections after a certain period. This results in idle clients
shouting into void until server resets the connection.

Differential Revision: https://reviews.llvm.org/D97536




More information about the All-commits mailing list