The HOL blocking simply refers to the Head of Line blocking, which mainly means that clients or browsers have limited access to a server, and new request coming in has to wait for other to complete, before it can be processed.
Http/2 solves this by using the multiplexing method, so that new requests can be issued over the same connection without waiting for the previous one to complete.