pyst2/asterisk
ralf df35521c5b - use socket.makefile for the socket, it's so much easier
- don't put a file object in the queue when receiving, just the list of
  lines read
- fix parsing of message in ManagerMsg:
  - don't ignore blank lines
  - put everything after an invalid header into data
- in _receive_data:
  - read whole lines -- socket.makefile makes it possible
  - if an invalid header is encountered read until END COMMAND marker
  - put list of lines into the queue, not an artificial file object


git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@5 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
2010-06-18 08:31:10 +00:00
..
__init__.py - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
agi.py - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
agitb.py - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
config.py - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
manager.py - use socket.makefile for the socket, it's so much easier 2010-06-18 08:31:10 +00:00