I understand that HTTP2 connection will allow file transfer between server and client to happen in a single connection.
In http world, file transfer will happen in separate connection, and this is a performance matter, hence files will be bundled and sent to client in a single connection so that server / client dont have to maintain multiple connection.
Does this mean in HTTP2, bundling wont be necessary?