We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489f133 commit 23edfb3Copy full SHA for 23edfb3
include/ts/ts.h
@@ -1615,10 +1615,9 @@ char const *TSHttpNextHopStrategyNameGet(void const *strategy);
1615
1616
/**
1617
Retrieves a pointer to the named strategy in the strategy table.
1618
- This will return nullptr if no strategy is set.
1619
-
1620
- This uses the current transaction's state machine to get
1621
- access to UrlRewrite's NextHopStrategyFactory.
+ Returns nullptr if no strategy is set.
+ This uses the current transaction's state machine to get
+ access to UrlRewrite's NextHopStrategyFactory.
1622
1623
@param txnp HTTP transaction which holds the strategy table.
1624
@param name of the strategy to look up.
0 commit comments