Re: [PATCH 2/2] MINOR: Add srv_conn_free sample fetch

2018-08-27 Thread Patrick Hemmer
On 2018/8/22 04:05, Willy Tarreau wrote: > On Thu, Aug 09, 2018 at 06:46:29PM -0400, Patrick Hemmer wrote: >> This adds the 'srv_conn_free([/])' sample fetch. This fetch >> provides the number of available connections on the designated server. > Fine with this as well, though just like with the

Re: [PATCH 2/2] MINOR: Add srv_conn_free sample fetch

2018-08-27 Thread Willy Tarreau
On Mon, Aug 27, 2018 at 10:27:57AM -0400, Patrick Hemmer wrote: > Adjusted from previous submission to handle dynamic maxconn, maxconn < > currconn, and cleanup documentation note. Applied, thanks Patrick. Willy

Re: [PATCH 2/2] MINOR: Add srv_conn_free sample fetch

2018-08-22 Thread Willy Tarreau
On Thu, Aug 09, 2018 at 06:46:29PM -0400, Patrick Hemmer wrote: > > This adds the 'srv_conn_free([/])' sample fetch. This fetch > provides the number of available connections on the designated server. Fine with this as well, though just like with the previous one, I disagree with this special

[PATCH 2/2] MINOR: Add srv_conn_free sample fetch

2018-08-09 Thread Patrick Hemmer
This adds the 'srv_conn_free([/])' sample fetch. This fetch provides the number of available connections on the designated server. --- doc/configuration.txt | 21 ++--- src/backend.c | 22 ++ 2 files changed, 40 insertions(+), 3 deletions(-) diff