I understand that in order to implement the reverse proxy, the original request is abandoned and instead, a new request is being made to the new destination, and then the response is sent back to the caller.
But is the new request done in an async way? In other words, will it block the thread while it is waiting for the response from the new destination?
Thank you
Roman
↧