2010/1/19 Iustin Pop <ius...@google.com>: > On Mon, Jan 18, 2010 at 04:54:20PM +0100, Michael Hanselmann wrote: >> Also fix a typo in http/__init__.py and add unittests >> for the LUXI parsing and formatting functions. > > I didn't look yet at the whole patch, but why adding "Message" to all > functions (and "Luxi" too, this is the luxi module)? > > ParseRequest, ParseResponse, FormatRequest, FormatResponse.
It has been a while since I wrote this code. I agree with dropping the “Luxi”. Proabably I added the “Message” since Luxi is a message-based protocol as it sends a request and then waits for the response. Are you fine with just removing “Luxi”? Regards, Michael