Changes between and of Initial VersionVersion 9Ticket #1955
- Timestamp:
- 02/01/2010 09:31:24 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1955
- Property cc jesstess added
- Property keywords review added
- Property branch changed from to branches/postfix-timeout-1955
- Property branch_author changed from to jesstess
- Property owner glyph deleted
-
Ticket #1955 – description
initial v9 1 1 I think after sent code to client, daemon should reset timeout. If data source is a big and slow object, getting and sending result to client may consume a lot of time, if you didn't reset the timer, the connection maybe lost before client reply to daemon. 2 2 3 {{{ 3 4 --- postfix.py.orig Tue Jul 25 00:57:49 2006 4 5 +++ postfix.py Tue Jul 25 01:08:13 2006 … … 11 12 def lineReceived(self, line): 12 13 self.resetTimeout() 14 }}}
