aws / aws-lambda-nodejs-runtime-interface-client

Apache License 2.0
177 stars 57 forks source link

Handle invalid char when sending HTTP request to Runtime API #100

Closed andclt closed 5 months ago

andclt commented 5 months ago

Description of changes:

Handle invalid Delete char \x7F when sending HTTP request to Runtime API by replacing it with %7F.

Target (OCI, Managed Runtime, both): Both

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.