Skip to content

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 fabiobrz and gaol 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