Skip to content

EPP protocol: proxy<->epp remove the buffered code path #496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ahg-g opened this issue Mar 14, 2025 · 4 comments
Closed

EPP protocol: proxy<->epp remove the buffered code path #496

ahg-g opened this issue Mar 14, 2025 · 4 comments
Assignees

Comments

@ahg-g
Copy link
Contributor

ahg-g commented Mar 14, 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.

@danehans
Copy link
Contributor

+1

@ahg-g
Copy link
Contributor Author

ahg-g commented Apr 8, 2025

We made streaming the default in #552, next we should remove the buffered code path.

@danehans 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
@ahg-g
Copy link
Contributor Author

ahg-g commented Apr 8, 2025

/assign @kfswain

@kfswain
Copy link
Collaborator

kfswain commented Apr 22, 2025

Fixed in #672

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants