]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/http-curl-keepalive'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Apr 2025 18:43:13 +0000 (11:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Apr 2025 18:43:13 +0000 (11:43 -0700)
commit36acec7cb3c99c81b05079eaa67b0b151bade7f5
tree291be040e4211771e8e3463a1a2cf9b78f9b6fa4
parentc6b3824a193bc263a764d17def7df7f09ef82a2d
parent46e6f9af3ec063529738f4b5b0b97c28c005c365
Merge branch 'tb/http-curl-keepalive'

TCP keepalive behaviour on http transports can now be configured by
calling cURL library.

* tb/http-curl-keepalive:
  http.c: allow custom TCP keepalive behavior via config
  http.c: inline `set_curl_keepalive()`
  http.c: introduce `set_long_from_env()` for convenience
  http.c: remove unnecessary casts to long