commit | cf700f23759762b60ab9b74e93d8bf268d99bc64 | [log] [tgz] |
---|---|---|
author | Stefan Beller <sbeller@google.com> | Tue Feb 03 09:03:55 2015 -0800 |
committer | Dave Borowitz <dborowitz@google.com> | Tue Feb 03 20:21:44 2015 +0000 |
tree | a07f6bb53b2998008fce88ec963d93ebf2b69533 | |
parent | c929b07f7d34c8f6c79a19b3de134068980e3bfe [diff] |
RestApiServlet: Flush pending padding as well This issue was found by scan.coverity.com (CID 19911) which is a static code analysis tool, free for open source code. Originally it was classified as a resource leak, but this is a miss classification as the auto closing of the OutputStream will flush any pending padding. Change-Id: I4dc2d1cd9f52740490fda7c37e98b115fa59ec3a