]> git.kaiwu.me - nginx.git/commit
Sub filter: fixed incomplete last buffer on partial match.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 10:54:48 +0000 (14:54 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 10:54:48 +0000 (14:54 +0400)
commitce7a5a05375dbf452a2cbe136c922f7718c15d5c
tree53f2cac2330cdaaec962eff3785cf9bc82ee2810
parent68fab7c8c4722e86dc171f99ce795976574d4348
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".
src/http/modules/ngx_http_sub_filter_module.c