Skip to content

Commit b2f86cc

Browse files
committed
reply to wip
fixes #133 Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent bb1216f commit b2f86cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMQ.AMQP.Client/Impl/AmqpConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ private void HandleProperties(Fields properties)
670670
// check if the broker supports filter expressions
671671
// this is a feature that was introduced in RabbitMQ 4.2.0
672672
_featureFlags.IsSqlFeatureEnabled = Utils.Is4_2_OrMore(brokerVersion);
673-
673+
674674
_featureFlags.IsDirectReplyToSupported = Utils.Is4_2_OrMore(brokerVersion);
675675

676676
_featureFlags.IsFilterFeatureEnabled = Utils.SupportsFilterExpressions(brokerVersion);

0 commit comments

Comments
 (0)