On Tue, Feb 21, 2012 at 20:17, Michael Hanselmann <han...@google.com> wrote: > Until now HTTP requests were handled in the same class as incoming > connections (http.server.HttpServer). With this change the request > handling is delegated to a separate class which can be re-used in tests > without creating a socket, etc. > > Signed-off-by: Michael Hanselmann <han...@google.com> > --- > lib/http/server.py | 21 +++++++++++++++------ > lib/server/noded.py | 16 ++++++++++------ > lib/server/rapi.py | 24 +++++++++++------------- > 3 files changed, 36 insertions(+), 25 deletions(-)
LGTM :) René