git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] HTTP refactoring/cleanup
@ 2005-11-18 19:02 Nick Hengeveld
  0 siblings, 0 replies; only message in thread
From: Nick Hengeveld @ 2005-11-18 19:02 UTC (permalink / raw)
  To: git

The following set of patches cleans up http-fetch and http-push.

- Common HTTP code has been moved to http.c/http.h.  While
  curl-specific code still exists in both http-fetch and http-push,
  it is a step in the direction of allowing use of a different HTTP
  request library if someone is so inclined.

- Object request functions and data have been renamed to keep clear
  what types of requests are being processed, which will make it
  easier to process additional types of requests in parallel (eg.
  starting pack downloads immediately when an object 404s)

- The reliability and performance of http-fetch has been improved when
  built in an environment without curl multi support.

- XML parsing in http-push has been improved, which will make it
  easier to add functionality to update remote server info.

-- 
For a successful technology, reality must take precedence over public
relations, for nature cannot be fooled.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-18 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-18 19:02 [PATCH 0/5] HTTP refactoring/cleanup Nick Hengeveld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).