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
We recently added support for full-duplex mode: the proxy can stream the request/response bodies to the EPP. I would like to make that as the one and only mode of communication between the epp and the proxy.
Why is this needed:
To simplify the protocol, the code and the deployment of EPP.
The text was updated successfully, but these errors were encountered:
We made streaming the default in #552, next we should remove the buffered code path.
danehans
changed the title
EPP protocol: proxy<->epp should use request/response body streaming
EPP protocol: proxy<->epp remove the buffered code path
Apr 8, 2025
What would you like to be added:
We recently added support for full-duplex mode: the proxy can stream the request/response bodies to the EPP. I would like to make that as the one and only mode of communication between the epp and the proxy.
Why is this needed:
To simplify the protocol, the code and the deployment of EPP.
The text was updated successfully, but these errors were encountered: