commit | 9114f08863cd6dd8a523a843fcf9be2a4518d60b | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri May 11 13:14:58 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri May 11 13:14:58 2012 +0000 |
tree | ae34dc22f0714046f770f98c836b600d790f6054 | |
parent | b34f84d8de0d834f26253579491f081bcb441a64 [diff] |
Fastcgi: fixed padding handling on fixed-size records. Padding was incorrectly ignored on end request, empty stdout and stderr fastcgi records. This resulted in protocol desynchronization if fastcgi application used these records with padding for some reason. Reported by Ilia Vinokurov.