commit | ce7a5a05375dbf452a2cbe136c922f7718c15d5c | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Jul 25 14:54:48 2013 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Jul 25 14:54:48 2013 +0400 |
tree | 53f2cac2330cdaaec962eff3785cf9bc82ee2810 | |
parent | 68fab7c8c4722e86dc171f99ce795976574d4348 [diff] |
Sub filter: fixed incomplete last buffer on partial match. If a pattern was partially matched at a response end, partially matched string wasn't send. E.g., a response "fo" was truncated to an empty response if partially mathed by a pattern "foo".