[RFC PATCH 1/4] Document the HTTP transport protocol
From: Scott Chacon <hidden>
Date: 2016-06-15 22:48:34
Hey, On Mon, Apr 5, 2010 at 11:09 PM, Junio C Hamano [off-list ref] wrote:
Scott Chacon [off-list ref] writes:quoted
On Thu, Oct 8, 2009 at 10:22 PM, Shawn O. Pearce [off-list ref] wrote:quoted
Signed-off-by: Shawn O. Pearce <redacted> --- Documentation/technical/http-protocol.txt | 542 +++++++++++++++++++++++++++++ 1 files changed, 542 insertions(+), 0 deletions(-) create mode 100644 Documentation/technical/http-protocol.txtI just spent a while looking for this in my email archive - why was this document not added to the technical/ dir? Can we put it there?Perhaps because it was marked as RFC and not much discussion went on? Sorry, but I cannot keep mental bandwidth to remember the threads from 6 months ago while doing this as a part-time non-job ;-)
I understand, it wasn't meant as a criticism, I was just curious why this file was never included. That the series was marked as RFC makes sense. Could I request that this one patch be included? Or if Shawn has a more recent one? I have found and extracted it and have it in a topic branch locally, but if someone else wanted to reference it to implement the HTTP stuff it would probably be really helpful to at least have something in the main tree. Thanks, Scott