twisted / twisted

Event-driven networking engine written in Python.
https://twisted.org
Other
5.58k stars 1.17k forks source link

procmon.DummyTransport doesn't implement ITransport and is pretty much completely bogus. #2693

Open twisted-trac opened 17 years ago

twisted-trac commented 17 years ago
dreid's avatar @dreid reported
Trac ID trac#2693
Type defect
Created 2007-06-06 17:55:08Z

Most notably it does not implement loseConnection, which means when LineReciever.lineLengthExceeded is called there is an exception and procmon stops logging input from the child processes.

Searchable metadata ``` trac-id__2693 2693 type__defect defect reporter__dreid dreid priority__normal normal milestone__ branch__ branch_author__ status__new new resolution__None None component__runner runner keywords__ time__1181152508000000 1181152508000000 changetime__1181152508000000 1181152508000000 version__None None owner__ ```
twisted-trac commented 13 years ago
Automation's avatar Automation removed owner