commit | 373794473a8a7cf6f6efe8f07b8363d58a9a44a7 | [log] [tgz] |
---|---|---|
author | Stefan Beller <sbeller@google.com> | Tue Feb 03 09:03:55 2015 -0800 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Apr 20 19:28:38 2015 +0900 |
tree | ad1f92aa19d1c52911fc867d96f6bae61ae0f9da | |
parent | e0ad57751b62daa58df820ff0c11b954cd183112 [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