Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asgi: check raw_path is not None (#719)
The ASGI spec (https://asgi.readthedocs.io/en/latest/specs/www.html#http) seems to imply that `None` is a valid value, so we need to check the value itself, not just whether the key is present. In particular, the [mangum](https://github.com/erm/mangum) adapter passes `None` for this key.
- Loading branch information