Skip to content
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

[issue-1287] added io.undertow Http2* replacement classes for io.unde… #1295

Open
wants to merge 4 commits into
base: 2.0.x
Choose a base branch
from

Conversation

rsearls
Copy link
Collaborator

@rsearls rsearls commented Dec 5, 2023

…rtow.Spdy* classes

-- REVIEW ACTION REQUESTED --
The files in this PR are intended to replace the io.undertow.Spdy* classes
with io.undertow.Http2* classes. io.undertow.Spdy* class were removed
and replaced with io.undertow.Http2* classes. Arquillian-cube implemented class
SpdyChannelWithoutFlowControl. New class Http2ChannelWithoutFlowControl
has been created to replace it. Is the code appropriate for the task?

Please pay particular attention to PortForward line 261. Is using
this.portForwardURI.getHost() the proper reference to use as "defaultHost"
in Http2ClientConnection?

Http2ChannelWithoutFlowControl line 19. There are 3 possible
constructors to Http2Channel. Is this the proper one to use and are the input
parameters appropriate?

Http2ChannelWithoutFlowControl line 33. Is this an appropriate way to
handle this IOException?

@rsearls rsearls self-assigned this Dec 5, 2023
@rsearls rsearls requested review from gaol and fabiobrz December 5, 2023 21:19
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

Successfully merging this pull request may close these issues.

1 participant