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
It'd be useful to add an option view response headers. In addition, a header that specifies the host that handled the request would be useful information for debugging.
The text was updated successfully, but these errors were encountered:
To get the host that handled the request, we'll need to extend our RPC libraries to propagate this information back via headers. I've been pushing for this feature for a while, but it requires every service in the stack to back-propagate this information for it to work.
However, yab can add information about which peer it specifically selected, which may not be useful when it's a proxy, but is useful in peer-to-peer cases.
It'd be useful to add an option view response headers. In addition, a header that specifies the host that handled the request would be useful information for debugging.
The text was updated successfully, but these errors were encountered: