- Cleaned up fix to prevent additional nesting - Added unit test Fixes error: ``` > splits = [p.partition(b"=") for p in request.body.split(b"&")] E AttributeError: 'NoneType' object has no attribute 'split' ```