Skip to content

Commit

Permalink
Merge pull request #260 from GoogleCloudPlatform:violationListener
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 665152522
Change-Id: Ic400711139f630bbc28342daec4b1871edbefa2d
  • Loading branch information
gae-java-bot committed Aug 20, 2024
2 parents 0c17833 + 27a5f44 commit d576d17
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 d576d17

Please sign in to comment.