Skip to content

Commit

Permalink
Initialize HttpChannel in DelegateConnection to create Violation List…
Browse files Browse the repository at this point in the history
…eners.

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
  • Loading branch information
lachlan-roberts committed Aug 20, 2024
1 parent 0c17833 commit 27a5f44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public void handle() throws IOException {
new DelegateConnectionMetadata(_endpoint, this, _connector);
HttpChannelState httpChannel = new HttpChannelState(connectionMetaData);
httpChannel.setHttpStream(new DelegateHttpStream(_endpoint, this, httpChannel));
httpChannel.initialize();

// Generate the Request MetaData.
String method = delegateExchange.getMethod();
Expand Down

0 comments on commit 27a5f44

Please sign in to comment.