openfaas / golang-http-template

Golang templates for OpenFaaS using HTTP extensions
https://www.openfaas.com/
MIT License
106 stars 57 forks source link

Ensure closing of the body request #10

Closed rdimitrov closed 6 years ago

rdimitrov commented 6 years ago

Signed-off-by: Radoslav Dimitrov rdimitrow@gmail.com

Description

Close the body of the request when handling one

Closing #8

How Has This Been Tested?

Built a golang-middleware functions, deployed them in a local OpenFaaS environment and invoked them via the OpenFaas UI. This was done for both x86 and armhf use cases.

Updated the README.md file as well.

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have: