﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35354	Simplify ASGIRequest path handling.	Carlton Gibson	nobody	"Following the ASGI HTTP Connection Scope docs[0], the provided `path` is already the correct value that Django requires. 

In combination with `root_path`, from which `script_name` is derived, the `path_info` variable can is set. 
It's then redundant to re-calculate `path` from `script_name` and `path_info`. 

See also, a clarifying discussion on the ASGIref repo[1].  

[0]: https://asgi.readthedocs.io/en/latest/specs/www.html#http-connection-scope
[1]: https://github.com/django/asgiref/issues/424"	Cleanup/optimization	assigned	HTTP handling	5.0	Normal		asgi		Unreviewed	1	0	0	0	0	0
