You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
Once SelectableStream handling is done, create a proxy request handler that allows requests to a nio-http instance to be proxied onto another HTTP server.
As part of this, set the request handler to support multiple handlers per URI space. The idea here is that if multiple handlers are recognized at the same URI, the server can round robin them.
This would effectively turn nio-http into a quick load balancer.
The text was updated successfully, but these errors were encountered:
Once SelectableStream handling is done, create a proxy request handler that allows requests to a nio-http instance to be proxied onto another HTTP server.
As part of this, set the request handler to support multiple handlers per URI space. The idea here is that if multiple handlers are recognized at the same URI, the server can round robin them.
This would effectively turn nio-http into a quick load balancer.
The text was updated successfully, but these errors were encountered: