Zappa
Zappa copied to clipboard
Handle spaces in x-forwared-for/remove six (#1127)
- Whitespace in X-Forwarded-For is optional and therefore should handle the case when there is no whitespace (contribution by naresh-uplight)
- :fire: remove six from zappa dependencies
- :wrench: Fix url decoding for query string (contribution by choich)
sixis still a sub-dependency of boto3, but no longer required directly by zappa.
Related Issue(s): https://github.com/zappa/Zappa/issues/879 https://github.com/zappa/Zappa/issues/1127 https://github.com/zappa/Zappa/issues/1164
Related PR: https://github.com/zappa/Zappa/pull/972 (integrated into this PR) contribution by (pauldes)