All of lore.kernel.org
 help / color / mirror / Atom feed
* FYI: git issues with libcurl 8.0/1 HTTPS push
@ 2023-08-22 11:32 Daniel Stenberg
  2023-08-22 16:27 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Stenberg @ 2023-08-22 11:32 UTC (permalink / raw)
  To: git

Hello friends.

If you use git with libcurl 8.0.x or 8.1.x, there is a risk that you will 
experience a "curl 56 HTTP/2 stream N was reset" errors when pushing over 
HTTPS. (where N is an odd number, often 7)

This is an unfortunate bug in libcurl that has subsequently already been 
fixed. We recommend using libcurl 8.2.1 (or later).

You can work around this issue (that tends to be sticky) by forcing git to use 
HTTP/1.1 instead of HTTP/2 for the push and then restore back to the previous 
state again.

This bug was filed and has been discussed in this curl issue:

   https://github.com/curl/curl/issues/11353

I'm sorry for this incovenience.

-- 

  / daniel.haxx.se

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-22 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22 11:32 FYI: git issues with libcurl 8.0/1 HTTPS push Daniel Stenberg
2023-08-22 16:27 ` Junio C Hamano
2023-08-22 16:42   ` Daniel Stenberg
2023-08-22 16:59     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.