Skip to content

Commit 0475fa8

Browse files
committed
Add field 'channelOpened' to the copy constructor
1 parent a6447eb commit 0475fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reactor-netty-http/src/main/java/reactor/netty/http/server/AbstractHttpServerMetricsHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected AbstractHttpServerMetricsHandler(@Nullable Function<String, String> ur
6464

6565
protected AbstractHttpServerMetricsHandler(AbstractHttpServerMetricsHandler copy) {
6666
this.channelActivated = copy.channelActivated;
67+
this.channelOpened = copy.channelOpened;
6768
this.dataReceived = copy.dataReceived;
6869
this.dataReceivedTime = copy.dataReceivedTime;
6970
this.dataSent = copy.dataSent;

0 commit comments

Comments
 (0)