Re: [PATCH 7/8] http: factor out http error code handling

2012-08-28 Thread Junio C Hamano
Jeff King writes: > Most of our http requests go through the http_request() > interface, which does some nice post-processing on the > results. In particular, it handles prompting for missing > credentials as well as approving and rejecting valid or > invalid credentials. Unfortunately, it only h

[PATCH 7/8] http: factor out http error code handling

2012-08-27 Thread Jeff King
Most of our http requests go through the http_request() interface, which does some nice post-processing on the results. In particular, it handles prompting for missing credentials as well as approving and rejecting valid or invalid credentials. Unfortunately, it only handles GET requests. Making it