xp-forge / lambda-ws

AWS Lambda Webservices for the XP Framework
1 stars 0 forks source link

Fix redirects yielding "null" #7

Closed thekid closed 2 years ago

thekid commented 2 years ago

Instead of actually performing the redirect, the HTTP API Gateway simply yielded a plain text response showing the word null. Problem is that the response might not have been flushed correctly, fix is to call Response::end().

thekid commented 2 years ago

Released in https://github.com/xp-forge/lambda-ws/releases/tag/v1.1.1