Just learning sulley, so if this is already taken care of I apologize.
When defining a session it would be nice to have the option to specify if a
socket read should occur.
Example:
sess.connect(s_get("helo"))
sess.connect(s_get("helo"), s_get("mail from"))
When moving between the 'helo' request and 'mail from' request we should
try not reading from the socket and closing the connection.
From my understanding by reading the documentation a session is always
followed from start to end of the request graph. Part of this socket read
fuzzing would be to stop the session between requests and close the socket
without reading.
This would catch sig pipe issues in server processes.
Original issue reported on code.google.com by trav.e...@gmail.com on 10 Sep 2009 at 3:54
Original issue reported on code.google.com by
trav.e...@gmail.com
on 10 Sep 2009 at 3:54