It cannot. There's more detailed reasoning at
https://trac.nginx.org/nginx/ticket/923, but the tl;dr is:
> nginx is already good at mitigating HTTP desync / request smuggling attacks, even without using HTTP/2 to backends. In particular because it normalizes Content-Length and Transfer-Encoding while routing requests (and also does not reuse connections to backend servers unless explicitly configured to do so)