All of lore.kernel.org
 help / color / mirror / Atom feed
* git over https and http 1.1
@ 2011-05-18 12:46 Nir.Friedman
  2011-05-19 20:31 ` Drew Northup
  0 siblings, 1 reply; 6+ messages in thread
From: Nir.Friedman @ 2011-05-18 12:46 UTC (permalink / raw)
  To: git

I am using git with https as the transport protocol. 
Response times were around 30 seconds before apache started processing the backend command. 
I added the flags -  BrowserMatch "git"      downgrade-1.0 force-response-1.0
 to the apache conf file, and response times were fast. 
This seems to mean that the libcurl library is not dealing correctly with HTTP 1/1 over SSL. Is this the best fix? 
If so, maybe appropriate documentation should be added to the git setup docs.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* git over https and http 1.1
@ 2011-05-18 12:30 Nir Friedman
  2011-05-18 12:41 ` Daniel Stenberg
  2011-05-19 14:39 ` Peter Vereshagin
  0 siblings, 2 replies; 6+ messages in thread
From: Nir Friedman @ 2011-05-18 12:30 UTC (permalink / raw)
  To: git

I am using git with https as the transport protocol.
Response times were around 30 seconds before apache started processing the
backend command.
I added the flags   [BrowserMatch "git"      downgrade-1.0
force-response-1.0] to the apache conf file, and response times were fast.
This seems to mean that the libcurl library is not dealing correctly with
HTTP 1/1 over SSL. Is this the best fix?
If so, maybe appropriate documentation should be added to the git setup
docs.


-Nirf

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

end of thread, other threads:[~2011-05-19 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-18 12:46 git over https and http 1.1 Nir.Friedman
2011-05-19 20:31 ` Drew Northup
2011-05-19 20:36   ` Daniel Stenberg
  -- strict thread matches above, loose matches on Subject: below --
2011-05-18 12:30 Nir Friedman
2011-05-18 12:41 ` Daniel Stenberg
2011-05-19 14:39 ` Peter Vereshagin

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.