Custom handler processes multiple requests serially and not simultaneouslly
问题 Created a custom handler and behaves as my title states, but I need parallel processing of requests. This handler asks to a second machine for html content, images and other web page related content. But as every request gets kind of "queued" the result is a very slow response of content. Web browsers are able to send multiple requests at the same time, but this "problem" reduces it to a single request. I've verified this behavior logging the begging and ending of the handler. Never a request