]> git.llucax.com Git - software/pymin.git/commit
Add a simple response to all commands.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 17:11:33 +0000 (14:11 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 17:11:33 +0000 (14:11 -0300)
commitb33b3ccf6aedaec3d33968d126131e3690319b90
tree33a50ed9d510b4d8c016942b1527586d5ffd07c1
parentd46203541c7463746edf19344d3ddbd1fb412128
Add a simple response to all commands.

The response consist of a success indicator ("OK") followed by the response
body lenght. The response body is command-dependant.
dispatcher.py
pymindaemon.py