]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge