blob: 085bb1bf759eef506beb94c21fe089a2e07eadec [file] [log] [blame]
Willy Tarreaubaaee002006-06-26 02:48:02 +02001/*
2 * Backend variables and functions.
3 *
Willy Tarreau1a7eca12013-01-07 22:38:03 +01004 * Copyright 2000-2013 Willy Tarreau <w@1wt.eu>
Willy Tarreaubaaee002006-06-26 02:48:02 +02005 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 *
11 */
12
13#include <errno.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020014#include <stdio.h>
15#include <stdlib.h>
16#include <syslog.h>
Willy Tarreauf19cf372006-11-14 15:40:51 +010017#include <string.h>
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +020018#include <ctype.h>
Dmitry Sivachenkocaf58982009-08-24 15:11:06 +040019#include <sys/types.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020020
Willy Tarreau63617db2021-10-06 18:23:40 +020021#include <import/ebmbtree.h>
22
Willy Tarreau4c7e4b72020-05-27 12:58:42 +020023#include <haproxy/api.h>
Willy Tarreau5d9ddc52021-10-06 19:54:09 +020024#include <haproxy/acl.h>
25#include <haproxy/activity.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020026#include <haproxy/arg.h>
27#include <haproxy/backend.h>
Willy Tarreauf1d32c42020-06-04 21:07:02 +020028#include <haproxy/channel.h>
Willy Tarreau4aa573d2020-06-04 18:21:56 +020029#include <haproxy/check.h>
Willy Tarreau762d7a52020-06-04 11:23:07 +020030#include <haproxy/frontend.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020031#include <haproxy/global.h>
Willy Tarreau8d366972020-05-27 16:10:29 +020032#include <haproxy/hash.h>
Willy Tarreaucd72d8c2020-06-02 19:11:26 +020033#include <haproxy/http.h>
Willy Tarreauc2b1ff02020-06-04 21:21:03 +020034#include <haproxy/http_ana.h>
Willy Tarreau87735332020-06-04 09:08:41 +020035#include <haproxy/http_htx.h>
Willy Tarreau16f958c2020-06-03 08:44:35 +020036#include <haproxy/htx.h>
Willy Tarreaufbe8da32020-06-04 14:34:27 +020037#include <haproxy/lb_chash.h>
Willy Tarreaub5fc3bf2020-06-04 14:37:38 +020038#include <haproxy/lb_fas.h>
Willy Tarreau02549412020-06-04 14:41:04 +020039#include <haproxy/lb_fwlc.h>
Willy Tarreau546ba422020-06-04 14:45:03 +020040#include <haproxy/lb_fwrr.h>
Willy Tarreau28671592020-06-04 20:22:59 +020041#include <haproxy/lb_map.h>
Willy Tarreauaeed4a82020-06-04 22:01:04 +020042#include <haproxy/log.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020043#include <haproxy/namespace.h>
Willy Tarreau8efbdfb2020-06-04 11:29:21 +020044#include <haproxy/obj_type.h>
Willy Tarreau469509b2020-06-04 15:13:30 +020045#include <haproxy/payload.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020046#include <haproxy/proto_tcp.h>
47#include <haproxy/protocol.h>
Willy Tarreaua264d962020-06-04 22:29:18 +020048#include <haproxy/proxy.h>
Willy Tarreaua55c4542020-06-04 22:59:39 +020049#include <haproxy/queue.h>
Willy Tarreaub2551052020-06-09 09:07:15 +020050#include <haproxy/sample.h>
Willy Tarreau5edca2f2022-05-27 09:25:10 +020051#include <haproxy/sc_strm.h>
Willy Tarreau1e56f922020-06-04 23:20:13 +020052#include <haproxy/server.h>
Willy Tarreau48d25b32020-06-04 18:58:52 +020053#include <haproxy/session.h>
Willy Tarreau209108d2020-06-04 20:30:20 +020054#include <haproxy/ssl_sock.h>
Willy Tarreaucb086c62022-05-27 09:47:12 +020055#include <haproxy/stconn.h>
Willy Tarreaudfd3de82020-06-04 23:46:14 +020056#include <haproxy/stream.h>
Willy Tarreaucea0e1b2020-06-04 17:25:40 +020057#include <haproxy/task.h>
Willy Tarreauc2f7c582020-06-02 18:15:32 +020058#include <haproxy/ticks.h>
Willy Tarreau92b4f132020-06-01 11:05:15 +020059#include <haproxy/time.h>
Willy Tarreaudfd3de82020-06-04 23:46:14 +020060#include <haproxy/trace.h>
Willy Tarreau732eac42015-07-09 11:40:25 +020061
Christopher Fauleteea8fc72019-11-05 16:18:10 +010062#define TRACE_SOURCE &trace_strm
63
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -050064int be_lastsession(const struct proxy *be)
65{
66 if (be->be_counters.last_sess)
67 return now.tv_sec - be->be_counters.last_sess;
68
69 return -1;
70}
71
Bhaskar98634f02013-10-29 23:30:51 -040072/* helper function to invoke the correct hash method */
Dan Dubovikbd57a9f2014-07-08 08:51:03 -070073static unsigned int gen_hash(const struct proxy* px, const char* key, unsigned long len)
Bhaskar98634f02013-10-29 23:30:51 -040074{
Dan Dubovikbd57a9f2014-07-08 08:51:03 -070075 unsigned int hash;
Bhaskar98634f02013-10-29 23:30:51 -040076
77 switch (px->lbprm.algo & BE_LB_HASH_FUNC) {
78 case BE_LB_HFCN_DJB2:
79 hash = hash_djb2(key, len);
80 break;
Willy Tarreaua0f42712013-11-14 14:30:35 +010081 case BE_LB_HFCN_WT6:
82 hash = hash_wt6(key, len);
83 break;
Willy Tarreau324f07f2015-01-20 19:44:50 +010084 case BE_LB_HFCN_CRC32:
85 hash = hash_crc32(key, len);
86 break;
Bhaskar98634f02013-10-29 23:30:51 -040087 case BE_LB_HFCN_SDBM:
88 /* this is the default hash function */
89 default:
90 hash = hash_sdbm(key, len);
91 break;
92 }
93
94 return hash;
95}
96
Willy Tarreaubaaee002006-06-26 02:48:02 +020097/*
98 * This function recounts the number of usable active and backup servers for
99 * proxy <p>. These numbers are returned into the p->srv_act and p->srv_bck.
Willy Tarreaub625a082007-11-26 01:15:43 +0100100 * This function also recomputes the total active and backup weights. However,
Willy Tarreauf4cca452008-03-08 21:42:54 +0100101 * it does not update tot_weight nor tot_used. Use update_backend_weight() for
Willy Tarreaub625a082007-11-26 01:15:43 +0100102 * this.
Emeric Brun52a91d32017-08-31 14:41:55 +0200103 * This functions is designed to be called before server's weight and state
104 * commit so it uses 'next' weight and states values.
Christopher Faulet5b517552017-06-09 14:17:53 +0200105 *
106 * threads: this is the caller responsibility to lock data. For now, this
107 * function is called from lb modules, so it should be ok. But if you need to
108 * call it from another place, be careful (and update this comment).
Willy Tarreaubaaee002006-06-26 02:48:02 +0200109 */
Willy Tarreauc5d9c802009-10-01 09:17:05 +0200110void recount_servers(struct proxy *px)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200111{
112 struct server *srv;
113
Willy Tarreau20697042007-11-15 23:26:18 +0100114 px->srv_act = px->srv_bck = 0;
115 px->lbprm.tot_wact = px->lbprm.tot_wbck = 0;
Willy Tarreaub625a082007-11-26 01:15:43 +0100116 px->lbprm.fbck = NULL;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200117 for (srv = px->srv; srv != NULL; srv = srv->next) {
Emeric Brun52a91d32017-08-31 14:41:55 +0200118 if (!srv_willbe_usable(srv))
Willy Tarreaub625a082007-11-26 01:15:43 +0100119 continue;
120
Willy Tarreauc93cd162014-05-13 15:54:22 +0200121 if (srv->flags & SRV_F_BACKUP) {
Willy Tarreaub625a082007-11-26 01:15:43 +0100122 if (!px->srv_bck &&
Willy Tarreauf4cca452008-03-08 21:42:54 +0100123 !(px->options & PR_O_USE_ALL_BK))
Willy Tarreaub625a082007-11-26 01:15:43 +0100124 px->lbprm.fbck = srv;
125 px->srv_bck++;
Andrew Rodland13d5ebb2016-10-25 12:49:45 -0400126 srv->cumulative_weight = px->lbprm.tot_wbck;
Emeric Brun52a91d32017-08-31 14:41:55 +0200127 px->lbprm.tot_wbck += srv->next_eweight;
Willy Tarreaub625a082007-11-26 01:15:43 +0100128 } else {
129 px->srv_act++;
Andrew Rodland13d5ebb2016-10-25 12:49:45 -0400130 srv->cumulative_weight = px->lbprm.tot_wact;
Emeric Brun52a91d32017-08-31 14:41:55 +0200131 px->lbprm.tot_wact += srv->next_eweight;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200132 }
133 }
Willy Tarreaub625a082007-11-26 01:15:43 +0100134}
Willy Tarreau20697042007-11-15 23:26:18 +0100135
Willy Tarreaub625a082007-11-26 01:15:43 +0100136/* This function simply updates the backend's tot_weight and tot_used values
137 * after servers weights have been updated. It is designed to be used after
138 * recount_servers() or equivalent.
Christopher Faulet5b517552017-06-09 14:17:53 +0200139 *
140 * threads: this is the caller responsibility to lock data. For now, this
141 * function is called from lb modules, so it should be ok. But if you need to
142 * call it from another place, be careful (and update this comment).
Willy Tarreaub625a082007-11-26 01:15:43 +0100143 */
Willy Tarreauc5d9c802009-10-01 09:17:05 +0200144void update_backend_weight(struct proxy *px)
Willy Tarreaub625a082007-11-26 01:15:43 +0100145{
Willy Tarreau20697042007-11-15 23:26:18 +0100146 if (px->srv_act) {
147 px->lbprm.tot_weight = px->lbprm.tot_wact;
148 px->lbprm.tot_used = px->srv_act;
149 }
Willy Tarreaub625a082007-11-26 01:15:43 +0100150 else if (px->lbprm.fbck) {
151 /* use only the first backup server */
Emeric Brun52a91d32017-08-31 14:41:55 +0200152 px->lbprm.tot_weight = px->lbprm.fbck->next_eweight;
Willy Tarreaub625a082007-11-26 01:15:43 +0100153 px->lbprm.tot_used = 1;
Willy Tarreau20697042007-11-15 23:26:18 +0100154 }
155 else {
Willy Tarreaub625a082007-11-26 01:15:43 +0100156 px->lbprm.tot_weight = px->lbprm.tot_wbck;
157 px->lbprm.tot_used = px->srv_bck;
Willy Tarreau20697042007-11-15 23:26:18 +0100158 }
Willy Tarreaub625a082007-11-26 01:15:43 +0100159}
160
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200161/*
162 * This function tries to find a running server for the proxy <px> following
163 * the source hash method. Depending on the number of active/backup servers,
164 * it will either look for active servers, or for backup servers.
165 * If any server is found, it will be returned. If no valid server is found,
166 * NULL is returned.
167 */
Willy Tarreau59884a62019-01-02 14:48:31 +0100168static struct server *get_server_sh(struct proxy *px, const char *addr, int len, const struct server *avoid)
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200169{
170 unsigned int h, l;
171
172 if (px->lbprm.tot_weight == 0)
173 return NULL;
174
175 l = h = 0;
176
177 /* note: we won't hash if there's only one server left */
178 if (px->lbprm.tot_used == 1)
179 goto hash_done;
180
181 while ((l + sizeof (int)) <= len) {
182 h ^= ntohl(*(unsigned int *)(&addr[l]));
183 l += sizeof (int);
184 }
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -0500185 if ((px->lbprm.algo & BE_LB_HASH_MOD) == BE_LB_HMOD_AVAL)
Willy Tarreau798a39c2010-11-24 15:04:29 +0100186 h = full_hash(h);
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200187 hash_done:
Willy Tarreau6c30be52019-01-14 17:07:39 +0100188 if ((px->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
Willy Tarreau59884a62019-01-02 14:48:31 +0100189 return chash_get_server_hash(px, h, avoid);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200190 else
191 return map_get_server_hash(px, h);
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200192}
193
194/*
195 * This function tries to find a running server for the proxy <px> following
196 * the URI hash method. In order to optimize cache hits, the hash computation
197 * ends at the question mark. Depending on the number of active/backup servers,
198 * it will either look for active servers, or for backup servers.
199 * If any server is found, it will be returned. If no valid server is found,
Willy Tarreaua9a72492019-01-14 16:14:15 +0100200 * NULL is returned. The lbprm.arg_opt{1,2,3} values correspond respectively to
Willy Tarreau3d1119d2020-09-23 08:05:47 +0200201 * the "whole" optional argument (boolean, bit0), the "len" argument (numeric)
202 * and the "depth" argument (numeric).
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200203 *
204 * This code was contributed by Guillaume Dallaire, who also selected this hash
205 * algorithm out of a tens because it gave him the best results.
206 *
207 */
Willy Tarreau59884a62019-01-02 14:48:31 +0100208static struct server *get_server_uh(struct proxy *px, char *uri, int uri_len, const struct server *avoid)
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200209{
Dan Dubovikbd57a9f2014-07-08 08:51:03 -0700210 unsigned int hash = 0;
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200211 int c;
212 int slashes = 0;
Bhaskar98634f02013-10-29 23:30:51 -0400213 const char *start, *end;
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200214
215 if (px->lbprm.tot_weight == 0)
216 return NULL;
217
218 /* note: we won't hash if there's only one server left */
219 if (px->lbprm.tot_used == 1)
220 goto hash_done;
221
Willy Tarreaua9a72492019-01-14 16:14:15 +0100222 if (px->lbprm.arg_opt2) // "len"
223 uri_len = MIN(uri_len, px->lbprm.arg_opt2);
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200224
Bhaskar98634f02013-10-29 23:30:51 -0400225 start = end = uri;
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200226 while (uri_len--) {
Willy Tarreaufad4ffc2014-10-17 12:11:50 +0200227 c = *end;
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200228 if (c == '/') {
229 slashes++;
Willy Tarreaua9a72492019-01-14 16:14:15 +0100230 if (slashes == px->lbprm.arg_opt3) /* depth+1 */
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200231 break;
232 }
Willy Tarreau3d1119d2020-09-23 08:05:47 +0200233 else if (c == '?' && !(px->lbprm.arg_opt1 & 1)) // "whole"
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200234 break;
Willy Tarreaufad4ffc2014-10-17 12:11:50 +0200235 end++;
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200236 }
Bhaskar98634f02013-10-29 23:30:51 -0400237
238 hash = gen_hash(px, start, (end - start));
239
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -0500240 if ((px->lbprm.algo & BE_LB_HASH_MOD) == BE_LB_HMOD_AVAL)
Willy Tarreau798a39c2010-11-24 15:04:29 +0100241 hash = full_hash(hash);
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200242 hash_done:
Willy Tarreau6c30be52019-01-14 17:07:39 +0100243 if ((px->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
Willy Tarreau59884a62019-01-02 14:48:31 +0100244 return chash_get_server_hash(px, hash, avoid);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200245 else
246 return map_get_server_hash(px, hash);
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200247}
248
Christopher Faulet5b517552017-06-09 14:17:53 +0200249/*
Willy Tarreau01732802007-11-01 22:48:15 +0100250 * This function tries to find a running server for the proxy <px> following
251 * the URL parameter hash method. It looks for a specific parameter in the
252 * URL and hashes it to compute the server ID. This is useful to optimize
253 * performance by avoiding bounces between servers in contexts where sessions
254 * are shared but cookies are not usable. If the parameter is not found, NULL
255 * is returned. If any server is found, it will be returned. If no valid server
256 * is found, NULL is returned.
Willy Tarreau01732802007-11-01 22:48:15 +0100257 */
Willy Tarreau59884a62019-01-02 14:48:31 +0100258static struct server *get_server_ph(struct proxy *px, const char *uri, int uri_len, const struct server *avoid)
Willy Tarreau01732802007-11-01 22:48:15 +0100259{
Dan Dubovikbd57a9f2014-07-08 08:51:03 -0700260 unsigned int hash = 0;
Bhaskar98634f02013-10-29 23:30:51 -0400261 const char *start, *end;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200262 const char *p;
263 const char *params;
Willy Tarreau01732802007-11-01 22:48:15 +0100264 int plen;
265
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200266 /* when tot_weight is 0 then so is srv_count */
Willy Tarreau20697042007-11-15 23:26:18 +0100267 if (px->lbprm.tot_weight == 0)
Willy Tarreau01732802007-11-01 22:48:15 +0100268 return NULL;
269
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200270 if ((p = memchr(uri, '?', uri_len)) == NULL)
271 return NULL;
272
Willy Tarreau01732802007-11-01 22:48:15 +0100273 p++;
274
275 uri_len -= (p - uri);
Willy Tarreau4c03d1c2019-01-14 15:23:54 +0100276 plen = px->lbprm.arg_len;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200277 params = p;
Willy Tarreau01732802007-11-01 22:48:15 +0100278
279 while (uri_len > plen) {
280 /* Look for the parameter name followed by an equal symbol */
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200281 if (params[plen] == '=') {
Willy Tarreau4c03d1c2019-01-14 15:23:54 +0100282 if (memcmp(params, px->lbprm.arg_str, plen) == 0) {
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200283 /* OK, we have the parameter here at <params>, and
Willy Tarreau01732802007-11-01 22:48:15 +0100284 * the value after the equal sign, at <p>
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200285 * skip the equal symbol
Willy Tarreau01732802007-11-01 22:48:15 +0100286 */
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200287 p += plen + 1;
Bhaskar98634f02013-10-29 23:30:51 -0400288 start = end = p;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200289 uri_len -= plen + 1;
290
Bhaskar98634f02013-10-29 23:30:51 -0400291 while (uri_len && *end != '&') {
Willy Tarreau01732802007-11-01 22:48:15 +0100292 uri_len--;
Bhaskar98634f02013-10-29 23:30:51 -0400293 end++;
Willy Tarreau01732802007-11-01 22:48:15 +0100294 }
Bhaskar98634f02013-10-29 23:30:51 -0400295 hash = gen_hash(px, start, (end - start));
296
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -0500297 if ((px->lbprm.algo & BE_LB_HASH_MOD) == BE_LB_HMOD_AVAL)
Willy Tarreau798a39c2010-11-24 15:04:29 +0100298 hash = full_hash(hash);
Bhaskar98634f02013-10-29 23:30:51 -0400299
Willy Tarreau6c30be52019-01-14 17:07:39 +0100300 if ((px->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
Willy Tarreau59884a62019-01-02 14:48:31 +0100301 return chash_get_server_hash(px, hash, avoid);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200302 else
303 return map_get_server_hash(px, hash);
Willy Tarreau01732802007-11-01 22:48:15 +0100304 }
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200305 }
306 /* skip to next parameter */
307 p = memchr(params, '&', uri_len);
308 if (!p)
309 return NULL;
310 p++;
311 uri_len -= (p - params);
312 params = p;
313 }
314 return NULL;
315}
316
317/*
318 * this does the same as the previous server_ph, but check the body contents
319 */
Willy Tarreau59884a62019-01-02 14:48:31 +0100320static struct server *get_server_ph_post(struct stream *s, const struct server *avoid)
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200321{
Dan Dubovikbd57a9f2014-07-08 08:51:03 -0700322 unsigned int hash = 0;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100323 struct channel *req = &s->req;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200324 struct proxy *px = s->be;
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200325 struct htx *htx = htxbuf(&req->buf);
326 struct htx_blk *blk;
Willy Tarreau4c03d1c2019-01-14 15:23:54 +0100327 unsigned int plen = px->lbprm.arg_len;
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100328 unsigned long len;
329 const char *params, *p, *start, *end;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200330
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100331 if (px->lbprm.tot_weight == 0)
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200332 return NULL;
333
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200334 p = params = NULL;
335 len = 0;
336 for (blk = htx_get_first_blk(htx); blk; blk = htx_get_next_blk(htx, blk)) {
337 enum htx_blk_type type = htx_get_blk_type(blk);
338 struct ist v;
Willy Tarreauf69d4ff2015-05-02 00:05:47 +0200339
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200340 if (type != HTX_BLK_DATA)
341 continue;
342 v = htx_get_blk_value(htx, blk);
343 p = params = v.ptr;
344 len = v.len;
345 break;
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100346 }
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200347
348 while (len > plen) {
349 /* Look for the parameter name followed by an equal symbol */
350 if (params[plen] == '=') {
Willy Tarreau4c03d1c2019-01-14 15:23:54 +0100351 if (memcmp(params, px->lbprm.arg_str, plen) == 0) {
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200352 /* OK, we have the parameter here at <params>, and
353 * the value after the equal sign, at <p>
354 * skip the equal symbol
355 */
356 p += plen + 1;
Bhaskar98634f02013-10-29 23:30:51 -0400357 start = end = p;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200358 len -= plen + 1;
359
Bhaskar98634f02013-10-29 23:30:51 -0400360 while (len && *end != '&') {
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200361 if (unlikely(!HTTP_IS_TOKEN(*p))) {
Willy Tarreau157dd632009-12-06 19:18:09 +0100362 /* if in a POST, body must be URI encoded or it's not a URI.
Bhaskar98634f02013-10-29 23:30:51 -0400363 * Do not interpret any possible binary data as a parameter.
Willy Tarreau157dd632009-12-06 19:18:09 +0100364 */
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200365 if (likely(HTTP_IS_LWS(*p))) /* eol, uncertain uri len */
366 break;
367 return NULL; /* oh, no; this is not uri-encoded.
368 * This body does not contain parameters.
369 */
370 }
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200371 len--;
Bhaskar98634f02013-10-29 23:30:51 -0400372 end++;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200373 /* should we break if vlen exceeds limit? */
374 }
Bhaskar98634f02013-10-29 23:30:51 -0400375 hash = gen_hash(px, start, (end - start));
376
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -0500377 if ((px->lbprm.algo & BE_LB_HASH_MOD) == BE_LB_HMOD_AVAL)
Willy Tarreau798a39c2010-11-24 15:04:29 +0100378 hash = full_hash(hash);
Bhaskar98634f02013-10-29 23:30:51 -0400379
Willy Tarreau6c30be52019-01-14 17:07:39 +0100380 if ((px->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
Willy Tarreau59884a62019-01-02 14:48:31 +0100381 return chash_get_server_hash(px, hash, avoid);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200382 else
383 return map_get_server_hash(px, hash);
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200384 }
385 }
Willy Tarreau01732802007-11-01 22:48:15 +0100386 /* skip to next parameter */
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200387 p = memchr(params, '&', len);
Willy Tarreau01732802007-11-01 22:48:15 +0100388 if (!p)
389 return NULL;
390 p++;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200391 len -= (p - params);
392 params = p;
Willy Tarreau01732802007-11-01 22:48:15 +0100393 }
394 return NULL;
395}
Willy Tarreaubaaee002006-06-26 02:48:02 +0200396
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200397
Willy Tarreaubaaee002006-06-26 02:48:02 +0200398/*
Benoitaffb4812009-03-25 13:02:10 +0100399 * This function tries to find a running server for the proxy <px> following
400 * the Header parameter hash method. It looks for a specific parameter in the
401 * URL and hashes it to compute the server ID. This is useful to optimize
402 * performance by avoiding bounces between servers in contexts where sessions
403 * are shared but cookies are not usable. If the parameter is not found, NULL
404 * is returned. If any server is found, it will be returned. If no valid server
Willy Tarreau9fed8582019-01-14 16:04:54 +0100405 * is found, NULL is returned. When lbprm.arg_opt1 is set, the hash will only
406 * apply to the middle part of a domain name ("use_domain_only" option).
Benoitaffb4812009-03-25 13:02:10 +0100407 */
Willy Tarreau59884a62019-01-02 14:48:31 +0100408static struct server *get_server_hh(struct stream *s, const struct server *avoid)
Benoitaffb4812009-03-25 13:02:10 +0100409{
Dan Dubovikbd57a9f2014-07-08 08:51:03 -0700410 unsigned int hash = 0;
Benoitaffb4812009-03-25 13:02:10 +0100411 struct proxy *px = s->be;
Willy Tarreau484ff072019-01-14 15:28:53 +0100412 unsigned int plen = px->lbprm.arg_len;
Benoitaffb4812009-03-25 13:02:10 +0100413 unsigned long len;
Benoitaffb4812009-03-25 13:02:10 +0100414 const char *p;
Bhaskar98634f02013-10-29 23:30:51 -0400415 const char *start, *end;
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200416 struct htx *htx = htxbuf(&s->req.buf);
417 struct http_hdr_ctx ctx = { .blk = NULL };
Benoitaffb4812009-03-25 13:02:10 +0100418
419 /* tot_weight appears to mean srv_count */
420 if (px->lbprm.tot_weight == 0)
421 return NULL;
422
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200423 /* note: we won't hash if there's only one server left */
424 if (px->lbprm.tot_used == 1)
425 goto hash_done;
426
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200427 http_find_header(htx, ist2(px->lbprm.arg_str, plen), &ctx, 0);
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100428
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200429 /* if the header is not found or empty, let's fallback to round robin */
430 if (!ctx.blk || !ctx.value.len)
431 return NULL;
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100432
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200433 /* Found a the param_name in the headers.
434 * we will compute the hash based on this value ctx.val.
435 */
436 len = ctx.value.len;
437 p = ctx.value.ptr;
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100438
Willy Tarreau9fed8582019-01-14 16:04:54 +0100439 if (!px->lbprm.arg_opt1) {
Bhaskar98634f02013-10-29 23:30:51 -0400440 hash = gen_hash(px, p, len);
Benoitaffb4812009-03-25 13:02:10 +0100441 } else {
442 int dohash = 0;
Cyril Bontéf607d812015-01-04 15:17:36 +0100443 p += len;
Benoitaffb4812009-03-25 13:02:10 +0100444 /* special computation, use only main domain name, not tld/host
445 * going back from the end of string, start hashing at first
446 * dot stop at next.
447 * This is designed to work with the 'Host' header, and requires
448 * a special option to activate this.
449 */
Cyril Bontéf607d812015-01-04 15:17:36 +0100450 end = p;
Benoitaffb4812009-03-25 13:02:10 +0100451 while (len) {
Cyril Bontéf607d812015-01-04 15:17:36 +0100452 if (dohash) {
453 /* Rewind the pointer until the previous char
454 * is a dot, this will allow to set the start
455 * position of the domain. */
456 if (*(p - 1) == '.')
Benoitaffb4812009-03-25 13:02:10 +0100457 break;
Benoitaffb4812009-03-25 13:02:10 +0100458 }
Cyril Bontéf607d812015-01-04 15:17:36 +0100459 else if (*p == '.') {
460 /* The pointer is rewinded to the dot before the
461 * tld, we memorize the end of the domain and
462 * can enter the domain processing. */
463 end = p;
464 dohash = 1;
465 }
Benoitaffb4812009-03-25 13:02:10 +0100466 p--;
Cyril Bontéf607d812015-01-04 15:17:36 +0100467 len--;
Benoitaffb4812009-03-25 13:02:10 +0100468 }
Cyril Bontéf607d812015-01-04 15:17:36 +0100469 start = p;
Bhaskar98634f02013-10-29 23:30:51 -0400470 hash = gen_hash(px, start, (end - start));
Benoitaffb4812009-03-25 13:02:10 +0100471 }
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -0500472 if ((px->lbprm.algo & BE_LB_HASH_MOD) == BE_LB_HMOD_AVAL)
Willy Tarreau798a39c2010-11-24 15:04:29 +0100473 hash = full_hash(hash);
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200474 hash_done:
Willy Tarreau6c30be52019-01-14 17:07:39 +0100475 if ((px->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
Willy Tarreau59884a62019-01-02 14:48:31 +0100476 return chash_get_server_hash(px, hash, avoid);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200477 else
478 return map_get_server_hash(px, hash);
Benoitaffb4812009-03-25 13:02:10 +0100479}
480
Willy Tarreau34db1082012-04-19 17:16:54 +0200481/* RDP Cookie HASH. */
Willy Tarreau59884a62019-01-02 14:48:31 +0100482static struct server *get_server_rch(struct stream *s, const struct server *avoid)
Emeric Brun736aa232009-06-30 17:56:00 +0200483{
Dan Dubovikbd57a9f2014-07-08 08:51:03 -0700484 unsigned int hash = 0;
Emeric Brun736aa232009-06-30 17:56:00 +0200485 struct proxy *px = s->be;
486 unsigned long len;
Emeric Brun736aa232009-06-30 17:56:00 +0200487 int ret;
Willy Tarreau37406352012-04-23 16:16:37 +0200488 struct sample smp;
Willy Tarreaud1de8af2012-05-18 22:12:14 +0200489 int rewind;
Emeric Brun736aa232009-06-30 17:56:00 +0200490
491 /* tot_weight appears to mean srv_count */
492 if (px->lbprm.tot_weight == 0)
493 return NULL;
494
Willy Tarreau37406352012-04-23 16:16:37 +0200495 memset(&smp, 0, sizeof(smp));
Emeric Brun736aa232009-06-30 17:56:00 +0200496
Willy Tarreau6a445eb2018-06-19 07:04:45 +0200497 rewind = co_data(&s->req);
498 c_rew(&s->req, rewind);
Willy Tarreaud1de8af2012-05-18 22:12:14 +0200499
Willy Tarreau484ff072019-01-14 15:28:53 +0100500 ret = fetch_rdp_cookie_name(s, &smp, px->lbprm.arg_str, px->lbprm.arg_len);
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200501 len = smp.data.u.str.data;
Willy Tarreau664092c2011-12-16 19:11:42 +0100502
Willy Tarreaubcbd3932018-06-06 07:13:22 +0200503 c_adv(&s->req, rewind);
Willy Tarreaud1de8af2012-05-18 22:12:14 +0200504
Willy Tarreau37406352012-04-23 16:16:37 +0200505 if (ret == 0 || (smp.flags & SMP_F_MAY_CHANGE) || len == 0)
Emeric Brun736aa232009-06-30 17:56:00 +0200506 return NULL;
507
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200508 /* note: we won't hash if there's only one server left */
509 if (px->lbprm.tot_used == 1)
510 goto hash_done;
511
Willy Tarreau484ff072019-01-14 15:28:53 +0100512 /* Found the param_name in the headers.
Emeric Brun736aa232009-06-30 17:56:00 +0200513 * we will compute the hash based on this value ctx.val.
514 */
Willy Tarreau843b7cb2018-07-13 10:54:26 +0200515 hash = gen_hash(px, smp.data.u.str.area, len);
Bhaskar98634f02013-10-29 23:30:51 -0400516
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -0500517 if ((px->lbprm.algo & BE_LB_HASH_MOD) == BE_LB_HMOD_AVAL)
Willy Tarreau798a39c2010-11-24 15:04:29 +0100518 hash = full_hash(hash);
Willy Tarreau39c9ba72009-10-01 21:11:15 +0200519 hash_done:
Willy Tarreau6c30be52019-01-14 17:07:39 +0100520 if ((px->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
Willy Tarreau59884a62019-01-02 14:48:31 +0100521 return chash_get_server_hash(px, hash, avoid);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200522 else
523 return map_get_server_hash(px, hash);
Emeric Brun736aa232009-06-30 17:56:00 +0200524}
Christopher Faulet5b517552017-06-09 14:17:53 +0200525
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +0200526/* sample expression HASH. Returns NULL if the sample is not found or if there
527 * are no server, relying on the caller to fall back to round robin instead.
528 */
529static struct server *get_server_expr(struct stream *s, const struct server *avoid)
530{
531 struct proxy *px = s->be;
532 struct sample *smp;
533 unsigned int hash = 0;
534
535 if (px->lbprm.tot_weight == 0)
536 return NULL;
537
538 /* note: no need to hash if there's only one server left */
539 if (px->lbprm.tot_used == 1)
540 goto hash_done;
541
542 smp = sample_fetch_as_type(px, s->sess, s, SMP_OPT_DIR_REQ | SMP_OPT_FINAL, px->lbprm.expr, SMP_T_BIN);
543 if (!smp)
544 return NULL;
545
546 /* We have the desired data. Let's hash it according to the configured
547 * options and algorithm.
548 */
549 hash = gen_hash(px, smp->data.u.str.area, smp->data.u.str.data);
550
551 if ((px->lbprm.algo & BE_LB_HASH_MOD) == BE_LB_HMOD_AVAL)
552 hash = full_hash(hash);
553 hash_done:
554 if ((px->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
555 return chash_get_server_hash(px, hash, avoid);
556 else
557 return map_get_server_hash(px, hash);
558}
559
Willy Tarreau760e81d2018-05-03 07:20:40 +0200560/* random value */
Willy Tarreau59884a62019-01-02 14:48:31 +0100561static struct server *get_server_rnd(struct stream *s, const struct server *avoid)
Willy Tarreau760e81d2018-05-03 07:20:40 +0200562{
563 unsigned int hash = 0;
564 struct proxy *px = s->be;
Willy Tarreau21c741a2019-01-14 18:14:27 +0100565 struct server *prev, *curr;
566 int draws = px->lbprm.arg_opt1; // number of draws
Willy Tarreau760e81d2018-05-03 07:20:40 +0200567
568 /* tot_weight appears to mean srv_count */
569 if (px->lbprm.tot_weight == 0)
570 return NULL;
571
Willy Tarreau21c741a2019-01-14 18:14:27 +0100572 curr = NULL;
573 do {
574 prev = curr;
Ubuntu1adaddb2021-03-01 07:57:54 +0000575 hash = statistical_prng();
Willy Tarreau21c741a2019-01-14 18:14:27 +0100576 curr = chash_get_server_hash(px, hash, avoid);
577 if (!curr)
578 break;
579
580 /* compare the new server to the previous best choice and pick
581 * the one with the least currently served requests.
582 */
583 if (prev && prev != curr &&
584 curr->served * prev->cur_eweight > prev->served * curr->cur_eweight)
585 curr = prev;
586 } while (--draws > 0);
587
Willy Tarreaub88ae182020-09-29 16:58:30 +0200588 /* if the selected server is full, pretend we have none so that we reach
589 * the backend's queue instead.
590 */
591 if (curr &&
Willy Tarreaua0570452021-06-18 09:30:30 +0200592 (curr->queue.length || (curr->maxconn && curr->served >= srv_dynamic_maxconn(curr))))
Willy Tarreaub88ae182020-09-29 16:58:30 +0200593 curr = NULL;
594
Willy Tarreau21c741a2019-01-14 18:14:27 +0100595 return curr;
Willy Tarreau760e81d2018-05-03 07:20:40 +0200596}
597
Benoitaffb4812009-03-25 13:02:10 +0100598/*
Willy Tarreau87b09662015-04-03 00:22:06 +0200599 * This function applies the load-balancing algorithm to the stream, as
600 * defined by the backend it is assigned to. The stream is then marked as
Willy Tarreau7c669d72008-06-20 15:04:11 +0200601 * 'assigned'.
602 *
Willy Tarreaue7dff022015-04-03 01:14:29 +0200603 * This function MAY NOT be called with SF_ASSIGNED already set. If the stream
Willy Tarreau7c669d72008-06-20 15:04:11 +0200604 * had a server previously assigned, it is rebalanced, trying to avoid the same
Willy Tarreau827aee92011-03-10 16:55:02 +0100605 * server, which should still be present in target_srv(&s->target) before the call.
Willy Tarreau7c669d72008-06-20 15:04:11 +0200606 * The function tries to keep the original connection slot if it reconnects to
607 * the same server, otherwise it releases it and tries to offer it.
608 *
Willy Tarreau87b09662015-04-03 00:22:06 +0200609 * It is illegal to call this function with a stream in a queue.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200610 *
611 * It may return :
Willy Tarreau664beb82011-03-10 11:38:29 +0100612 * SRV_STATUS_OK if everything is OK. ->srv and ->target are assigned.
Willy Tarreau87b09662015-04-03 00:22:06 +0200613 * SRV_STATUS_NOSRV if no server is available. Stream is not ASSIGNED
614 * SRV_STATUS_FULL if all servers are saturated. Stream is not ASSIGNED
Willy Tarreaubaaee002006-06-26 02:48:02 +0200615 * SRV_STATUS_INTERNAL for other unrecoverable errors.
616 *
Willy Tarreaue7dff022015-04-03 01:14:29 +0200617 * Upon successful return, the stream flag SF_ASSIGNED is set to indicate that
Willy Tarreau827aee92011-03-10 16:55:02 +0100618 * it does not need to be called anymore. This means that target_srv(&s->target)
619 * can be trusted in balance and direct modes.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200620 *
621 */
622
Willy Tarreau87b09662015-04-03 00:22:06 +0200623int assign_server(struct stream *s)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200624{
Olivier Houchardba4fff52018-12-01 14:40:40 +0100625 struct connection *conn = NULL;
Willy Tarreau7c669d72008-06-20 15:04:11 +0200626 struct server *conn_slot;
Olivier Houchard00cf70f2018-11-30 17:24:55 +0100627 struct server *srv = NULL, *prev_srv;
Willy Tarreau7c669d72008-06-20 15:04:11 +0200628 int err;
Krzysztof Piotr Oledzki5a329cf2008-02-22 03:50:19 +0100629
Willy Tarreau7c669d72008-06-20 15:04:11 +0200630 err = SRV_STATUS_INTERNAL;
Willy Tarreaue7dff022015-04-03 01:14:29 +0200631 if (unlikely(s->pend_pos || s->flags & SF_ASSIGNED))
Willy Tarreau7c669d72008-06-20 15:04:11 +0200632 goto out_err;
Krzysztof Piotr Oledzki5a329cf2008-02-22 03:50:19 +0100633
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100634 prev_srv = objt_server(s->target);
Willy Tarreau7c669d72008-06-20 15:04:11 +0200635 conn_slot = s->srv_conn;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200636
Willy Tarreau7c669d72008-06-20 15:04:11 +0200637 /* We have to release any connection slot before applying any LB algo,
638 * otherwise we may erroneously end up with no available slot.
639 */
640 if (conn_slot)
641 sess_change_server(s, NULL);
642
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100643 /* We will now try to find the good server and store it into <objt_server(s->target)>.
644 * Note that <objt_server(s->target)> may be NULL in case of dispatch or proxy mode,
Willy Tarreau7c669d72008-06-20 15:04:11 +0200645 * as well as if no server is available (check error code).
646 */
Willy Tarreau1a20a5d2007-11-01 21:08:19 +0100647
Willy Tarreau827aee92011-03-10 16:55:02 +0100648 srv = NULL;
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100649 s->target = NULL;
Willy Tarreau664beb82011-03-10 11:38:29 +0100650
Olivier Houchardba4fff52018-12-01 14:40:40 +0100651 if ((s->be->lbprm.algo & BE_LB_KIND) != BE_LB_KIND_HI &&
Olivier Houchard250031e2019-05-29 15:01:50 +0200652 ((s->sess->flags & SESS_FL_PREFER_LAST) ||
Olivier Houchardba4fff52018-12-01 14:40:40 +0100653 (s->be->options & PR_O_PREF_LAST))) {
Olivier Houchard351411f2018-12-27 17:20:54 +0100654 struct sess_srv_list *srv_list;
655 list_for_each_entry(srv_list, &s->sess->srv_list, srv_list) {
656 struct server *tmpsrv = objt_server(srv_list->target);
Olivier Houchardba4fff52018-12-01 14:40:40 +0100657
658 if (tmpsrv && tmpsrv->proxy == s->be &&
Olivier Houchard250031e2019-05-29 15:01:50 +0200659 ((s->sess->flags & SESS_FL_PREFER_LAST) ||
Olivier Houchardba4fff52018-12-01 14:40:40 +0100660 (!s->be->max_ka_queue ||
661 server_has_room(tmpsrv) || (
Willy Tarreaua0570452021-06-18 09:30:30 +0200662 tmpsrv->queue.length + 1 < s->be->max_ka_queue))) &&
Olivier Houchardba4fff52018-12-01 14:40:40 +0100663 srv_currently_usable(tmpsrv)) {
Olivier Houchard351411f2018-12-27 17:20:54 +0100664 list_for_each_entry(conn, &srv_list->conn_list, session_list) {
Willy Tarreau911db9b2020-01-23 16:27:54 +0100665 if (!(conn->flags & CO_FL_WAIT_XPRT)) {
Olivier Houchardba4fff52018-12-01 14:40:40 +0100666 srv = tmpsrv;
667 s->target = &srv->obj_type;
Christopher Faulete91a5262020-07-01 18:56:30 +0200668 if (conn->flags & CO_FL_SESS_IDLE) {
669 conn->flags &= ~CO_FL_SESS_IDLE;
670 s->sess->idle_conns--;
671 }
Olivier Houchardba4fff52018-12-01 14:40:40 +0100672 goto out_ok;
673 }
674 }
Olivier Houchard00cf70f2018-11-30 17:24:55 +0100675 }
676 }
Willy Tarreau9420b122013-12-15 18:58:25 +0100677 }
Christopher Faulet5b517552017-06-09 14:17:53 +0200678
Willy Tarreau82cd5c12020-09-29 17:07:21 +0200679 if (s->be->lbprm.algo & BE_LB_KIND) {
Willy Tarreau7c669d72008-06-20 15:04:11 +0200680 /* we must check if we have at least one server available */
681 if (!s->be->lbprm.tot_weight) {
682 err = SRV_STATUS_NOSRV;
683 goto out;
684 }
Willy Tarreaubaaee002006-06-26 02:48:02 +0200685
Willy Tarreau82cd5c12020-09-29 17:07:21 +0200686 /* if there's some queue on the backend, with certain algos we
687 * know it's because all servers are full.
688 */
Willy Tarreau7f3c1df2021-06-18 09:22:21 +0200689 if (s->be->queue.length && s->be->queue.length != s->be->beconn &&
Willy Tarreau8ae8c482020-10-22 17:19:07 +0200690 (((s->be->lbprm.algo & (BE_LB_KIND|BE_LB_NEED|BE_LB_PARM)) == BE_LB_ALGO_FAS)|| // first
Willy Tarreau82cd5c12020-09-29 17:07:21 +0200691 ((s->be->lbprm.algo & (BE_LB_KIND|BE_LB_NEED|BE_LB_PARM)) == BE_LB_ALGO_RR) || // roundrobin
692 ((s->be->lbprm.algo & (BE_LB_KIND|BE_LB_NEED|BE_LB_PARM)) == BE_LB_ALGO_SRR))) { // static-rr
693 err = SRV_STATUS_FULL;
694 goto out;
695 }
696
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200697 /* First check whether we need to fetch some data or simply call
698 * the LB lookup function. Only the hashing functions will need
699 * some input data in fact, and will support multiple algorithms.
700 */
701 switch (s->be->lbprm.algo & BE_LB_LKUP) {
702 case BE_LB_LKUP_RRTREE:
Willy Tarreau827aee92011-03-10 16:55:02 +0100703 srv = fwrr_get_next_server(s->be, prev_srv);
Willy Tarreau7c669d72008-06-20 15:04:11 +0200704 break;
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200705
Willy Tarreauf09c6602012-02-13 17:12:08 +0100706 case BE_LB_LKUP_FSTREE:
707 srv = fas_get_next_server(s->be, prev_srv);
708 break;
709
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200710 case BE_LB_LKUP_LCTREE:
Willy Tarreau827aee92011-03-10 16:55:02 +0100711 srv = fwlc_get_next_server(s->be, prev_srv);
Willy Tarreau7c669d72008-06-20 15:04:11 +0200712 break;
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200713
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200714 case BE_LB_LKUP_CHTREE:
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200715 case BE_LB_LKUP_MAP:
Willy Tarreau9757a382009-10-03 12:56:50 +0200716 if ((s->be->lbprm.algo & BE_LB_KIND) == BE_LB_KIND_RR) {
Willy Tarreau5ffb0452021-06-22 17:31:51 +0200717 /* static-rr (map) or random (chash) */
Willy Tarreau760e81d2018-05-03 07:20:40 +0200718 if ((s->be->lbprm.algo & BE_LB_PARM) == BE_LB_RR_RANDOM)
Willy Tarreau59884a62019-01-02 14:48:31 +0100719 srv = get_server_rnd(s, prev_srv);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200720 else
Willy Tarreau827aee92011-03-10 16:55:02 +0100721 srv = map_get_server_rr(s->be, prev_srv);
Willy Tarreau9757a382009-10-03 12:56:50 +0200722 break;
723 }
724 else if ((s->be->lbprm.algo & BE_LB_KIND) != BE_LB_KIND_HI) {
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200725 /* unknown balancing algorithm */
Willy Tarreau7c669d72008-06-20 15:04:11 +0200726 err = SRV_STATUS_INTERNAL;
727 goto out;
728 }
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200729
730 switch (s->be->lbprm.algo & BE_LB_PARM) {
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200731 const struct sockaddr_storage *src;
732
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200733 case BE_LB_HASH_SRC:
Willy Tarreaud68ff012022-05-27 08:57:21 +0200734 src = sc_src(s->scf);
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200735 if (src && src->ss_family == AF_INET) {
Willy Tarreau5dd7fa12012-03-31 19:53:37 +0200736 srv = get_server_sh(s->be,
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200737 (void *)&((struct sockaddr_in *)src)->sin_addr,
Willy Tarreau59884a62019-01-02 14:48:31 +0100738 4, prev_srv);
Willy Tarreau5dd7fa12012-03-31 19:53:37 +0200739 }
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200740 else if (src && src->ss_family == AF_INET6) {
Willy Tarreau5dd7fa12012-03-31 19:53:37 +0200741 srv = get_server_sh(s->be,
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200742 (void *)&((struct sockaddr_in6 *)src)->sin6_addr,
Willy Tarreau59884a62019-01-02 14:48:31 +0100743 16, prev_srv);
Willy Tarreau5dd7fa12012-03-31 19:53:37 +0200744 }
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200745 break;
746
747 case BE_LB_HASH_URI:
748 /* URI hashing */
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200749 if (IS_HTX_STRM(s) && s->txn->req.msg_state >= HTTP_MSG_BODY) {
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100750 struct ist uri;
751
Christopher Faulet297fbb42019-05-13 14:41:27 +0200752 uri = htx_sl_req_uri(http_get_stline(htxbuf(&s->req.buf)));
Willy Tarreau57a37412020-09-23 08:56:29 +0200753 if (s->be->lbprm.arg_opt1 & 2) {
Amaury Denoyellec453f952021-07-06 11:40:12 +0200754 struct http_uri_parser parser =
755 http_uri_parser_init(uri);
756
757 uri = http_parse_path(&parser);
Tim Duesterhus7b5777d2021-03-02 18:57:28 +0100758 if (!isttest(uri))
Willy Tarreau57a37412020-09-23 08:56:29 +0200759 uri = ist("");
760 }
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100761 srv = get_server_uh(s->be, uri.ptr, uri.len, prev_srv);
762 }
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200763 break;
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200764
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200765 case BE_LB_HASH_PRM:
766 /* URL Parameter hashing */
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200767 if (IS_HTX_STRM(s) && s->txn->req.msg_state >= HTTP_MSG_BODY) {
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100768 struct ist uri;
769
Christopher Faulet297fbb42019-05-13 14:41:27 +0200770 uri = htx_sl_req_uri(http_get_stline(htxbuf(&s->req.buf)));
Christopher Fauletf7679ad2019-02-04 12:02:18 +0100771 srv = get_server_ph(s->be, uri.ptr, uri.len, prev_srv);
Willy Tarreau61a21a32011-03-01 20:35:49 +0100772
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200773 if (!srv && s->txn->meth == HTTP_METH_POST)
774 srv = get_server_ph_post(s, prev_srv);
775 }
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200776 break;
Benoitaffb4812009-03-25 13:02:10 +0100777
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200778 case BE_LB_HASH_HDR:
779 /* Header Parameter hashing */
Christopher Faulet7d37fbb2019-07-15 15:37:57 +0200780 if (IS_HTX_STRM(s) && s->txn->req.msg_state >= HTTP_MSG_BODY)
781 srv = get_server_hh(s, prev_srv);
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200782 break;
783
784 case BE_LB_HASH_RDP:
785 /* RDP Cookie hashing */
Willy Tarreau59884a62019-01-02 14:48:31 +0100786 srv = get_server_rch(s, prev_srv);
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200787 break;
788
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +0200789 case BE_LB_HASH_SMP:
790 /* sample expression hashing */
791 srv = get_server_expr(s, prev_srv);
792 break;
793
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200794 default:
795 /* unknown balancing algorithm */
796 err = SRV_STATUS_INTERNAL;
797 goto out;
Benoitaffb4812009-03-25 13:02:10 +0100798 }
Emeric Brun736aa232009-06-30 17:56:00 +0200799
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200800 /* If the hashing parameter was not found, let's fall
801 * back to round robin on the map.
802 */
Willy Tarreau827aee92011-03-10 16:55:02 +0100803 if (!srv) {
Willy Tarreau6c30be52019-01-14 17:07:39 +0100804 if ((s->be->lbprm.algo & BE_LB_LKUP) == BE_LB_LKUP_CHTREE)
Willy Tarreau827aee92011-03-10 16:55:02 +0100805 srv = chash_get_next_server(s->be, prev_srv);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200806 else
Willy Tarreau827aee92011-03-10 16:55:02 +0100807 srv = map_get_server_rr(s->be, prev_srv);
Willy Tarreau6b2e11b2009-10-01 07:52:15 +0200808 }
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200809
810 /* end of map-based LB */
Emeric Brun736aa232009-06-30 17:56:00 +0200811 break;
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200812
Willy Tarreau7c669d72008-06-20 15:04:11 +0200813 default:
814 /* unknown balancing algorithm */
815 err = SRV_STATUS_INTERNAL;
816 goto out;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200817 }
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200818
Willy Tarreau827aee92011-03-10 16:55:02 +0100819 if (!srv) {
Willy Tarreauda76f4f2009-10-03 12:36:05 +0200820 err = SRV_STATUS_FULL;
821 goto out;
822 }
Willy Tarreau827aee92011-03-10 16:55:02 +0100823 else if (srv != prev_srv) {
Willy Tarreau4781b152021-04-06 13:53:36 +0200824 _HA_ATOMIC_INC(&s->be->be_counters.cum_lbconn);
825 _HA_ATOMIC_INC(&srv->counters.cum_lbconn);
Alexandre Cassen5eb1a902007-11-29 15:43:32 +0100826 }
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100827 s->target = &srv->obj_type;
Willy Tarreau7c669d72008-06-20 15:04:11 +0200828 }
Willy Tarreau1620ec32011-08-06 17:05:02 +0200829 else if (s->be->options & (PR_O_DISPATCH | PR_O_TRANSP)) {
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100830 s->target = &s->be->obj_type;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200831 }
Willy Tarreau664beb82011-03-10 11:38:29 +0100832 else {
Willy Tarreau7c669d72008-06-20 15:04:11 +0200833 err = SRV_STATUS_NOSRV;
834 goto out;
835 }
836
Olivier Houchard00cf70f2018-11-30 17:24:55 +0100837out_ok:
Willy Tarreaue7dff022015-04-03 01:14:29 +0200838 s->flags |= SF_ASSIGNED;
Willy Tarreau7c669d72008-06-20 15:04:11 +0200839 err = SRV_STATUS_OK;
840 out:
841
842 /* Either we take back our connection slot, or we offer it to someone
843 * else if we don't need it anymore.
844 */
845 if (conn_slot) {
Willy Tarreau827aee92011-03-10 16:55:02 +0100846 if (conn_slot == srv) {
847 sess_change_server(s, srv);
Willy Tarreau7c669d72008-06-20 15:04:11 +0200848 } else {
849 if (may_dequeue_tasks(conn_slot, s->be))
Willy Tarreau9ab78292021-06-22 18:47:51 +0200850 process_srv_queue(conn_slot);
Willy Tarreau7c669d72008-06-20 15:04:11 +0200851 }
852 }
853
854 out_err:
855 return err;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200856}
857
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100858/* Allocate an address for the destination endpoint
Willy Tarreaubaaee002006-06-26 02:48:02 +0200859 * The address is taken from the currently assigned server, or from the
860 * dispatch or transparent address.
861 *
Willy Tarreaub3f0d422022-05-02 16:20:36 +0200862 * Returns SRV_STATUS_OK on success. Does nothing if the address was
863 * already set.
Amaury Denoyellef7bdf002021-01-21 09:40:19 +0100864 * On error, no address is allocated and SRV_STATUS_INTERNAL is returned.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200865 */
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100866static int alloc_dst_address(struct sockaddr_storage **ss,
867 struct server *srv, struct stream *s)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200868{
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200869 const struct sockaddr_storage *dst;
Willy Tarreaub363a1f2013-10-01 10:45:07 +0200870
Willy Tarreaub3f0d422022-05-02 16:20:36 +0200871 if (*ss)
872 return SRV_STATUS_OK;
873
Willy Tarreaue7dff022015-04-03 01:14:29 +0200874 if ((s->flags & SF_DIRECT) || (s->be->lbprm.algo & BE_LB_KIND)) {
Willy Tarreau87b09662015-04-03 00:22:06 +0200875 /* A server is necessarily known for this stream */
Willy Tarreaue7dff022015-04-03 01:14:29 +0200876 if (!(s->flags & SF_ASSIGNED))
Willy Tarreaubaaee002006-06-26 02:48:02 +0200877 return SRV_STATUS_INTERNAL;
878
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100879 if (!sockaddr_alloc(ss, NULL, 0))
880 return SRV_STATUS_INTERNAL;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200881
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100882 **ss = srv->addr;
883 set_host_port(*ss, srv->svc_port);
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100884 if (!is_addr(*ss)) {
Willy Tarreaud669a4f2010-07-13 14:49:50 +0200885 /* if the server has no address, we use the same address
886 * the client asked, which is handy for remapping ports
Willy Tarreau9cf8d3f2014-05-09 22:56:10 +0200887 * locally on multiple addresses at once. Nothing is done
888 * for AF_UNIX addresses.
Willy Tarreaud669a4f2010-07-13 14:49:50 +0200889 */
Willy Tarreaud68ff012022-05-27 08:57:21 +0200890 dst = sc_dst(s->scf);
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100891 if (dst && dst->ss_family == AF_INET) {
Christopher Fauletae305612021-03-01 11:33:59 +0100892 ((struct sockaddr_in *)*ss)->sin_family = AF_INET;
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100893 ((struct sockaddr_in *)*ss)->sin_addr =
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200894 ((struct sockaddr_in *)dst)->sin_addr;
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100895 } else if (dst && dst->ss_family == AF_INET6) {
Christopher Fauletae305612021-03-01 11:33:59 +0100896 ((struct sockaddr_in6 *)*ss)->sin6_family = AF_INET6;
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100897 ((struct sockaddr_in6 *)*ss)->sin6_addr =
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200898 ((struct sockaddr_in6 *)dst)->sin6_addr;
Emeric Brunec810d12010-10-22 16:36:33 +0200899 }
Willy Tarreaud669a4f2010-07-13 14:49:50 +0200900 }
901
Willy Tarreaubaaee002006-06-26 02:48:02 +0200902 /* if this server remaps proxied ports, we'll use
903 * the port the client connected to with an offset. */
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100904 if ((srv->flags & SRV_F_MAPPORTS)) {
David du Colombier6f5ccb12011-03-10 22:26:24 +0100905 int base_port;
906
Willy Tarreaud68ff012022-05-27 08:57:21 +0200907 dst = sc_dst(s->scf);
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100908 if (dst) {
909 /* First, retrieve the port from the incoming connection */
910 base_port = get_host_port(dst);
David du Colombier6f5ccb12011-03-10 22:26:24 +0100911
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100912 /* Second, assign the outgoing connection's port */
913 base_port += get_host_port(*ss);
914 set_host_port(*ss, base_port);
915 }
Willy Tarreaubaaee002006-06-26 02:48:02 +0200916 }
917 }
Willy Tarreau1620ec32011-08-06 17:05:02 +0200918 else if (s->be->options & PR_O_DISPATCH) {
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100919 if (!sockaddr_alloc(ss, NULL, 0))
920 return SRV_STATUS_INTERNAL;
921
Willy Tarreaubaaee002006-06-26 02:48:02 +0200922 /* connect to the defined dispatch addr */
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100923 **ss = s->be->dispatch_addr;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200924 }
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200925 else if ((s->be->options & PR_O_TRANSP)) {
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100926 if (!sockaddr_alloc(ss, NULL, 0))
Amaury Denoyelle68cf3952021-01-11 15:24:31 +0100927 return SRV_STATUS_INTERNAL;
928
Willy Tarreaubaaee002006-06-26 02:48:02 +0200929 /* in transparent mode, use the original dest addr if no dispatch specified */
Willy Tarreaud68ff012022-05-27 08:57:21 +0200930 dst = sc_dst(s->scf);
Christopher Faulet34a3eb42021-11-05 12:02:56 +0100931 if (dst && (dst->ss_family == AF_INET || dst->ss_family == AF_INET6))
Christopher Fauleta8e95fe2021-10-25 08:13:25 +0200932 **ss = *dst;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200933 }
Willy Tarreau1a1158b2007-01-20 11:07:46 +0100934 else {
935 /* no server and no LB algorithm ! */
936 return SRV_STATUS_INTERNAL;
937 }
Willy Tarreaubaaee002006-06-26 02:48:02 +0200938
Willy Tarreaubaaee002006-06-26 02:48:02 +0200939 return SRV_STATUS_OK;
940}
941
Willy Tarreau87b09662015-04-03 00:22:06 +0200942/* This function assigns a server to stream <s> if required, and can add the
Willy Tarreaubaaee002006-06-26 02:48:02 +0200943 * connection to either the assigned server's queue or to the proxy's queue.
Willy Tarreau87b09662015-04-03 00:22:06 +0200944 * If ->srv_conn is set, the stream is first released from the server.
Willy Tarreaue7dff022015-04-03 01:14:29 +0200945 * It may also be called with SF_DIRECT and/or SF_ASSIGNED though. It will
Willy Tarreau7c669d72008-06-20 15:04:11 +0200946 * be called before any connection and after any retry or redispatch occurs.
947 *
Willy Tarreau87b09662015-04-03 00:22:06 +0200948 * It is not allowed to call this function with a stream in a queue.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200949 *
950 * Returns :
951 *
952 * SRV_STATUS_OK if everything is OK.
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100953 * SRV_STATUS_NOSRV if no server is available. objt_server(s->target) = NULL.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200954 * SRV_STATUS_QUEUED if the connection has been queued.
955 * SRV_STATUS_FULL if the server(s) is/are saturated and the
Willy Tarreau827aee92011-03-10 16:55:02 +0100956 * connection could not be queued at the server's,
Willy Tarreau7c669d72008-06-20 15:04:11 +0200957 * which may be NULL if we queue on the backend.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200958 * SRV_STATUS_INTERNAL for other unrecoverable errors.
959 *
960 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200961int assign_server_and_queue(struct stream *s)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200962{
963 struct pendconn *p;
Willy Tarreau827aee92011-03-10 16:55:02 +0100964 struct server *srv;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200965 int err;
966
967 if (s->pend_pos)
968 return SRV_STATUS_INTERNAL;
969
Willy Tarreau7c669d72008-06-20 15:04:11 +0200970 err = SRV_STATUS_OK;
Willy Tarreaue7dff022015-04-03 01:14:29 +0200971 if (!(s->flags & SF_ASSIGNED)) {
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100972 struct server *prev_srv = objt_server(s->target);
Willy Tarreau3d80d912011-03-10 11:42:13 +0100973
Willy Tarreau7c669d72008-06-20 15:04:11 +0200974 err = assign_server(s);
Willy Tarreau3d80d912011-03-10 11:42:13 +0100975 if (prev_srv) {
Willy Tarreau87b09662015-04-03 00:22:06 +0200976 /* This stream was previously assigned to a server. We have to
977 * update the stream's and the server's stats :
Willy Tarreau7c669d72008-06-20 15:04:11 +0200978 * - if the server changed :
979 * - set TX_CK_DOWN if txn.flags was TX_CK_VALID
Willy Tarreaue7dff022015-04-03 01:14:29 +0200980 * - set SF_REDISP if it was successfully redispatched
Willy Tarreau7c669d72008-06-20 15:04:11 +0200981 * - increment srv->redispatches and be->redispatches
982 * - if the server remained the same : update retries.
Krzysztof Piotr Oledzki5a329cf2008-02-22 03:50:19 +0100983 */
984
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100985 if (prev_srv != objt_server(s->target)) {
Willy Tarreaueee5b512015-04-03 23:46:31 +0200986 if (s->txn && (s->txn->flags & TX_CK_MASK) == TX_CK_VALID) {
987 s->txn->flags &= ~TX_CK_MASK;
988 s->txn->flags |= TX_CK_DOWN;
Willy Tarreau7c669d72008-06-20 15:04:11 +0200989 }
Willy Tarreaue7dff022015-04-03 01:14:29 +0200990 s->flags |= SF_REDISP;
Willy Tarreau4781b152021-04-06 13:53:36 +0200991 _HA_ATOMIC_INC(&prev_srv->counters.redispatches);
992 _HA_ATOMIC_INC(&s->be->be_counters.redispatches);
Willy Tarreau7c669d72008-06-20 15:04:11 +0200993 } else {
Willy Tarreau4781b152021-04-06 13:53:36 +0200994 _HA_ATOMIC_INC(&prev_srv->counters.retries);
995 _HA_ATOMIC_INC(&s->be->be_counters.retries);
Krzysztof Piotr Oledzki5a329cf2008-02-22 03:50:19 +0100996 }
Krzysztof Piotr Oledzki5a329cf2008-02-22 03:50:19 +0100997 }
998 }
999
Willy Tarreaubaaee002006-06-26 02:48:02 +02001000 switch (err) {
1001 case SRV_STATUS_OK:
Willy Tarreaue7dff022015-04-03 01:14:29 +02001002 /* we have SF_ASSIGNED set */
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001003 srv = objt_server(s->target);
Willy Tarreau827aee92011-03-10 16:55:02 +01001004 if (!srv)
Willy Tarreau7c669d72008-06-20 15:04:11 +02001005 return SRV_STATUS_OK; /* dispatch or proxy mode */
1006
1007 /* If we already have a connection slot, no need to check any queue */
Willy Tarreau827aee92011-03-10 16:55:02 +01001008 if (s->srv_conn == srv)
Willy Tarreau7c669d72008-06-20 15:04:11 +02001009 return SRV_STATUS_OK;
1010
Willy Tarreau87b09662015-04-03 00:22:06 +02001011 /* OK, this stream already has an assigned server, but no
Willy Tarreau7c669d72008-06-20 15:04:11 +02001012 * connection slot yet. Either it is a redispatch, or it was
1013 * assigned from persistence information (direct mode).
1014 */
Willy Tarreaue7dff022015-04-03 01:14:29 +02001015 if ((s->flags & SF_REDIRECTABLE) && srv->rdr_len) {
Willy Tarreau7c669d72008-06-20 15:04:11 +02001016 /* server scheduled for redirection, and already assigned. We
1017 * don't want to go further nor check the queue.
Willy Tarreau21d2af32008-02-14 20:25:24 +01001018 */
Willy Tarreau827aee92011-03-10 16:55:02 +01001019 sess_change_server(s, srv); /* not really needed in fact */
Willy Tarreau21d2af32008-02-14 20:25:24 +01001020 return SRV_STATUS_OK;
1021 }
1022
Willy Tarreau87b09662015-04-03 00:22:06 +02001023 /* We might have to queue this stream if the assigned server is full.
Willy Tarreau7c669d72008-06-20 15:04:11 +02001024 * We know we have to queue it into the server's queue, so if a maxqueue
1025 * is set on the server, we must also check that the server's queue is
1026 * not full, in which case we have to return FULL.
1027 */
Willy Tarreau827aee92011-03-10 16:55:02 +01001028 if (srv->maxconn &&
Willy Tarreaua0570452021-06-18 09:30:30 +02001029 (srv->queue.length || srv->served >= srv_dynamic_maxconn(srv))) {
Willy Tarreau7c669d72008-06-20 15:04:11 +02001030
Willy Tarreaua0570452021-06-18 09:30:30 +02001031 if (srv->maxqueue > 0 && srv->queue.length >= srv->maxqueue)
Willy Tarreau7c669d72008-06-20 15:04:11 +02001032 return SRV_STATUS_FULL;
1033
Willy Tarreaubaaee002006-06-26 02:48:02 +02001034 p = pendconn_add(s);
1035 if (p)
1036 return SRV_STATUS_QUEUED;
1037 else
Willy Tarreau7c669d72008-06-20 15:04:11 +02001038 return SRV_STATUS_INTERNAL;
Willy Tarreaubaaee002006-06-26 02:48:02 +02001039 }
Willy Tarreau7c669d72008-06-20 15:04:11 +02001040
1041 /* OK, we can use this server. Let's reserve our place */
Willy Tarreau827aee92011-03-10 16:55:02 +01001042 sess_change_server(s, srv);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001043 return SRV_STATUS_OK;
1044
1045 case SRV_STATUS_FULL:
Willy Tarreau87b09662015-04-03 00:22:06 +02001046 /* queue this stream into the proxy's queue */
Willy Tarreaubaaee002006-06-26 02:48:02 +02001047 p = pendconn_add(s);
1048 if (p)
1049 return SRV_STATUS_QUEUED;
1050 else
Willy Tarreau7c669d72008-06-20 15:04:11 +02001051 return SRV_STATUS_INTERNAL;
Willy Tarreaubaaee002006-06-26 02:48:02 +02001052
1053 case SRV_STATUS_NOSRV:
Willy Tarreau7c669d72008-06-20 15:04:11 +02001054 return err;
1055
Willy Tarreaubaaee002006-06-26 02:48:02 +02001056 case SRV_STATUS_INTERNAL:
1057 return err;
Willy Tarreau7c669d72008-06-20 15:04:11 +02001058
Willy Tarreaubaaee002006-06-26 02:48:02 +02001059 default:
1060 return SRV_STATUS_INTERNAL;
1061 }
Willy Tarreau5b6995c2008-01-13 16:31:17 +01001062}
Willy Tarreaubaaee002006-06-26 02:48:02 +02001063
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001064/* Allocate an address for source binding on the specified server or backend.
1065 * The allocation is only performed if the connection is intended to be used
1066 * with transparent mode.
1067 *
1068 * Returns SRV_STATUS_OK if no transparent mode or the address was successfully
Willy Tarreaub3f0d422022-05-02 16:20:36 +02001069 * allocated. Otherwise returns SRV_STATUS_INTERNAL. Does nothing if the
1070 * address was already allocated.
Willy Tarreaub1d67742010-03-29 19:36:59 +02001071 */
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001072static int alloc_bind_address(struct sockaddr_storage **ss,
1073 struct server *srv, struct stream *s)
Willy Tarreaub1d67742010-03-29 19:36:59 +02001074{
Willy Tarreau29fbe512015-08-20 19:35:14 +02001075#if defined(CONFIG_HAP_TRANSPARENT)
Christopher Fauleta8e95fe2021-10-25 08:13:25 +02001076 const struct sockaddr_storage *addr;
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001077 struct conn_src *src = NULL;
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001078 struct sockaddr_in *sin;
1079 char *vptr;
1080 size_t vlen;
1081#endif
Olivier Houchard09a0f032019-01-17 15:59:13 +01001082
Willy Tarreaub3f0d422022-05-02 16:20:36 +02001083 if (*ss)
1084 return SRV_STATUS_OK;
Willy Tarreau827aee92011-03-10 16:55:02 +01001085
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001086#if defined(CONFIG_HAP_TRANSPARENT)
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001087 if (srv && srv->conn_src.opts & CO_SRC_BIND)
1088 src = &srv->conn_src;
1089 else if (s->be->conn_src.opts & CO_SRC_BIND)
1090 src = &s->be->conn_src;
Willy Tarreau294c4732011-12-16 21:35:50 +01001091
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001092 /* no transparent mode, no need to allocate an address, returns OK */
1093 if (!src)
1094 return SRV_STATUS_OK;
Willy Tarreauc0e16f22019-07-17 18:16:30 +02001095
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001096 switch (src->opts & CO_SRC_TPROXY_MASK) {
1097 case CO_SRC_TPROXY_ADDR:
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001098 if (!sockaddr_alloc(ss, NULL, 0))
1099 return SRV_STATUS_INTERNAL;
1100
1101 **ss = src->tproxy_addr;
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001102 break;
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001103
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001104 case CO_SRC_TPROXY_CLI:
1105 case CO_SRC_TPROXY_CIP:
1106 /* FIXME: what can we do if the client connects in IPv6 or unix socket ? */
Willy Tarreaud68ff012022-05-27 08:57:21 +02001107 addr = sc_src(s->scf);
Christopher Fauleta8e95fe2021-10-25 08:13:25 +02001108 if (!addr)
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001109 return SRV_STATUS_INTERNAL;
1110
1111 if (!sockaddr_alloc(ss, NULL, 0))
1112 return SRV_STATUS_INTERNAL;
1113
Christopher Fauleta8e95fe2021-10-25 08:13:25 +02001114 **ss = *addr;
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001115 break;
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001116
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001117 case CO_SRC_TPROXY_DYN:
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001118 if (!src->bind_hdr_occ || !IS_HTX_STRM(s))
1119 return SRV_STATUS_INTERNAL;
Willy Tarreau294c4732011-12-16 21:35:50 +01001120
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001121 if (!sockaddr_alloc(ss, NULL, 0))
1122 return SRV_STATUS_INTERNAL;
1123
1124 /* bind to the IP in a header */
1125 sin = (struct sockaddr_in *)*ss;
1126 sin->sin_family = AF_INET;
1127 sin->sin_port = 0;
1128 sin->sin_addr.s_addr = 0;
1129 if (!http_get_htx_hdr(htxbuf(&s->req.buf),
1130 ist2(src->bind_hdr_name, src->bind_hdr_len),
1131 src->bind_hdr_occ, NULL, &vptr, &vlen)) {
1132 sockaddr_free(ss);
1133 return SRV_STATUS_INTERNAL;
Willy Tarreaub1d67742010-03-29 19:36:59 +02001134 }
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001135
1136 sin->sin_addr.s_addr = htonl(inetaddr_host_lim(vptr, vptr + vlen));
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001137 break;
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001138
Willy Tarreau9cd7d6c2012-12-08 23:13:33 +01001139 default:
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001140 ;
Willy Tarreaub1d67742010-03-29 19:36:59 +02001141 }
1142#endif
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001143
1144 return SRV_STATUS_OK;
Willy Tarreaub1d67742010-03-29 19:36:59 +02001145}
1146
Olivier Houchard566df302020-03-06 18:18:56 +01001147/* Attempt to get a backend connection from the specified mt_list array
Willy Tarreau0d587112020-07-01 15:04:38 +02001148 * (safe or idle connections). The <is_safe> argument means what type of
1149 * connection the caller wants.
Olivier Houchard566df302020-03-06 18:18:56 +01001150 */
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001151static struct connection *conn_backend_get(struct stream *s, struct server *srv, int is_safe, int64_t hash)
Olivier Houchard566df302020-03-06 18:18:56 +01001152{
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001153 struct connection *conn = NULL;
Willy Tarreau2f3f4d32020-07-01 07:43:51 +02001154 int i; // thread number
Olivier Houchard566df302020-03-06 18:18:56 +01001155 int found = 0;
Willy Tarreau364f25a2020-07-01 15:55:30 +02001156 int stop;
Olivier Houchard566df302020-03-06 18:18:56 +01001157
1158 /* We need to lock even if this is our own list, because another
1159 * thread may be trying to migrate that connection, and we don't want
1160 * to end up with two threads using the same connection.
1161 */
Willy Tarreau2f3f4d32020-07-01 07:43:51 +02001162 i = tid;
Amaury Denoyelle5c7086f2021-01-11 09:21:52 +01001163 HA_SPIN_LOCK(IDLE_CONNS_LOCK, &idle_conns[tid].idle_conns_lock);
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001164 conn = srv_lookup_conn(is_safe ? &srv->per_thr[tid].safe_conns : &srv->per_thr[tid].idle_conns, hash);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001165 if (conn)
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001166 conn_delete_from_tree(&conn->hash_node->node);
Willy Tarreau0d587112020-07-01 15:04:38 +02001167
1168 /* If we failed to pick a connection from the idle list, let's try again with
1169 * the safe list.
1170 */
1171 if (!conn && !is_safe && srv->curr_safe_nb > 0) {
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001172 conn = srv_lookup_conn(&srv->per_thr[tid].safe_conns, hash);
Willy Tarreau0d587112020-07-01 15:04:38 +02001173 if (conn) {
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001174 conn_delete_from_tree(&conn->hash_node->node);
Willy Tarreau0d587112020-07-01 15:04:38 +02001175 is_safe = 1;
Willy Tarreau0d587112020-07-01 15:04:38 +02001176 }
1177 }
Amaury Denoyelle5c7086f2021-01-11 09:21:52 +01001178 HA_SPIN_UNLOCK(IDLE_CONNS_LOCK, &idle_conns[tid].idle_conns_lock);
Olivier Houchard566df302020-03-06 18:18:56 +01001179
1180 /* If we found a connection in our own list, and we don't have to
1181 * steal one from another thread, then we're done.
1182 */
Willy Tarreau2f3f4d32020-07-01 07:43:51 +02001183 if (conn)
1184 goto done;
1185
Willy Tarreau76cc6992020-07-01 18:49:24 +02001186 /* pool sharing globally disabled ? */
1187 if (!(global.tune.options & GTUNE_IDLE_POOL_SHARED))
1188 goto done;
1189
Willy Tarreau2f3f4d32020-07-01 07:43:51 +02001190 /* Are we allowed to pick from another thread ? We'll still try
1191 * it if we're running low on FDs as we don't want to create
1192 * extra conns in this case, otherwise we can give up if we have
1193 * too few idle conns.
1194 */
1195 if (srv->curr_idle_conns < srv->low_idle_conns &&
1196 ha_used_fds < global.tune.pool_low_count)
1197 goto done;
Olivier Houchard566df302020-03-06 18:18:56 +01001198
Willy Tarreau364f25a2020-07-01 15:55:30 +02001199 /* Lookup all other threads for an idle connection, starting from last
Willy Tarreau15c55002022-07-07 09:12:45 +02001200 * unvisited thread, but always staying in the same group.
Willy Tarreau364f25a2020-07-01 15:55:30 +02001201 */
Willy Tarreauc21a1872022-11-21 14:14:06 +01001202 stop = srv->per_tgrp[tgid - 1].next_takeover;
Willy Tarreau15c55002022-07-07 09:12:45 +02001203 if (stop >= tg->count)
1204 stop %= tg->count;
Willy Tarreau364f25a2020-07-01 15:55:30 +02001205
Willy Tarreau15c55002022-07-07 09:12:45 +02001206 stop += tg->base;
Amaury Denoyelle5f1ded52020-10-14 18:17:03 +02001207 i = stop;
1208 do {
Willy Tarreau364f25a2020-07-01 15:55:30 +02001209 if (!srv->curr_idle_thr[i] || i == tid)
Willy Tarreau151c2532020-07-01 08:24:44 +02001210 continue;
1211
Ubuntub1adf032021-03-01 06:22:17 +00001212 if (HA_SPIN_TRYLOCK(IDLE_CONNS_LOCK, &idle_conns[i].idle_conns_lock) != 0)
1213 continue;
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001214 conn = srv_lookup_conn(is_safe ? &srv->per_thr[i].safe_conns : &srv->per_thr[i].idle_conns, hash);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001215 while (conn) {
Olivier Houchard1662cdb2020-07-03 14:04:37 +02001216 if (conn->mux->takeover && conn->mux->takeover(conn, i) == 0) {
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001217 conn_delete_from_tree(&conn->hash_node->node);
Willy Tarreau4781b152021-04-06 13:53:36 +02001218 _HA_ATOMIC_INC(&activity[tid].fd_takeover);
Olivier Houchard566df302020-03-06 18:18:56 +01001219 found = 1;
1220 break;
1221 }
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001222
1223 conn = srv_lookup_conn_next(conn);
Olivier Houchard566df302020-03-06 18:18:56 +01001224 }
Willy Tarreau0d587112020-07-01 15:04:38 +02001225
1226 if (!found && !is_safe && srv->curr_safe_nb > 0) {
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001227 conn = srv_lookup_conn(&srv->per_thr[i].safe_conns, hash);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001228 while (conn) {
Olivier Houchard1662cdb2020-07-03 14:04:37 +02001229 if (conn->mux->takeover && conn->mux->takeover(conn, i) == 0) {
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001230 conn_delete_from_tree(&conn->hash_node->node);
Willy Tarreau4781b152021-04-06 13:53:36 +02001231 _HA_ATOMIC_INC(&activity[tid].fd_takeover);
Willy Tarreau0d587112020-07-01 15:04:38 +02001232 found = 1;
1233 is_safe = 1;
Willy Tarreau0d587112020-07-01 15:04:38 +02001234 break;
1235 }
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001236
1237 conn = srv_lookup_conn_next(conn);
Willy Tarreau0d587112020-07-01 15:04:38 +02001238 }
1239 }
Amaury Denoyelle5c7086f2021-01-11 09:21:52 +01001240 HA_SPIN_UNLOCK(IDLE_CONNS_LOCK, &idle_conns[i].idle_conns_lock);
Willy Tarreau15c55002022-07-07 09:12:45 +02001241 } while (!found && (i = (i + 1 == tg->base + tg->count) ? tg->base : i + 1) != stop);
Olivier Houchard566df302020-03-06 18:18:56 +01001242
1243 if (!found)
1244 conn = NULL;
Willy Tarreau2f3f4d32020-07-01 07:43:51 +02001245 done:
1246 if (conn) {
Willy Tarreauc21a1872022-11-21 14:14:06 +01001247 _HA_ATOMIC_STORE(&srv->per_tgrp[tgid - 1].next_takeover, (i + 1 == tg->base + tg->count) ? tg->base : i + 1);
Amaury Denoyelle9c13b622020-10-14 18:17:04 +02001248
1249 srv_use_conn(srv, conn);
1250
Willy Tarreau4781b152021-04-06 13:53:36 +02001251 _HA_ATOMIC_DEC(&srv->curr_idle_conns);
1252 _HA_ATOMIC_DEC(conn->flags & CO_FL_SAFE_LIST ? &srv->curr_safe_nb : &srv->curr_idle_nb);
1253 _HA_ATOMIC_DEC(&srv->curr_idle_thr[i]);
Amaury Denoyelle9c13b622020-10-14 18:17:04 +02001254 conn->flags &= ~CO_FL_LIST_MASK;
1255 __ha_barrier_atomic_store();
1256
Amaury Denoyelle0d21dea2020-10-14 18:17:09 +02001257 if ((s->be->options & PR_O_REUSE_MASK) == PR_O_REUSE_SAFE &&
1258 conn->mux->flags & MX_FL_HOL_RISK) {
1259 /* attach the connection to the session private list
1260 */
1261 conn->owner = s->sess;
Willy Tarreau38b4d2e2020-11-20 17:08:15 +01001262 session_add_conn(s->sess, conn, conn->target);
Amaury Denoyelle0d21dea2020-10-14 18:17:09 +02001263 }
1264 else {
Willy Tarreau85223482022-09-29 20:32:43 +02001265 eb64_insert(&srv->per_thr[tid].avail_conns,
1266 &conn->hash_node->node);
Amaury Denoyelle0d21dea2020-10-14 18:17:09 +02001267 }
Olivier Houchard566df302020-03-06 18:18:56 +01001268 }
1269 return conn;
1270}
1271
Christopher Faulet0a4dcb62022-03-31 09:53:38 +02001272static int do_connect_server(struct stream *s, struct connection *conn)
1273{
1274 int ret = SF_ERR_NONE;
1275 int conn_flags = 0;
1276
1277 if (unlikely(!conn || !conn->ctrl || !conn->ctrl->connect))
1278 return SF_ERR_INTERNAL;
1279
1280 if (!channel_is_empty(&s->res))
1281 conn_flags |= CONNECT_HAS_DATA;
1282 if (s->conn_retries == s->be->conn_retries)
1283 conn_flags |= CONNECT_CAN_USE_TFO;
1284 if (!conn_ctrl_ready(conn) || !conn_xprt_ready(conn)) {
1285 ret = conn->ctrl->connect(conn, conn_flags);
1286 if (ret != SF_ERR_NONE)
1287 return ret;
1288
1289 /* we're in the process of establishing a connection */
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001290 s->scb->state = SC_ST_CON;
Christopher Faulet0a4dcb62022-03-31 09:53:38 +02001291 }
1292 else {
1293 /* try to reuse the existing connection, it will be
1294 * confirmed once we can send on it.
1295 */
1296 /* Is the connection really ready ? */
1297 if (conn->mux->ctl(conn, MUX_STATUS, NULL) & MUX_STATUS_READY)
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001298 s->scb->state = SC_ST_RDY;
Christopher Faulet0a4dcb62022-03-31 09:53:38 +02001299 else
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001300 s->scb->state = SC_ST_CON;
Christopher Faulet0a4dcb62022-03-31 09:53:38 +02001301 }
1302
1303 /* needs src ip/port for logging */
1304 if (s->flags & SF_SRC_ADDR)
1305 conn_get_src(conn);
1306
1307 return ret;
1308}
1309
Willy Tarreaubaaee002006-06-26 02:48:02 +02001310/*
Willy Tarreau87b09662015-04-03 00:22:06 +02001311 * This function initiates a connection to the server assigned to this stream
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001312 * (s->target, (s->scb)->addr.to). It will assign a server if none
Willy Tarreau664beb82011-03-10 11:38:29 +01001313 * is assigned yet.
Willy Tarreaubaaee002006-06-26 02:48:02 +02001314 * It can return one of :
Willy Tarreaue7dff022015-04-03 01:14:29 +02001315 * - SF_ERR_NONE if everything's OK
1316 * - SF_ERR_SRVTO if there are no more servers
1317 * - SF_ERR_SRVCL if the connection was refused by the server
1318 * - SF_ERR_PRXCOND if the connection has been limited by the proxy (maxconn)
1319 * - SF_ERR_RESOURCE if a system resource is lacking (eg: fd limits, ports, ...)
1320 * - SF_ERR_INTERNAL for any other purely internal errors
Tim Düsterhus4896c442016-11-29 02:15:19 +01001321 * Additionally, in the case of SF_ERR_RESOURCE, an emergency log will be emitted.
Willy Tarreau4596fe22022-05-17 19:07:51 +02001322 * The server-facing stream connector is expected to hold a pre-allocated connection.
Willy Tarreaubaaee002006-06-26 02:48:02 +02001323 */
Christopher Fauletc983b212022-01-13 09:53:00 +01001324static int connect_server(struct stream *s)
Willy Tarreaubaaee002006-06-26 02:48:02 +02001325{
Willy Tarreau1c8d32b2019-07-18 15:47:45 +02001326 struct connection *cli_conn = objt_conn(strm_orig(s));
Olivier Houchard00cf70f2018-11-30 17:24:55 +01001327 struct connection *srv_conn = NULL;
Willy Tarreau827aee92011-03-10 16:55:02 +01001328 struct server *srv;
Amaury Denoyelle7f68d812021-01-26 14:35:26 +01001329 const int reuse_mode = s->be->options & PR_O_REUSE_MASK;
Willy Tarreau34601a82013-12-15 16:33:46 +01001330 int reuse = 0;
Olivier Houchard5cd62172019-01-04 15:52:26 +01001331 int init_mux = 0;
Willy Tarreau9650f372009-08-16 14:02:45 +02001332 int err;
Amaury Denoyelleedadf192021-02-12 13:49:42 +01001333#ifdef USE_OPENSSL
Amaury Denoyelle9b626e32021-01-06 17:03:27 +01001334 struct sample *sni_smp = NULL;
Amaury Denoyelleedadf192021-02-12 13:49:42 +01001335#endif
Willy Tarreaub3f0d422022-05-02 16:20:36 +02001336 struct sockaddr_storage *bind_addr = NULL;
Amaury Denoyelle1921d202021-01-14 10:15:29 +01001337 int proxy_line_ret;
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001338 int64_t hash = 0;
Amaury Denoyelle81c6f762021-01-18 14:57:50 +01001339 struct conn_hash_params hash_params;
1340
Amaury Denoyelle8ede3db2021-03-02 14:38:53 +01001341 /* in standard configuration, srv will be valid
1342 * it can be NULL for dispatch mode or transparent backend */
1343 srv = objt_server(s->target);
1344
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001345 err = alloc_dst_address(&s->scb->dst, srv, s);
Willy Tarreau03bd3952022-05-02 16:36:47 +02001346 if (err != SRV_STATUS_OK)
1347 return SF_ERR_INTERNAL;
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001348
1349 err = alloc_bind_address(&bind_addr, srv, s);
1350 if (err != SRV_STATUS_OK)
1351 return SF_ERR_INTERNAL;
Amaury Denoyelle1a58aca2021-01-22 16:47:46 +01001352
Amaury Denoyelle9b626e32021-01-06 17:03:27 +01001353#ifdef USE_OPENSSL
Amaury Denoyelle9b626e32021-01-06 17:03:27 +01001354 if (srv && srv->ssl_ctx.sni) {
1355 sni_smp = sample_fetch_as_type(s->be, s->sess, s,
1356 SMP_OPT_DIR_REQ | SMP_OPT_FINAL,
1357 srv->ssl_ctx.sni, SMP_T_STR);
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001358 }
1359#endif
Amaury Denoyelle4c098002021-02-17 15:59:02 +01001360
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001361 /* do not reuse if mode is not http */
1362 if (!IS_HTX_STRM(s)) {
Christopher Faulet62e75742022-03-31 09:16:34 +02001363 DBG_TRACE_STATE("skip idle connections reuse: no htx", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001364 goto skip_reuse;
Amaury Denoyelle9b626e32021-01-06 17:03:27 +01001365 }
Amaury Denoyelle9b626e32021-01-06 17:03:27 +01001366
Amaury Denoyelle9c3251d2021-10-18 14:39:57 +02001367 /* disable reuse if websocket stream and the protocol to use is not the
1368 * same as the main protocol of the server.
1369 */
1370 if (unlikely(s->flags & SF_WEBSOCKET) && srv) {
1371 if (!srv_check_reuse_ws(srv)) {
Christopher Faulet62e75742022-03-31 09:16:34 +02001372 DBG_TRACE_STATE("skip idle connections reuse: websocket stream", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Amaury Denoyelle9c3251d2021-10-18 14:39:57 +02001373 goto skip_reuse;
1374 }
1375 }
1376
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001377 /* first, set unique connection parameters and then calculate hash */
1378 memset(&hash_params, 0, sizeof(hash_params));
Amaury Denoyelle01a287f2021-02-11 16:46:53 +01001379
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001380 /* 1. target */
1381 hash_params.target = s->target;
1382
1383#ifdef USE_OPENSSL
1384 /* 2. sni
1385 * only test if the sample is not null as smp_make_safe (called before
1386 * ssl_sock_set_servername) can only fails if this is not the case
1387 */
1388 if (sni_smp) {
1389 hash_params.sni_prehash =
1390 conn_hash_prehash(sni_smp->data.u.str.area,
1391 sni_smp->data.u.str.data);
Amaury Denoyelle01a287f2021-02-11 16:46:53 +01001392 }
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001393#endif /* USE_OPENSSL */
Amaury Denoyelle01a287f2021-02-11 16:46:53 +01001394
Amaury Denoyelle926712a2021-10-20 15:04:03 +02001395 /* 3. destination address */
Amaury Denoyelle01a287f2021-02-11 16:46:53 +01001396 if (srv && (!is_addr(&srv->addr) || srv->flags & SRV_F_MAPPORTS))
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001397 hash_params.dst_addr = s->scb->dst;
Amaury Denoyelle01a287f2021-02-11 16:46:53 +01001398
Amaury Denoyelle8ede3db2021-03-02 14:38:53 +01001399 /* 4. source address */
Amaury Denoyelled10a2002021-02-11 19:45:19 +01001400 hash_params.src_addr = bind_addr;
1401
Amaury Denoyelle8ede3db2021-03-02 14:38:53 +01001402 /* 5. proxy protocol */
Amaury Denoyelle1921d202021-01-14 10:15:29 +01001403 if (srv && srv->pp_opts) {
1404 proxy_line_ret = make_proxy_line(trash.area, trash.size, srv, cli_conn, s);
1405 if (proxy_line_ret) {
Amaury Denoyelle36441f42021-02-17 16:25:31 +01001406 hash_params.proxy_prehash =
1407 conn_hash_prehash(trash.area, proxy_line_ret);
Amaury Denoyelle1921d202021-01-14 10:15:29 +01001408 }
1409 }
1410
Amaury Denoyelle8ede3db2021-03-02 14:38:53 +01001411 hash = conn_calculate_hash(&hash_params);
Olivier Houchard7c6f8b12018-11-13 16:48:36 +01001412
Willy Tarreaub0821862019-07-18 19:26:11 +02001413 /* first, search for a matching connection in the session's idle conns */
Amaury Denoyelle293dcc42021-01-25 10:29:35 +01001414 srv_conn = session_get_conn(s->sess, s->target, hash);
Amaury Denoyelle1252b6f2021-10-20 15:22:01 +02001415 if (srv_conn) {
Christopher Faulet62e75742022-03-31 09:16:34 +02001416 DBG_TRACE_STATE("reuse connection from session", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Christopher Fauletfcc3d8a2020-07-01 16:36:51 +02001417 reuse = 1;
Amaury Denoyelle1252b6f2021-10-20 15:22:01 +02001418 }
Olivier Houchard00cf70f2018-11-30 17:24:55 +01001419
Amaury Denoyelle7f68d812021-01-26 14:35:26 +01001420 if (srv && !reuse && reuse_mode != PR_O_REUSE_NEVR) {
Olivier Houcharddc2f2752020-02-13 19:12:07 +01001421 /* Below we pick connections from the safe, idle or
1422 * available (which are safe too) lists based
Willy Tarreau449d74a2015-08-05 17:16:33 +02001423 * on the strategy, the fact that this is a first or second
1424 * (retryable) request, with the indicated priority (1 or 2) :
1425 *
1426 * SAFE AGGR ALWS
1427 *
1428 * +-----+-----+ +-----+-----+ +-----+-----+
1429 * req| 1st | 2nd | req| 1st | 2nd | req| 1st | 2nd |
1430 * ----+-----+-----+ ----+-----+-----+ ----+-----+-----+
1431 * safe| - | 2 | safe| 1 | 2 | safe| 1 | 2 |
1432 * ----+-----+-----+ ----+-----+-----+ ----+-----+-----+
1433 * idle| - | 1 | idle| - | 1 | idle| 2 | 1 |
1434 * ----+-----+-----+ ----+-----+-----+ ----+-----+-----+
Willy Tarreaub0821862019-07-18 19:26:11 +02001435 *
1436 * Idle conns are necessarily looked up on the same thread so
1437 * that there is no concurrency issues.
Willy Tarreau449d74a2015-08-05 17:16:33 +02001438 */
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001439 if (!eb_is_empty(&srv->per_thr[tid].avail_conns)) {
1440 srv_conn = srv_lookup_conn(&srv->per_thr[tid].avail_conns, hash);
Amaury Denoyelle1252b6f2021-10-20 15:22:01 +02001441 if (srv_conn) {
Christopher Faulet62e75742022-03-31 09:16:34 +02001442 DBG_TRACE_STATE("reuse connection from avail", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001443 reuse = 1;
Amaury Denoyelle1252b6f2021-10-20 15:22:01 +02001444 }
Willy Tarreau449d74a2015-08-05 17:16:33 +02001445 }
Amaury Denoyelle1399d692021-01-22 19:37:44 +01001446
Amaury Denoyelle7f68d812021-01-26 14:35:26 +01001447 /* if no available connections found, search for an idle/safe */
Amaury Denoyelle1399d692021-01-22 19:37:44 +01001448 if (!srv_conn && srv->max_idle_conns && srv->curr_idle_conns > 0) {
Amaury Denoyelle7f68d812021-01-26 14:35:26 +01001449 const int not_first_req = s->txn && s->txn->flags & TX_NOT_FIRST;
1450 const int idle = srv->curr_idle_nb > 0;
1451 const int safe = srv->curr_safe_nb > 0;
Willy Tarreauecb40b22022-09-01 19:58:58 +02001452 const int retry_safe = (s->be->retry_type & (PR_RE_CONN_FAILED | PR_RE_DISCONNECTED | PR_RE_TIMEOUT)) ==
1453 (PR_RE_CONN_FAILED | PR_RE_DISCONNECTED | PR_RE_TIMEOUT);
Amaury Denoyelle7f68d812021-01-26 14:35:26 +01001454
1455 /* second column of the tables above,
1456 * search for an idle then safe conn */
Willy Tarreauecb40b22022-09-01 19:58:58 +02001457 if (not_first_req || retry_safe) {
Amaury Denoyelle7f68d812021-01-26 14:35:26 +01001458 if (idle || safe)
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001459 srv_conn = conn_backend_get(s, srv, 0, hash);
Olivier Houchard566df302020-03-06 18:18:56 +01001460 }
Amaury Denoyelle7f68d812021-01-26 14:35:26 +01001461 /* first column of the tables above */
1462 else if (reuse_mode >= PR_O_REUSE_AGGR) {
1463 /* search for a safe conn */
1464 if (safe)
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001465 srv_conn = conn_backend_get(s, srv, 1, hash);
Amaury Denoyelleaa890ae2021-01-25 14:43:17 +01001466
1467 /* search for an idle conn if no safe conn found
1468 * on always reuse mode */
1469 if (!srv_conn &&
1470 reuse_mode == PR_O_REUSE_ALWS && idle) {
1471 /* TODO conn_backend_get should not check the
1472 * safe list is this case */
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001473 srv_conn = conn_backend_get(s, srv, 0, hash);
Amaury Denoyelleaa890ae2021-01-25 14:43:17 +01001474 }
Olivier Houchard566df302020-03-06 18:18:56 +01001475 }
Amaury Denoyelle37e25bc2021-01-26 14:35:25 +01001476
Amaury Denoyelle1252b6f2021-10-20 15:22:01 +02001477 if (srv_conn) {
Christopher Faulet62e75742022-03-31 09:16:34 +02001478 DBG_TRACE_STATE("reuse connection from idle/safe", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Olivier Houchard566df302020-03-06 18:18:56 +01001479 reuse = 1;
Amaury Denoyelle1252b6f2021-10-20 15:22:01 +02001480 }
Olivier Houcharddc2f2752020-02-13 19:12:07 +01001481 }
Willy Tarreau8dff9982015-08-04 20:45:52 +02001482 }
1483
Willy Tarreaub0821862019-07-18 19:26:11 +02001484
1485 /* here reuse might have been set above, indicating srv_conn finally
1486 * is OK.
1487 */
Willy Tarreaub0821862019-07-18 19:26:11 +02001488
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001489 if (ha_used_fds > global.tune.pool_high_count && srv) {
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001490 struct connection *tokill_conn = NULL;
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001491 struct conn_hash_node *conn_node = NULL;
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001492 struct ebmb_node *node = NULL;
Olivier Houchard88698d92019-04-16 19:07:22 +02001493
1494 /* We can't reuse a connection, and e have more FDs than deemd
1495 * acceptable, attempt to kill an idling connection
1496 */
1497 /* First, try from our own idle list */
Amaury Denoyelle5c7086f2021-01-11 09:21:52 +01001498 HA_SPIN_LOCK(IDLE_CONNS_LOCK, &idle_conns[tid].idle_conns_lock);
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001499 node = ebmb_first(&srv->per_thr[tid].idle_conns);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001500 if (node) {
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001501 conn_node = ebmb_entry(node, struct conn_hash_node, node);
1502 tokill_conn = conn_node->conn;
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001503 ebmb_delete(node);
Amaury Denoyelle65bf6002021-03-23 10:44:43 +01001504 HA_SPIN_UNLOCK(IDLE_CONNS_LOCK, &idle_conns[tid].idle_conns_lock);
1505
1506 /* Release the idle lock before calling mux->destroy.
1507 * It will in turn call srv_release_conn through
1508 * conn_free which also uses it.
1509 */
Olivier Houchard88698d92019-04-16 19:07:22 +02001510 tokill_conn->mux->destroy(tokill_conn->ctx);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001511 }
Amaury Denoyelle65bf6002021-03-23 10:44:43 +01001512 else {
1513 HA_SPIN_UNLOCK(IDLE_CONNS_LOCK, &idle_conns[tid].idle_conns_lock);
1514 }
Amaury Denoyelle5c7086f2021-01-11 09:21:52 +01001515
Olivier Houchard88698d92019-04-16 19:07:22 +02001516 /* If not, iterate over other thread's idling pool, and try to grab one */
Amaury Denoyelle5c7086f2021-01-11 09:21:52 +01001517 if (!tokill_conn) {
Olivier Houchard88698d92019-04-16 19:07:22 +02001518 int i;
1519
Willy Tarreauc35bcfc2020-06-29 14:43:16 +02001520 for (i = tid; (i = ((i + 1 == global.nbthread) ? 0 : i + 1)) != tid;) {
Willy Tarreau08e2b412019-05-26 11:50:08 +02001521 // just silence stupid gcc which reports an absurd
1522 // out-of-bounds warning for <i> which is always
1523 // exactly zero without threads, but it seems to
1524 // see it possibly larger.
1525 ALREADY_CHECKED(i);
1526
Willy Tarreau9b9f8472021-03-26 20:52:10 +01001527 if (HA_SPIN_TRYLOCK(IDLE_CONNS_LOCK, &idle_conns[i].idle_conns_lock) != 0)
1528 continue;
1529
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001530 node = ebmb_first(&srv->per_thr[i].idle_conns);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001531 if (node) {
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001532 conn_node = ebmb_entry(node, struct conn_hash_node, node);
1533 tokill_conn = conn_node->conn;
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001534 ebmb_delete(node);
1535 }
1536
1537 if (!tokill_conn) {
Willy Tarreau430bf4a2021-03-04 09:45:32 +01001538 node = ebmb_first(&srv->per_thr[i].safe_conns);
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001539 if (node) {
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001540 conn_node = ebmb_entry(node, struct conn_hash_node, node);
1541 tokill_conn = conn_node->conn;
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001542 ebmb_delete(node);
1543 }
1544 }
Amaury Denoyelle5c7086f2021-01-11 09:21:52 +01001545 HA_SPIN_UNLOCK(IDLE_CONNS_LOCK, &idle_conns[i].idle_conns_lock);
Amaury Denoyellea3bf62e2021-01-28 10:16:29 +01001546
Olivier Houchard88698d92019-04-16 19:07:22 +02001547 if (tokill_conn) {
1548 /* We got one, put it into the concerned thread's to kill list, and wake it's kill task */
1549
Willy Tarreau2b718102021-04-21 07:32:39 +02001550 MT_LIST_APPEND(&idle_conns[i].toremove_conns,
Amaury Denoyellef232cb32021-01-06 16:14:12 +01001551 (struct mt_list *)&tokill_conn->toremove_list);
Willy Tarreau4d82bf52020-06-28 00:19:17 +02001552 task_wakeup(idle_conns[i].cleanup_task, TASK_WOKEN_OTHER);
Olivier Houchard88698d92019-04-16 19:07:22 +02001553 break;
1554 }
1555 }
1556 }
1557
1558 }
Willy Tarreau34601a82013-12-15 16:33:46 +01001559
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001560 if (reuse) {
Willy Tarreaub0821862019-07-18 19:26:11 +02001561 if (srv_conn->mux) {
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001562 int avail = srv_conn->mux->avail_streams(srv_conn);
1563
1564 if (avail <= 1) {
Olivier Houchard2442f682018-12-01 17:03:38 +01001565 /* No more streams available, remove it from the list */
Christopher Faulet7ae48a72022-04-22 17:56:24 +02001566 HA_SPIN_LOCK(IDLE_CONNS_LOCK, &idle_conns[tid].idle_conns_lock);
Amaury Denoyelle8990b012021-02-19 15:29:16 +01001567 conn_delete_from_tree(&srv_conn->hash_node->node);
Christopher Faulet7ae48a72022-04-22 17:56:24 +02001568 HA_SPIN_UNLOCK(IDLE_CONNS_LOCK, &idle_conns[tid].idle_conns_lock);
Olivier Houchard2442f682018-12-01 17:03:38 +01001569 }
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001570
1571 if (avail >= 1) {
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001572 if (srv_conn->mux->attach(srv_conn, s->scb->sedesc, s->sess) == -1) {
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001573 srv_conn = NULL;
Willy Tarreau19c65a92022-05-27 08:49:24 +02001574 if (sc_reset_endp(s->scb) < 0)
Christopher Faulet9ec2f4d2022-03-23 15:15:29 +01001575 return SF_ERR_INTERNAL;
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001576 sc_ep_clr(s->scb, ~SE_FL_DETACHED);
Christopher Faulet13a35e52021-12-20 15:34:16 +01001577 }
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001578 }
Olivier Houchard134a2042018-12-28 14:45:47 +01001579 else
1580 srv_conn = NULL;
Olivier Houchard7c6f8b12018-11-13 16:48:36 +01001581 }
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001582 /* otherwise srv_conn is left intact */
1583 }
1584 else
1585 srv_conn = NULL;
1586
Amaury Denoyelle08d87b32021-01-26 17:35:46 +01001587skip_reuse:
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001588 /* no reuse or failed to reuse the connection above, pick a new one */
1589 if (!srv_conn) {
Christopher Faulet236c93b2020-07-02 09:19:54 +02001590 srv_conn = conn_new(s->target);
Willy Tarreaudc2ac812020-07-15 17:46:32 +02001591 if (srv_conn) {
Christopher Faulet62e75742022-03-31 09:16:34 +02001592 DBG_TRACE_STATE("alloc new be connection", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreaudc2ac812020-07-15 17:46:32 +02001593 srv_conn->owner = s->sess;
Amaury Denoyelle8ede3db2021-03-02 14:38:53 +01001594
1595 /* connection will be attached to the session if
1596 * http-reuse mode is never or it is not targeted to a
1597 * server */
1598 if (reuse_mode == PR_O_REUSE_NEVR || !srv)
Willy Tarreaudc2ac812020-07-15 17:46:32 +02001599 conn_set_private(srv_conn);
Willy Tarreau2c7dedd2019-01-24 18:22:19 +01001600
Amaury Denoyelle68967e52021-03-02 12:01:06 +01001601 /* assign bind_addr to srv_conn */
Amaury Denoyelled10a2002021-02-11 19:45:19 +01001602 srv_conn->src = bind_addr;
Amaury Denoyelle68967e52021-03-02 12:01:06 +01001603 bind_addr = NULL;
Amaury Denoyellef7bdf002021-01-21 09:40:19 +01001604
Amaury Denoyelle01a287f2021-02-11 16:46:53 +01001605 if (!sockaddr_alloc(&srv_conn->dst, 0, 0)) {
1606 conn_free(srv_conn);
1607 return SF_ERR_RESOURCE;
1608 }
Amaury Denoyelleaee4fdb2021-10-20 15:22:20 +02001609
Willy Tarreau85223482022-09-29 20:32:43 +02001610 srv_conn->hash_node->node.key = hash;
Olivier Houchardc0caac22020-03-20 14:26:32 +01001611 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02001612 }
1613
Amaury Denoyelle68967e52021-03-02 12:01:06 +01001614 /* if bind_addr is non NULL free it */
1615 sockaddr_free(&bind_addr);
1616
1617 /* srv_conn is still NULL only on allocation failure */
1618 if (!srv_conn)
1619 return SF_ERR_RESOURCE;
1620
Willy Tarreau1c8d32b2019-07-18 15:47:45 +02001621 /* copy the target address into the connection */
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001622 *srv_conn->dst = *s->scb->dst;
Willy Tarreau1c8d32b2019-07-18 15:47:45 +02001623
1624 /* Copy network namespace from client connection */
1625 srv_conn->proxy_netns = cli_conn ? cli_conn->proxy_netns : NULL;
1626
Olivier Houchard1b3c9312021-03-05 23:37:48 +01001627 if (!srv_conn->xprt) {
Willy Tarreau4596fe22022-05-17 19:07:51 +02001628 /* set the correct protocol on the output stream connector */
Olivier Houchard1b3c9312021-03-05 23:37:48 +01001629 if (srv) {
Willy Tarreau14e7f292021-10-27 17:41:07 +02001630 if (conn_prepare(srv_conn, protocol_lookup(srv_conn->dst->ss_family, PROTO_TYPE_STREAM, 0), srv->xprt)) {
Olivier Houchard1b3c9312021-03-05 23:37:48 +01001631 conn_free(srv_conn);
1632 return SF_ERR_INTERNAL;
1633 }
1634 } else if (obj_type(s->target) == OBJ_TYPE_PROXY) {
1635 int ret;
1636
Willy Tarreauff605db2013-12-20 11:09:51 +01001637 /* proxies exclusively run on raw_sock right now */
Willy Tarreau14e7f292021-10-27 17:41:07 +02001638 ret = conn_prepare(srv_conn, protocol_lookup(srv_conn->dst->ss_family, PROTO_TYPE_STREAM, 0), xprt_get(XPRT_RAW));
Olivier Houchard1b3c9312021-03-05 23:37:48 +01001639 if (ret < 0 || !(srv_conn->ctrl)) {
Olivier Houchardc0caac22020-03-20 14:26:32 +01001640 conn_free(srv_conn);
Willy Tarreaue7dff022015-04-03 01:14:29 +02001641 return SF_ERR_INTERNAL;
Olivier Houchardc0caac22020-03-20 14:26:32 +01001642 }
Willy Tarreauff605db2013-12-20 11:09:51 +01001643 }
Olivier Houchardc0caac22020-03-20 14:26:32 +01001644 else {
1645 conn_free(srv_conn);
Willy Tarreaue7dff022015-04-03 01:14:29 +02001646 return SF_ERR_INTERNAL; /* how did we get there ? */
Olivier Houchardc0caac22020-03-20 14:26:32 +01001647 }
Willy Tarreaud02394b2012-05-11 18:32:18 +02001648
Willy Tarreau19c65a92022-05-27 08:49:24 +02001649 if (sc_attach_mux(s->scb, NULL, srv_conn) < 0) {
Christopher Faulet070b91b2022-03-31 19:27:18 +02001650 conn_free(srv_conn);
1651 return SF_ERR_INTERNAL; /* how did we get there ? */
1652 }
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001653 srv_conn->ctx = s->scb;
Christopher Fauleta9e8b392022-03-23 11:01:09 +01001654
Olivier Houchardecffb7d2020-01-24 14:10:55 +01001655#if defined(USE_OPENSSL) && defined(TLSEXT_TYPE_application_layer_protocol_negotiation)
Olivier Houchard12950162018-11-23 14:32:08 +01001656 if (!srv ||
Christopher Fauletb4de4202020-07-30 09:10:36 +02001657 (srv->use_ssl != 1 || (!(srv->ssl_ctx.alpn_str) && !(srv->ssl_ctx.npn_str)) ||
Christopher Faulet1bb6afa2021-03-08 17:57:53 +01001658 srv->mux_proto || !IS_HTX_STRM(s)))
Olivier Houchard201b9f42018-11-21 00:16:29 +01001659#endif
Olivier Houchard5cd62172019-01-04 15:52:26 +01001660 init_mux = 1;
Christopher Faulet08016ab2020-07-01 16:10:06 +02001661
Willy Tarreauff605db2013-12-20 11:09:51 +01001662 /* process the case where the server requires the PROXY protocol to be sent */
1663 srv_conn->send_proxy_ofs = 0;
Olivier Houchard522eea72017-11-03 16:27:47 +01001664
Willy Tarreau7b004922015-08-04 19:34:21 +02001665 if (srv && srv->pp_opts) {
Alexander Liu2a54bb72019-05-22 19:44:48 +08001666 srv_conn->flags |= CO_FL_SEND_PROXY;
Willy Tarreauff605db2013-12-20 11:09:51 +01001667 srv_conn->send_proxy_ofs = 1; /* must compute size */
Willy Tarreauff605db2013-12-20 11:09:51 +01001668 }
Willy Tarreau2a6e8802013-10-24 15:50:53 +02001669
Alexander Liu2a54bb72019-05-22 19:44:48 +08001670 if (srv && (srv->flags & SRV_F_SOCKS4_PROXY)) {
1671 srv_conn->send_proxy_ofs = 1;
1672 srv_conn->flags |= CO_FL_SOCKS4;
1673 }
Amaury Denoyelle9c3251d2021-10-18 14:39:57 +02001674
1675#if defined(USE_OPENSSL) && defined(TLSEXT_TYPE_application_layer_protocol_negotiation)
1676 /* if websocket stream, try to update connection ALPN. */
1677 if (unlikely(s->flags & SF_WEBSOCKET) &&
1678 srv && srv->use_ssl && srv->ssl_ctx.alpn_str) {
1679 char *alpn = "";
1680 int force = 0;
1681
1682 switch (srv->ws) {
1683 case SRV_WS_AUTO:
1684 alpn = "\x08http/1.1";
1685 force = 0;
1686 break;
1687 case SRV_WS_H1:
1688 alpn = "\x08http/1.1";
1689 force = 1;
1690 break;
1691 case SRV_WS_H2:
1692 alpn = "\x02h2";
1693 force = 1;
1694 break;
1695 }
1696
1697 if (!conn_update_alpn(srv_conn, ist(alpn), force))
Christopher Faulet62e75742022-03-31 09:16:34 +02001698 DBG_TRACE_STATE("update alpn for websocket", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Amaury Denoyelle9c3251d2021-10-18 14:39:57 +02001699 }
1700#endif
Willy Tarreauff605db2013-12-20 11:09:51 +01001701 }
Olivier Houcharde8f5f5d2019-10-25 17:00:54 +02001702 else {
Amaury Denoyelle2b1d9172021-06-17 15:14:49 +02001703 s->flags |= SF_SRV_REUSED;
1704
Amaury Denoyelled7faa3d2021-03-05 15:27:41 +01001705 /* Currently there seems to be no known cases of xprt ready
1706 * without the mux installed here.
1707 */
1708 BUG_ON(!srv_conn->mux);
1709
Amaury Denoyelle2b1d9172021-06-17 15:14:49 +02001710 if (!(srv_conn->mux->ctl(srv_conn, MUX_STATUS, NULL) & MUX_STATUS_READY))
1711 s->flags |= SF_SRV_REUSED_ANTICIPATED;
Olivier Houcharde8f5f5d2019-10-25 17:00:54 +02001712 }
Willy Tarreaub1d67742010-03-29 19:36:59 +02001713
William Lallemandb7ff6a32012-03-02 14:35:21 +01001714 /* flag for logging source ip/port */
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001715 if (strm_fe(s)->options2 & PR_O2_SRC_ADDR)
Christopher Fauletd1391382022-03-30 16:26:39 +02001716 s->flags |= SF_SRC_ADDR;
William Lallemandb7ff6a32012-03-02 14:35:21 +01001717
Willy Tarreau14f8e862012-08-30 22:23:13 +02001718 /* disable lingering */
1719 if (s->be->options & PR_O_TCP_NOLING)
Willy Tarreaucb041662022-05-17 19:44:42 +02001720 s->scb->flags |= SC_FL_NOLINGER;
Willy Tarreau14f8e862012-08-30 22:23:13 +02001721
Willy Tarreauf1573842018-12-14 11:35:36 +01001722 if (s->flags & SF_SRV_REUSED) {
Willy Tarreau4781b152021-04-06 13:53:36 +02001723 _HA_ATOMIC_INC(&s->be->be_counters.reuse);
Willy Tarreaucc79ed22018-12-15 15:11:36 +01001724 if (srv)
Willy Tarreau4781b152021-04-06 13:53:36 +02001725 _HA_ATOMIC_INC(&srv->counters.reuse);
Willy Tarreauf1573842018-12-14 11:35:36 +01001726 } else {
Willy Tarreau4781b152021-04-06 13:53:36 +02001727 _HA_ATOMIC_INC(&s->be->be_counters.connect);
Willy Tarreaucc79ed22018-12-15 15:11:36 +01001728 if (srv)
Willy Tarreau4781b152021-04-06 13:53:36 +02001729 _HA_ATOMIC_INC(&srv->counters.connect);
Willy Tarreauf1573842018-12-14 11:35:36 +01001730 }
1731
Christopher Faulet0a4dcb62022-03-31 09:53:38 +02001732 err = do_connect_server(s, srv_conn);
Willy Tarreau09e02032019-07-18 16:18:20 +02001733 if (err != SF_ERR_NONE)
1734 return err;
1735
Christopher Faulet27bd6ff2020-07-01 11:00:18 +02001736#ifdef USE_OPENSSL
Amaury Denoyelle655dec82021-06-01 17:04:10 +02001737 if (!(s->flags & SF_SRV_REUSED)) {
1738 if (smp_make_safe(sni_smp))
1739 ssl_sock_set_servername(srv_conn, sni_smp->data.u.str.area);
1740 }
Christopher Faulet27bd6ff2020-07-01 11:00:18 +02001741#endif /* USE_OPENSSL */
1742
Willy Tarreaua3b17562020-07-31 08:39:31 +02001743 /* The CO_FL_SEND_PROXY flag may have been set by the connect method,
1744 * if so, add our handshake pseudo-XPRT now.
1745 */
1746 if ((srv_conn->flags & CO_FL_HANDSHAKE)) {
1747 if (xprt_add_hs(srv_conn) < 0) {
1748 conn_full_close(srv_conn);
1749 return SF_ERR_INTERNAL;
1750 }
1751 }
Olivier Houchard1b3c9312021-03-05 23:37:48 +01001752 conn_xprt_start(srv_conn);
Willy Tarreaua3b17562020-07-31 08:39:31 +02001753
Olivier Houchard5cd62172019-01-04 15:52:26 +01001754 /* We have to defer the mux initialization until after si_connect()
1755 * has been called, as we need the xprt to have been properly
1756 * initialized, or any attempt to recv during the mux init may
1757 * fail, and flag the connection as CO_FL_ERROR.
1758 */
1759 if (init_mux) {
Amaury Denoyelle9c3251d2021-10-18 14:39:57 +02001760 const struct mux_ops *alt_mux =
1761 likely(!(s->flags & SF_WEBSOCKET)) ? NULL : srv_get_ws_proto(srv);
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001762 if (conn_install_mux_be(srv_conn, s->scb, s->sess, alt_mux) < 0) {
Olivier Houchard74931142019-01-29 19:11:16 +01001763 conn_full_close(srv_conn);
Olivier Houchard5cd62172019-01-04 15:52:26 +01001764 return SF_ERR_INTERNAL;
Olivier Houchard74931142019-01-29 19:11:16 +01001765 }
Christopher Faulet1bb6afa2021-03-08 17:57:53 +01001766 if (IS_HTX_STRM(s)) {
Amaury Denoyelle08d87b32021-01-26 17:35:46 +01001767 /* If we're doing http-reuse always, and the connection
1768 * is not private with available streams (an http2
1769 * connection), add it to the available list, so that
1770 * others can use it right away. If the connection is
1771 * private or we're doing http-reuse safe and the mux
1772 * protocol supports multiplexing, add it in the
1773 * session server list.
1774 */
1775 if (srv && reuse_mode == PR_O_REUSE_ALWS &&
1776 !(srv_conn->flags & CO_FL_PRIVATE) &&
1777 srv_conn->mux->avail_streams(srv_conn) > 0) {
Willy Tarreau85223482022-09-29 20:32:43 +02001778 eb64_insert(&srv->per_thr[tid].avail_conns, &srv_conn->hash_node->node);
Amaury Denoyelle08d87b32021-01-26 17:35:46 +01001779 }
1780 else if (srv_conn->flags & CO_FL_PRIVATE ||
1781 (reuse_mode == PR_O_REUSE_SAFE &&
1782 srv_conn->mux->flags & MX_FL_HOL_RISK)) {
1783 /* If it fail now, the same will be done in mux->detach() callback */
1784 session_add_conn(s->sess, srv_conn, srv_conn->target);
1785 }
Christopher Faulet08016ab2020-07-01 16:10:06 +02001786 }
Olivier Houchard5cd62172019-01-04 15:52:26 +01001787 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02001788
Willy Tarreaub1310492021-08-30 09:35:18 +02001789#if defined(USE_OPENSSL) && (defined(OPENSSL_IS_BORINGSSL) || (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L))
Olivier Houchard4cd2af42019-05-06 15:18:27 +02001790
Olivier Houchard8694e5b2019-06-15 00:14:05 +02001791 if (!reuse && cli_conn && srv && srv_conn->mux &&
Olivier Houchard522eea72017-11-03 16:27:47 +01001792 (srv->ssl_ctx.options & SRV_SSL_O_EARLY_DATA) &&
Olivier Houchard865d8392019-05-03 22:46:27 +02001793 /* Only attempt to use early data if either the client sent
1794 * early data, so that we know it can handle a 425, or if
1795 * we are allwoed to retry requests on early data failure, and
1796 * it's our first try
1797 */
1798 ((cli_conn->flags & CO_FL_EARLY_DATA) ||
Christopher Faulet731c8e62022-03-29 16:08:44 +02001799 ((s->be->retry_type & PR_RE_EARLY_ERROR) && !s->conn_retries)) &&
Willy Tarreau40a9c322022-05-18 15:55:18 +02001800 !channel_is_empty(sc_oc(s->scb)) &&
Olivier Houchard865d8392019-05-03 22:46:27 +02001801 srv_conn->flags & CO_FL_SSL_WAIT_HS)
Olivier Houchard522eea72017-11-03 16:27:47 +01001802 srv_conn->flags &= ~(CO_FL_SSL_WAIT_HS | CO_FL_WAIT_L6_CONN);
Willy Tarreau46c9d3e2017-11-08 14:25:59 +01001803#endif
Olivier Houchard522eea72017-11-03 16:27:47 +01001804
Willy Tarreau14f8e862012-08-30 22:23:13 +02001805 /* set connect timeout */
Christopher Fauletae024ce2022-03-29 19:02:31 +02001806 s->conn_exp = tick_add_ifset(now_ms, s->be->timeout.connect);
Willy Tarreau14f8e862012-08-30 22:23:13 +02001807
Willy Tarreau827aee92011-03-10 16:55:02 +01001808 if (srv) {
Christopher Faulet29f77e82017-06-08 14:04:45 +02001809 int count;
1810
Willy Tarreaue7dff022015-04-03 01:14:29 +02001811 s->flags |= SF_CURR_SESS;
Willy Tarreau1db42732021-04-06 11:44:07 +02001812 count = _HA_ATOMIC_ADD_FETCH(&srv->cur_sess, 1);
Christopher Faulet29f77e82017-06-08 14:04:45 +02001813 HA_ATOMIC_UPDATE_MAX(&srv->counters.cur_sess_max, count);
Willy Tarreau59b0fec2021-02-17 16:01:37 +01001814 if (s->be->lbprm.server_take_conn)
Willy Tarreau5941ef02021-06-18 18:29:25 +02001815 s->be->lbprm.server_take_conn(srv);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001816 }
1817
Willy Tarreau4596fe22022-05-17 19:07:51 +02001818 /* Now handle synchronously connected sockets. We know the stream connector
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001819 * is at least in state SC_ST_CON. These ones typically are UNIX
Christopher Fauletaf642df2022-03-30 10:06:11 +02001820 * sockets, socket pairs, andoccasionally TCP connections on the
Willy Tarreauada4c582020-03-04 16:42:03 +01001821 * loopback on a heavily loaded system.
1822 */
Christopher Faulet88d05a02023-04-14 12:03:50 +02001823 if (srv_conn->flags & CO_FL_ERROR)
Christopher Faulet38656f42023-04-14 11:35:07 +02001824 s->scb->flags |= SC_FL_ERROR;
Willy Tarreauada4c582020-03-04 16:42:03 +01001825
1826 /* If we had early data, and the handshake ended, then
1827 * we can remove the flag, and attempt to wake the task up,
1828 * in the event there's an analyser waiting for the end of
1829 * the handshake.
1830 */
1831 if (!(srv_conn->flags & (CO_FL_WAIT_XPRT | CO_FL_EARLY_SSL_HS)))
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001832 sc_ep_clr(s->scb, SE_FL_WAIT_FOR_HS);
Willy Tarreauada4c582020-03-04 16:42:03 +01001833
Willy Tarreau74568cf2022-05-27 09:03:30 +02001834 if (!sc_state_in(s->scb->state, SC_SB_EST|SC_SB_DIS|SC_SB_CLO) &&
Willy Tarreauada4c582020-03-04 16:42:03 +01001835 (srv_conn->flags & CO_FL_WAIT_XPRT) == 0) {
Christopher Fauletae024ce2022-03-29 19:02:31 +02001836 s->conn_exp = TICK_ETERNITY;
Christopher Fauletb96f2aa2022-12-12 08:11:36 +01001837 sc_oc(s->scb)->flags |= CF_WRITE_EVENT;
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001838 if (s->scb->state == SC_ST_CON)
1839 s->scb->state = SC_ST_RDY;
Willy Tarreauada4c582020-03-04 16:42:03 +01001840 }
1841
1842 /* Report EOI on the channel if it was reached from the mux point of
1843 * view.
1844 *
1845 * Note: This test is only required because si_cs_process is also the SI
1846 * wake callback. Otherwise si_cs_recv()/si_cs_send() already take
1847 * care of it.
1848 */
Christopher Faulet904763f2023-03-22 14:53:11 +01001849 if (sc_ep_test(s->scb, SE_FL_EOI) && !(s->scb->flags & SC_FL_EOI)) {
1850 s->scb->flags |= SC_FL_EOI;
1851 sc_ic(s->scb)->flags |= CF_READ_EVENT;
1852 }
Willy Tarreauada4c582020-03-04 16:42:03 +01001853
Christopher Faulet3f5bcd02020-07-29 22:42:27 +02001854 /* catch all sync connect while the mux is not already installed */
1855 if (!srv_conn->mux && !(srv_conn->flags & CO_FL_WAIT_XPRT)) {
1856 if (conn_create_mux(srv_conn) < 0) {
1857 conn_full_close(srv_conn);
1858 return SF_ERR_INTERNAL;
1859 }
1860 }
1861
Willy Tarreaue7dff022015-04-03 01:14:29 +02001862 return SF_ERR_NONE; /* connection is OK */
Willy Tarreaubaaee002006-06-26 02:48:02 +02001863}
1864
1865
Willy Tarreaubaaee002006-06-26 02:48:02 +02001866/* This function performs the "redispatch" part of a connection attempt. It
1867 * will assign a server if required, queue the connection if required, and
1868 * handle errors that might arise at this level. It can change the server
1869 * state. It will return 1 if it encounters an error, switches the server
1870 * state, or has to queue a connection. Otherwise, it will return 0 indicating
1871 * that the connection is ready to use.
1872 */
1873
Willy Tarreau87b09662015-04-03 00:22:06 +02001874int srv_redispatch_connect(struct stream *s)
Willy Tarreaubaaee002006-06-26 02:48:02 +02001875{
Willy Tarreau827aee92011-03-10 16:55:02 +01001876 struct server *srv;
Willy Tarreaubaaee002006-06-26 02:48:02 +02001877 int conn_err;
1878
1879 /* We know that we don't have any connection pending, so we will
1880 * try to get a new one, and wait in this state if it's queued
1881 */
Willy Tarreau7c669d72008-06-20 15:04:11 +02001882 redispatch:
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02001883 conn_err = assign_server_and_queue(s);
1884 srv = objt_server(s->target);
Willy Tarreau827aee92011-03-10 16:55:02 +01001885
Willy Tarreaubaaee002006-06-26 02:48:02 +02001886 switch (conn_err) {
1887 case SRV_STATUS_OK:
1888 break;
1889
Willy Tarreau7c669d72008-06-20 15:04:11 +02001890 case SRV_STATUS_FULL:
1891 /* The server has reached its maxqueue limit. Either PR_O_REDISP is set
1892 * and we can redispatch to another server, or it is not and we return
1893 * 503. This only makes sense in DIRECT mode however, because normal LB
1894 * algorithms would never select such a server, and hash algorithms
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02001895 * would bring us on the same server again. Note that s->target is set
Willy Tarreau827aee92011-03-10 16:55:02 +01001896 * in this case.
Willy Tarreau7c669d72008-06-20 15:04:11 +02001897 */
Willy Tarreaue7dff022015-04-03 01:14:29 +02001898 if (((s->flags & (SF_DIRECT|SF_FORCE_PRST)) == SF_DIRECT) &&
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02001899 (s->be->options & PR_O_REDISP)) {
Willy Tarreau03bd3952022-05-02 16:36:47 +02001900 s->flags &= ~(SF_DIRECT | SF_ASSIGNED);
Willy Tarreau7cb9e6c2022-05-17 19:40:40 +02001901 sockaddr_free(&s->scb->dst);
Willy Tarreau7c669d72008-06-20 15:04:11 +02001902 goto redispatch;
1903 }
1904
Christopher Faulet50264b42022-03-30 19:39:30 +02001905 if (!s->conn_err_type) {
1906 s->conn_err_type = STRM_ET_QUEUE_ERR;
Willy Tarreaufa7e1022008-10-19 07:30:41 +02001907 }
Willy Tarreau7c669d72008-06-20 15:04:11 +02001908
Willy Tarreau4781b152021-04-06 13:53:36 +02001909 _HA_ATOMIC_INC(&srv->counters.failed_conns);
1910 _HA_ATOMIC_INC(&s->be->be_counters.failed_conns);
Willy Tarreau7c669d72008-06-20 15:04:11 +02001911 return 1;
1912
Willy Tarreaubaaee002006-06-26 02:48:02 +02001913 case SRV_STATUS_NOSRV:
Willy Tarreau827aee92011-03-10 16:55:02 +01001914 /* note: it is guaranteed that srv == NULL here */
Christopher Faulet50264b42022-03-30 19:39:30 +02001915 if (!s->conn_err_type) {
1916 s->conn_err_type = STRM_ET_CONN_ERR;
Willy Tarreaufa7e1022008-10-19 07:30:41 +02001917 }
Krzysztof Piotr Oledzki5a329cf2008-02-22 03:50:19 +01001918
Willy Tarreau4781b152021-04-06 13:53:36 +02001919 _HA_ATOMIC_INC(&s->be->be_counters.failed_conns);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001920 return 1;
1921
1922 case SRV_STATUS_QUEUED:
Christopher Fauletae024ce2022-03-29 19:02:31 +02001923 s->conn_exp = tick_add_ifset(now_ms, s->be->timeout.queue);
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001924 s->scb->state = SC_ST_QUE;
Willy Tarreau87b09662015-04-03 00:22:06 +02001925 /* do nothing else and do not wake any other stream up */
Willy Tarreaubaaee002006-06-26 02:48:02 +02001926 return 1;
1927
Willy Tarreaubaaee002006-06-26 02:48:02 +02001928 case SRV_STATUS_INTERNAL:
1929 default:
Christopher Faulet50264b42022-03-30 19:39:30 +02001930 if (!s->conn_err_type) {
1931 s->conn_err_type = STRM_ET_CONN_OTHER;
Willy Tarreaufa7e1022008-10-19 07:30:41 +02001932 }
1933
Willy Tarreau827aee92011-03-10 16:55:02 +01001934 if (srv)
1935 srv_inc_sess_ctr(srv);
1936 if (srv)
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05001937 srv_set_sess_last(srv);
1938 if (srv)
Willy Tarreau4781b152021-04-06 13:53:36 +02001939 _HA_ATOMIC_INC(&srv->counters.failed_conns);
1940 _HA_ATOMIC_INC(&s->be->be_counters.failed_conns);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001941
Willy Tarreau87b09662015-04-03 00:22:06 +02001942 /* release other streams waiting for this server */
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02001943 if (may_dequeue_tasks(srv, s->be))
Willy Tarreau9ab78292021-06-22 18:47:51 +02001944 process_srv_queue(srv);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001945 return 1;
1946 }
1947 /* if we get here, it's because we got SRV_STATUS_OK, which also
1948 * means that the connection has not been queued.
1949 */
1950 return 0;
1951}
1952
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001953/* Check if the connection request is in such a state that it can be aborted. */
1954static int back_may_abort_req(struct channel *req, struct stream *s)
1955{
Christopher Faulet725170e2023-04-14 12:05:25 +02001956 return ((s->scf->flags & SC_FL_ERROR) ||
Christopher Faulet64350bb2023-04-13 16:37:37 +02001957 ((s->scb->flags & (SC_FL_SHUT_WANTED|SC_FL_SHUT_DONE)) && /* empty and client aborted */
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001958 (channel_is_empty(req) || (s->be->options & PR_O_ABRT_CLOSE))));
1959}
1960
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001961/* Update back stream connector status for input states SC_ST_ASS, SC_ST_QUE,
1962 * SC_ST_TAR. Other input states are simply ignored.
1963 * Possible output states are SC_ST_CLO, SC_ST_TAR, SC_ST_ASS, SC_ST_REQ, SC_ST_CON
1964 * and SC_ST_EST. Flags must have previously been updated for timeouts and other
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001965 * conditions.
1966 */
1967void back_try_conn_req(struct stream *s)
1968{
1969 struct server *srv = objt_server(s->target);
Willy Tarreaub49672d2022-05-27 10:13:37 +02001970 struct stconn *sc = s->scb;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001971 struct channel *req = &s->req;
1972
Christopher Faulet62e75742022-03-31 09:16:34 +02001973 DBG_TRACE_ENTER(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001974
Willy Tarreaub49672d2022-05-27 10:13:37 +02001975 if (sc->state == SC_ST_ASS) {
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001976 /* Server assigned to connection request, we have to try to connect now */
1977 int conn_err;
1978
1979 /* Before we try to initiate the connection, see if the
1980 * request may be aborted instead.
1981 */
1982 if (back_may_abort_req(req, s)) {
Christopher Faulet50264b42022-03-30 19:39:30 +02001983 s->conn_err_type |= STRM_ET_CONN_ABRT;
Christopher Faulet62e75742022-03-31 09:16:34 +02001984 DBG_TRACE_STATE("connection aborted", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001985 goto abort_connection;
1986 }
1987
1988 conn_err = connect_server(s);
1989 srv = objt_server(s->target);
1990
1991 if (conn_err == SF_ERR_NONE) {
Willy Tarreau026e8fb2022-05-17 19:47:17 +02001992 /* state = SC_ST_CON or SC_ST_EST now */
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001993 if (srv)
1994 srv_inc_sess_ctr(srv);
1995 if (srv)
1996 srv_set_sess_last(srv);
Christopher Faulet62e75742022-03-31 09:16:34 +02001997 DBG_TRACE_STATE("connection attempt", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01001998 goto end;
1999 }
2000
2001 /* We have received a synchronous error. We might have to
2002 * abort, retry immediately or redispatch.
2003 */
2004 if (conn_err == SF_ERR_INTERNAL) {
Christopher Faulet50264b42022-03-30 19:39:30 +02002005 if (!s->conn_err_type) {
2006 s->conn_err_type = STRM_ET_CONN_OTHER;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002007 }
2008
2009 if (srv)
2010 srv_inc_sess_ctr(srv);
2011 if (srv)
2012 srv_set_sess_last(srv);
2013 if (srv)
Willy Tarreau4781b152021-04-06 13:53:36 +02002014 _HA_ATOMIC_INC(&srv->counters.failed_conns);
2015 _HA_ATOMIC_INC(&s->be->be_counters.failed_conns);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002016
2017 /* release other streams waiting for this server */
2018 sess_change_server(s, NULL);
2019 if (may_dequeue_tasks(srv, s->be))
Willy Tarreau9ab78292021-06-22 18:47:51 +02002020 process_srv_queue(srv);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002021
2022 /* Failed and not retryable. */
Christopher Fauletcfc11c02023-04-13 16:10:23 +02002023 sc_abort(sc);
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002024 sc_shutdown(sc);
Christopher Faulet38656f42023-04-14 11:35:07 +02002025 sc->flags |= SC_FL_ERROR;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002026
Willy Tarreau76d343d2023-04-27 09:21:20 +02002027 s->logs.t_queue = ns_to_ms(tv_to_ns(&now) - tv_to_ns(&s->logs.tv_accept));
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002028
2029 /* we may need to know the position in the queue for logging */
2030 pendconn_cond_unlink(s->pend_pos);
2031
2032 /* no stream was ever accounted for this server */
Willy Tarreaub49672d2022-05-27 10:13:37 +02002033 sc->state = SC_ST_CLO;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002034 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002035 s->srv_error(s, sc);
Christopher Faulet62e75742022-03-31 09:16:34 +02002036 DBG_TRACE_STATE("internal error during connection", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002037 goto end;
2038 }
2039
2040 /* We are facing a retryable error, but we don't want to run a
2041 * turn-around now, as the problem is likely a source port
2042 * allocation problem, so we want to retry now.
2043 */
Willy Tarreaub49672d2022-05-27 10:13:37 +02002044 sc->state = SC_ST_CER;
Christopher Faulet38656f42023-04-14 11:35:07 +02002045 sc->flags &= ~SC_FL_ERROR;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002046 back_handle_st_cer(s);
2047
Christopher Faulet62e75742022-03-31 09:16:34 +02002048 DBG_TRACE_STATE("connection error, retry", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreaub49672d2022-05-27 10:13:37 +02002049 /* now sc->state is one of SC_ST_CLO, SC_ST_TAR, SC_ST_ASS, SC_ST_REQ */
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002050 }
Willy Tarreaub49672d2022-05-27 10:13:37 +02002051 else if (sc->state == SC_ST_QUE) {
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002052 /* connection request was queued, check for any update */
2053 if (!pendconn_dequeue(s)) {
2054 /* The connection is not in the queue anymore. Either
2055 * we have a server connection slot available and we
2056 * go directly to the assigned state, or we need to
2057 * load-balance first and go to the INI state.
2058 */
Christopher Fauletae024ce2022-03-29 19:02:31 +02002059 s->conn_exp = TICK_ETERNITY;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002060 if (unlikely(!(s->flags & SF_ASSIGNED)))
Willy Tarreaub49672d2022-05-27 10:13:37 +02002061 sc->state = SC_ST_REQ;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002062 else {
Willy Tarreau76d343d2023-04-27 09:21:20 +02002063 s->logs.t_queue = ns_to_ms(tv_to_ns(&now) - tv_to_ns(&s->logs.tv_accept));
Willy Tarreaub49672d2022-05-27 10:13:37 +02002064 sc->state = SC_ST_ASS;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002065 }
Christopher Faulet62e75742022-03-31 09:16:34 +02002066 DBG_TRACE_STATE("dequeue connection request", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002067 goto end;
2068 }
2069
2070 /* Connection request still in queue... */
Christopher Fauletae024ce2022-03-29 19:02:31 +02002071 if (s->flags & SF_CONN_EXP) {
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002072 /* ... and timeout expired */
Christopher Fauletae024ce2022-03-29 19:02:31 +02002073 s->conn_exp = TICK_ETERNITY;
2074 s->flags &= ~SF_CONN_EXP;
Willy Tarreau76d343d2023-04-27 09:21:20 +02002075 s->logs.t_queue = ns_to_ms(tv_to_ns(&now) - tv_to_ns(&s->logs.tv_accept));
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002076
2077 /* we may need to know the position in the queue for logging */
2078 pendconn_cond_unlink(s->pend_pos);
2079
2080 if (srv)
Willy Tarreau4781b152021-04-06 13:53:36 +02002081 _HA_ATOMIC_INC(&srv->counters.failed_conns);
2082 _HA_ATOMIC_INC(&s->be->be_counters.failed_conns);
Christopher Fauletcfc11c02023-04-13 16:10:23 +02002083 sc_abort(sc);
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002084 sc_shutdown(sc);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002085 req->flags |= CF_WRITE_TIMEOUT;
Christopher Faulet50264b42022-03-30 19:39:30 +02002086 if (!s->conn_err_type)
2087 s->conn_err_type = STRM_ET_QUEUE_TO;
Willy Tarreaub49672d2022-05-27 10:13:37 +02002088 sc->state = SC_ST_CLO;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002089 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002090 s->srv_error(s, sc);
Christopher Faulet62e75742022-03-31 09:16:34 +02002091 DBG_TRACE_STATE("connection request still queued", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002092 goto end;
2093 }
2094
2095 /* Connection remains in queue, check if we have to abort it */
2096 if (back_may_abort_req(req, s)) {
Willy Tarreau76d343d2023-04-27 09:21:20 +02002097 s->logs.t_queue = ns_to_ms(tv_to_ns(&now) - tv_to_ns(&s->logs.tv_accept));
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002098
2099 /* we may need to know the position in the queue for logging */
2100 pendconn_cond_unlink(s->pend_pos);
2101
Christopher Faulet50264b42022-03-30 19:39:30 +02002102 s->conn_err_type |= STRM_ET_QUEUE_ABRT;
Christopher Faulet62e75742022-03-31 09:16:34 +02002103 DBG_TRACE_STATE("abort queued connection request", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002104 goto abort_connection;
2105 }
2106
2107 /* Nothing changed */
2108 }
Willy Tarreaub49672d2022-05-27 10:13:37 +02002109 else if (sc->state == SC_ST_TAR) {
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002110 /* Connection request might be aborted */
2111 if (back_may_abort_req(req, s)) {
Christopher Faulet50264b42022-03-30 19:39:30 +02002112 s->conn_err_type |= STRM_ET_CONN_ABRT;
Christopher Faulet62e75742022-03-31 09:16:34 +02002113 DBG_TRACE_STATE("connection aborted", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002114 goto abort_connection;
2115 }
2116
Christopher Fauletae024ce2022-03-29 19:02:31 +02002117 if (!(s->flags & SF_CONN_EXP))
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002118 return; /* still in turn-around */
2119
Christopher Fauletae024ce2022-03-29 19:02:31 +02002120 s->flags &= ~SF_CONN_EXP;
2121 s->conn_exp = TICK_ETERNITY;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002122
2123 /* we keep trying on the same server as long as the stream is
2124 * marked "assigned".
2125 * FIXME: Should we force a redispatch attempt when the server is down ?
2126 */
2127 if (s->flags & SF_ASSIGNED)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002128 sc->state = SC_ST_ASS;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002129 else
Willy Tarreaub49672d2022-05-27 10:13:37 +02002130 sc->state = SC_ST_REQ;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002131
Christopher Faulet62e75742022-03-31 09:16:34 +02002132 DBG_TRACE_STATE("retry connection now", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002133 }
2134
2135 end:
Christopher Faulet62e75742022-03-31 09:16:34 +02002136 DBG_TRACE_LEAVE(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002137 return;
2138
2139abort_connection:
2140 /* give up */
Christopher Fauletae024ce2022-03-29 19:02:31 +02002141 s->conn_exp = TICK_ETERNITY;
2142 s->flags &= ~SF_CONN_EXP;
Christopher Fauletcfc11c02023-04-13 16:10:23 +02002143 sc_abort(sc);
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002144 sc_shutdown(sc);
Willy Tarreaub49672d2022-05-27 10:13:37 +02002145 sc->state = SC_ST_CLO;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002146 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002147 s->srv_error(s, sc);
Christopher Faulet62e75742022-03-31 09:16:34 +02002148 DBG_TRACE_DEVEL("leaving on error", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002149 return;
2150}
2151
Willy Tarreau4596fe22022-05-17 19:07:51 +02002152/* This function initiates a server connection request on a stream connector
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002153 * already in SC_ST_REQ state. Upon success, the state goes to SC_ST_ASS for
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002154 * a real connection to a server, indicating that a server has been assigned,
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002155 * or SC_ST_RDY for a successful connection to an applet. It may also return
2156 * SC_ST_QUE, or SC_ST_CLO upon error.
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002157 */
2158void back_handle_st_req(struct stream *s)
2159{
Willy Tarreaub49672d2022-05-27 10:13:37 +02002160 struct stconn *sc = s->scb;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002161
Willy Tarreaub49672d2022-05-27 10:13:37 +02002162 if (sc->state != SC_ST_REQ)
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002163 return;
2164
Christopher Faulet62e75742022-03-31 09:16:34 +02002165 DBG_TRACE_ENTER(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002166
2167 if (unlikely(obj_type(s->target) == OBJ_TYPE_APPLET)) {
Christopher Fauleta33ff7a2022-04-21 11:52:07 +02002168 struct appctx *appctx;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002169
Willy Tarreaue68bc612022-05-27 11:23:05 +02002170 /* The target is an applet but the SC is in SC_ST_REQ. Thus it
2171 * means no appctx are attached to the SC. Otherwise, it will be
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002172 * in SC_ST_RDY state. So, try to create the appctx now.
Christopher Fauleta33ff7a2022-04-21 11:52:07 +02002173 */
Willy Tarreaub49672d2022-05-27 10:13:37 +02002174 BUG_ON(sc_appctx(sc));
2175 appctx = sc_applet_create(sc, objt_applet(s->target));
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002176 if (!appctx) {
2177 /* No more memory, let's immediately abort. Force the
2178 * error code to ignore the ERR_LOCAL which is not a
2179 * real error.
2180 */
2181 s->flags &= ~(SF_ERR_MASK | SF_FINST_MASK);
2182
Christopher Fauletcfc11c02023-04-13 16:10:23 +02002183 sc_abort(sc);
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002184 sc_shutdown(sc);
Christopher Faulet38656f42023-04-14 11:35:07 +02002185 sc->flags |= SC_FL_ERROR;
Christopher Faulet50264b42022-03-30 19:39:30 +02002186 s->conn_err_type = STRM_ET_CONN_RES;
Willy Tarreaub49672d2022-05-27 10:13:37 +02002187 sc->state = SC_ST_CLO;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002188 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002189 s->srv_error(s, sc);
Christopher Faulet62e75742022-03-31 09:16:34 +02002190 DBG_TRACE_STATE("failed to register applet", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002191 goto end;
2192 }
2193
Christopher Faulet62e75742022-03-31 09:16:34 +02002194 DBG_TRACE_STATE("applet registered", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002195 goto end;
2196 }
2197
2198 /* Try to assign a server */
2199 if (srv_redispatch_connect(s) != 0) {
2200 /* We did not get a server. Either we queued the
2201 * connection request, or we encountered an error.
2202 */
Willy Tarreaub49672d2022-05-27 10:13:37 +02002203 if (sc->state == SC_ST_QUE) {
Christopher Faulet62e75742022-03-31 09:16:34 +02002204 DBG_TRACE_STATE("connection request queued", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002205 goto end;
2206 }
2207
2208 /* we did not get any server, let's check the cause */
Christopher Fauletcfc11c02023-04-13 16:10:23 +02002209 sc_abort(sc);
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002210 sc_shutdown(sc);
Christopher Faulet38656f42023-04-14 11:35:07 +02002211 sc->flags |= SC_FL_ERROR;
Christopher Faulet50264b42022-03-30 19:39:30 +02002212 if (!s->conn_err_type)
2213 s->conn_err_type = STRM_ET_CONN_OTHER;
Willy Tarreaub49672d2022-05-27 10:13:37 +02002214 sc->state = SC_ST_CLO;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002215 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002216 s->srv_error(s, sc);
Christopher Faulet62e75742022-03-31 09:16:34 +02002217 DBG_TRACE_STATE("connection request failed", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002218 goto end;
2219 }
2220
2221 /* The server is assigned */
Willy Tarreau76d343d2023-04-27 09:21:20 +02002222 s->logs.t_queue = ns_to_ms(tv_to_ns(&now) - tv_to_ns(&s->logs.tv_accept));
Willy Tarreaub49672d2022-05-27 10:13:37 +02002223 sc->state = SC_ST_ASS;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002224 be_set_sess_last(s->be);
Christopher Faulet62e75742022-03-31 09:16:34 +02002225 DBG_TRACE_STATE("connection request assigned to a server", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002226
2227 end:
Christopher Faulet62e75742022-03-31 09:16:34 +02002228 DBG_TRACE_LEAVE(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002229}
2230
Willy Tarreaub49672d2022-05-27 10:13:37 +02002231/* This function is called with (sc->state == SC_ST_CON) meaning that a
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002232 * connection was attempted and that the file descriptor is already allocated.
2233 * We must check for timeout, error and abort. Possible output states are
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002234 * SC_ST_CER (error), SC_ST_DIS (abort), and SC_ST_CON (no change). This only
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002235 * works with connection-based streams. We know that there were no I/O event
2236 * when reaching this function. Timeouts and errors are *not* cleared.
2237 */
2238void back_handle_st_con(struct stream *s)
2239{
Willy Tarreaub49672d2022-05-27 10:13:37 +02002240 struct stconn *sc = s->scb;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002241 struct channel *req = &s->req;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002242
Christopher Faulet62e75742022-03-31 09:16:34 +02002243 DBG_TRACE_ENTER(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002244
2245 /* the client might want to abort */
Christopher Faulet64350bb2023-04-13 16:37:37 +02002246 if ((s->scf->flags & SC_FL_SHUT_DONE) ||
2247 ((s->scb->flags & SC_FL_SHUT_WANTED) &&
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002248 (channel_is_empty(req) || (s->be->options & PR_O_ABRT_CLOSE)))) {
Willy Tarreaub49672d2022-05-27 10:13:37 +02002249 sc->flags |= SC_FL_NOLINGER;
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002250 sc_shutdown(sc);
Christopher Faulet50264b42022-03-30 19:39:30 +02002251 s->conn_err_type |= STRM_ET_CONN_ABRT;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002252 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002253 s->srv_error(s, sc);
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002254 /* Note: state = SC_ST_DIS now */
Christopher Faulet62e75742022-03-31 09:16:34 +02002255 DBG_TRACE_STATE("client abort during connection attempt", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau062df2c2020-01-10 06:17:03 +01002256 goto end;
2257 }
2258
Willy Tarreau062df2c2020-01-10 06:17:03 +01002259 done:
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002260 /* retryable error ? */
Christopher Faulet725170e2023-04-14 12:05:25 +02002261 if ((s->flags & SF_CONN_EXP) || (sc->flags & SC_FL_ERROR)) {
Christopher Faulet50264b42022-03-30 19:39:30 +02002262 if (!s->conn_err_type) {
Christopher Faulet725170e2023-04-14 12:05:25 +02002263 if ((sc->flags & SC_FL_ERROR))
Christopher Faulet50264b42022-03-30 19:39:30 +02002264 s->conn_err_type = STRM_ET_CONN_ERR;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002265 else
Christopher Faulet50264b42022-03-30 19:39:30 +02002266 s->conn_err_type = STRM_ET_CONN_TO;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002267 }
2268
Willy Tarreaub49672d2022-05-27 10:13:37 +02002269 sc->state = SC_ST_CER;
Christopher Faulet62e75742022-03-31 09:16:34 +02002270 DBG_TRACE_STATE("connection failed, retry", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002271 }
2272
Willy Tarreau062df2c2020-01-10 06:17:03 +01002273 end:
Christopher Faulet62e75742022-03-31 09:16:34 +02002274 DBG_TRACE_LEAVE(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002275}
2276
Willy Tarreaub49672d2022-05-27 10:13:37 +02002277/* This function is called with (sc->state == SC_ST_CER) meaning that a
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002278 * previous connection attempt has failed and that the file descriptor
2279 * has already been released. Possible causes include asynchronous error
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002280 * notification and time out. Possible output states are SC_ST_CLO when
2281 * retries are exhausted, SC_ST_TAR when a delay is wanted before a new
2282 * connection attempt, SC_ST_ASS when it's wise to retry on the same server,
2283 * and SC_ST_REQ when an immediate redispatch is wanted. The buffers are
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002284 * marked as in error state. Timeouts and errors are cleared before retrying.
2285 */
2286void back_handle_st_cer(struct stream *s)
2287{
Willy Tarreaub49672d2022-05-27 10:13:37 +02002288 struct stconn *sc = s->scb;
Christopher Faulet725170e2023-04-14 12:05:25 +02002289 int must_tar = !!(sc->flags & SC_FL_ERROR);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002290
Christopher Faulet62e75742022-03-31 09:16:34 +02002291 DBG_TRACE_ENTER(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002292
Christopher Fauletae024ce2022-03-29 19:02:31 +02002293 s->conn_exp = TICK_ETERNITY;
2294 s->flags &= ~SF_CONN_EXP;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002295
2296 /* we probably have to release last stream from the server */
2297 if (objt_server(s->target)) {
Willy Tarreaub49672d2022-05-27 10:13:37 +02002298 struct connection *conn = sc_conn(sc);
Christopher Faulet0256da12021-12-15 09:50:17 +01002299
Willy Tarreau88bc8002021-12-06 07:01:02 +00002300 health_adjust(__objt_server(s->target), HANA_STATUS_L4_ERR);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002301
2302 if (s->flags & SF_CURR_SESS) {
2303 s->flags &= ~SF_CURR_SESS;
Willy Tarreau4781b152021-04-06 13:53:36 +02002304 _HA_ATOMIC_DEC(&__objt_server(s->target)->cur_sess);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002305 }
2306
Christopher Faulet725170e2023-04-14 12:05:25 +02002307 if ((sc->flags & SC_FL_ERROR) &&
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002308 conn && conn->err_code == CO_ER_SSL_MISMATCH_SNI) {
2309 /* We tried to connect to a server which is configured
2310 * with "verify required" and which doesn't have the
2311 * "verifyhost" directive. The server presented a wrong
2312 * certificate (a certificate for an unexpected name),
2313 * which implies that we have used SNI in the handshake,
2314 * and that the server doesn't have the associated cert
2315 * and presented a default one.
2316 *
2317 * This is a serious enough issue not to retry. It's
2318 * especially important because this wrong name might
2319 * either be the result of a configuration error, and
2320 * retrying will only hammer the server, or is caused
2321 * by the use of a wrong SNI value, most likely
2322 * provided by the client and we don't want to let the
2323 * client provoke retries.
2324 */
Christopher Faulet731c8e62022-03-29 16:08:44 +02002325 s->conn_retries = s->be->conn_retries;
Christopher Faulet62e75742022-03-31 09:16:34 +02002326 DBG_TRACE_DEVEL("Bad SSL cert, disable connection retries", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002327 }
2328 }
2329
2330 /* ensure that we have enough retries left */
Christopher Faulet731c8e62022-03-29 16:08:44 +02002331 if (s->conn_retries >= s->be->conn_retries || !(s->be->retry_type & PR_RE_CONN_FAILED)) {
Christopher Faulet50264b42022-03-30 19:39:30 +02002332 if (!s->conn_err_type) {
2333 s->conn_err_type = STRM_ET_CONN_ERR;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002334 }
2335
2336 if (objt_server(s->target))
Willy Tarreau4781b152021-04-06 13:53:36 +02002337 _HA_ATOMIC_INC(&objt_server(s->target)->counters.failed_conns);
2338 _HA_ATOMIC_INC(&s->be->be_counters.failed_conns);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002339 sess_change_server(s, NULL);
2340 if (may_dequeue_tasks(objt_server(s->target), s->be))
Willy Tarreau9ab78292021-06-22 18:47:51 +02002341 process_srv_queue(objt_server(s->target));
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002342
Christopher Fauletda098e62022-03-31 17:44:45 +02002343 /* shutw is enough to stop a connecting socket */
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002344 sc_shutdown(sc);
Christopher Faulet38656f42023-04-14 11:35:07 +02002345 sc->flags |= SC_FL_ERROR;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002346
Willy Tarreaub49672d2022-05-27 10:13:37 +02002347 sc->state = SC_ST_CLO;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002348 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002349 s->srv_error(s, sc);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002350
Christopher Faulet62e75742022-03-31 09:16:34 +02002351 DBG_TRACE_STATE("connection failed", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002352 goto end;
2353 }
2354
Christopher Fauletf822dec2021-06-01 14:06:05 +02002355 /* At this stage, we will trigger a connection retry (with or without
Christopher Faulete00ad352021-12-16 14:44:31 +01002356 * redispatch). Thus we must reset the SI endpoint on the server side
Christopher Fauletf822dec2021-06-01 14:06:05 +02002357 * an close the attached connection. It is especially important to do it
2358 * now if the retry is not immediately performed, to be sure to release
Ilya Shipitsin213bb992021-06-12 15:55:27 +05002359 * resources as soon as possible and to not catch errors from the lower
Christopher Fauletf822dec2021-06-01 14:06:05 +02002360 * layers in an unexpected state (i.e < ST_CONN).
2361 *
Willy Tarreau4596fe22022-05-17 19:07:51 +02002362 * Note: the stream connector will be switched to ST_REQ, ST_ASS or
Christopher Faulet88d05a02023-04-14 12:03:50 +02002363 * ST_TAR and SC_FL_ERROR and SF_CONN_EXP flags will be unset.
Christopher Fauletf822dec2021-06-01 14:06:05 +02002364 */
Willy Tarreaub49672d2022-05-27 10:13:37 +02002365 if (sc_reset_endp(sc) < 0) {
Christopher Faulet50264b42022-03-30 19:39:30 +02002366 if (!s->conn_err_type)
2367 s->conn_err_type = STRM_ET_CONN_OTHER;
Christopher Faulet9ec2f4d2022-03-23 15:15:29 +01002368
2369 if (objt_server(s->target))
2370 _HA_ATOMIC_INC(&objt_server(s->target)->counters.internal_errors);
2371 _HA_ATOMIC_INC(&s->be->be_counters.internal_errors);
2372 sess_change_server(s, NULL);
2373 if (may_dequeue_tasks(objt_server(s->target), s->be))
2374 process_srv_queue(objt_server(s->target));
2375
Christopher Fauletda098e62022-03-31 17:44:45 +02002376 /* shutw is enough to stop a connecting socket */
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002377 sc_shutdown(sc);
Christopher Faulet38656f42023-04-14 11:35:07 +02002378 sc->flags |= SC_FL_ERROR;
Christopher Faulet9ec2f4d2022-03-23 15:15:29 +01002379
Willy Tarreaub49672d2022-05-27 10:13:37 +02002380 sc->state = SC_ST_CLO;
Christopher Faulet9ec2f4d2022-03-23 15:15:29 +01002381 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002382 s->srv_error(s, sc);
Christopher Faulet9ec2f4d2022-03-23 15:15:29 +01002383
Christopher Faulet62e75742022-03-31 09:16:34 +02002384 DBG_TRACE_STATE("error resetting endpoint", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Christopher Faulet9ec2f4d2022-03-23 15:15:29 +01002385 goto end;
2386 }
Christopher Fauletf822dec2021-06-01 14:06:05 +02002387
Christopher Fauletbc6b2382022-08-03 10:47:48 +02002388 s->conn_retries++;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002389 stream_choose_redispatch(s);
2390
Christopher Faulet6cd56d52022-03-30 10:47:32 +02002391 if (must_tar) {
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002392 /* The error was an asynchronous connection error, and we will
2393 * likely have to retry connecting to the same server, most
2394 * likely leading to the same result. To avoid this, we wait
2395 * MIN(one second, connect timeout) before retrying. We don't
2396 * do it when the failure happened on a reused connection
2397 * though.
2398 */
2399
2400 int delay = 1000;
Amaury Denoyelle2b1d9172021-06-17 15:14:49 +02002401 const int reused = (s->flags & SF_SRV_REUSED) &&
2402 !(s->flags & SF_SRV_REUSED_ANTICIPATED);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002403
2404 if (s->be->timeout.connect && s->be->timeout.connect < delay)
2405 delay = s->be->timeout.connect;
2406
Christopher Faulet50264b42022-03-30 19:39:30 +02002407 if (!s->conn_err_type)
2408 s->conn_err_type = STRM_ET_CONN_ERR;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002409
2410 /* only wait when we're retrying on the same server */
Willy Tarreaub49672d2022-05-27 10:13:37 +02002411 if ((sc->state == SC_ST_ASS ||
Amaury Denoyelle2b1d9172021-06-17 15:14:49 +02002412 (s->be->srv_act <= 1)) && !reused) {
Willy Tarreaub49672d2022-05-27 10:13:37 +02002413 sc->state = SC_ST_TAR;
Christopher Fauletae024ce2022-03-29 19:02:31 +02002414 s->conn_exp = tick_add(now_ms, MS_TO_TICKS(delay));
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002415 }
Christopher Faulet62e75742022-03-31 09:16:34 +02002416 DBG_TRACE_STATE("retry a new connection", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002417 }
2418
2419 end:
Christopher Faulet62e75742022-03-31 09:16:34 +02002420 DBG_TRACE_LEAVE(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002421}
2422
Willy Tarreaub49672d2022-05-27 10:13:37 +02002423/* This function is called with (sc->state == SC_ST_RDY) meaning that a
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002424 * connection was attempted, that the file descriptor is already allocated,
2425 * and that it has succeeded. We must still check for errors and aborts.
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002426 * Possible output states are SC_ST_EST (established), SC_ST_CER (error),
2427 * and SC_ST_DIS (abort). This only works with connection-based streams.
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002428 * Timeouts and errors are *not* cleared.
2429 */
2430void back_handle_st_rdy(struct stream *s)
2431{
Willy Tarreaub49672d2022-05-27 10:13:37 +02002432 struct stconn *sc = s->scb;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002433 struct channel *req = &s->req;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002434
Christopher Faulet62e75742022-03-31 09:16:34 +02002435 DBG_TRACE_ENTER(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Christopher Fauleta33ff7a2022-04-21 11:52:07 +02002436
2437 if (unlikely(obj_type(s->target) == OBJ_TYPE_APPLET)) {
Willy Tarreaue68bc612022-05-27 11:23:05 +02002438 /* Here the appctx must exists because the SC was set to
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002439 * SC_ST_RDY state when the appctx was created.
Christopher Fauleta33ff7a2022-04-21 11:52:07 +02002440 */
Willy Tarreau8e7c6e62022-05-18 17:58:02 +02002441 BUG_ON(!sc_appctx(s->scb));
Christopher Fauleta33ff7a2022-04-21 11:52:07 +02002442
2443 if (tv_iszero(&s->logs.tv_request))
2444 s->logs.tv_request = now;
Willy Tarreau76d343d2023-04-27 09:21:20 +02002445 s->logs.t_queue = ns_to_ms(tv_to_ns(&now) - tv_to_ns(&s->logs.tv_accept));
Christopher Fauleta33ff7a2022-04-21 11:52:07 +02002446 be_set_sess_last(s->be);
2447 }
2448
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002449 /* We know the connection at least succeeded, though it could have
2450 * since met an error for any other reason. At least it didn't time out
Thayne McCombs8f0cc5c2021-01-07 21:35:52 -07002451 * even though the timeout might have been reported right after success.
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002452 * We need to take care of various situations here :
2453 * - everything might be OK. We have to switch to established.
2454 * - an I/O error might have been reported after a successful transfer,
2455 * which is not retryable and needs to be logged correctly, and needs
2456 * established as well
Willy Tarreau026e8fb2022-05-17 19:47:17 +02002457 * - SC_ST_CON implies !CF_WROTE_DATA but not conversely as we could
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002458 * have validated a connection with incoming data (e.g. TCP with a
2459 * banner protocol), or just a successful connect() probe.
2460 * - the client might have requested a connection abort, this needs to
2461 * be checked before we decide to retry anything.
2462 */
2463
2464 /* it's still possible to handle client aborts or connection retries
2465 * before any data were sent.
2466 */
2467 if (!(req->flags & CF_WROTE_DATA)) {
2468 /* client abort ? */
Christopher Faulet64350bb2023-04-13 16:37:37 +02002469 if ((s->scf->flags & SC_FL_SHUT_DONE) ||
2470 ((s->scb->flags & SC_FL_SHUT_WANTED) &&
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002471 (channel_is_empty(req) || (s->be->options & PR_O_ABRT_CLOSE)))) {
2472 /* give up */
Willy Tarreaub49672d2022-05-27 10:13:37 +02002473 sc->flags |= SC_FL_NOLINGER;
Christopher Fauletb2b1c3a2023-04-13 16:23:48 +02002474 sc_shutdown(sc);
Christopher Faulet50264b42022-03-30 19:39:30 +02002475 s->conn_err_type |= STRM_ET_CONN_ABRT;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002476 if (s->srv_error)
Willy Tarreaub49672d2022-05-27 10:13:37 +02002477 s->srv_error(s, sc);
Christopher Faulet62e75742022-03-31 09:16:34 +02002478 DBG_TRACE_STATE("client abort during connection attempt", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002479 goto end;
2480 }
2481
2482 /* retryable error ? */
Christopher Faulet725170e2023-04-14 12:05:25 +02002483 if (sc->flags & SC_FL_ERROR) {
Christopher Faulet50264b42022-03-30 19:39:30 +02002484 if (!s->conn_err_type)
2485 s->conn_err_type = STRM_ET_CONN_ERR;
Willy Tarreaub49672d2022-05-27 10:13:37 +02002486 sc->state = SC_ST_CER;
Christopher Faulet62e75742022-03-31 09:16:34 +02002487 DBG_TRACE_STATE("connection failed, retry", STRM_EV_STRM_PROC|STRM_EV_CS_ST|STRM_EV_STRM_ERR, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002488 goto end;
2489 }
2490 }
2491
2492 /* data were sent and/or we had no error, back_establish() will
2493 * now take over.
2494 */
Christopher Faulet62e75742022-03-31 09:16:34 +02002495 DBG_TRACE_STATE("connection established", STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Christopher Faulet50264b42022-03-30 19:39:30 +02002496 s->conn_err_type = STRM_ET_NONE;
Willy Tarreaub49672d2022-05-27 10:13:37 +02002497 sc->state = SC_ST_EST;
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002498
2499 end:
Christopher Faulet62e75742022-03-31 09:16:34 +02002500 DBG_TRACE_LEAVE(STRM_EV_STRM_PROC|STRM_EV_CS_ST, s);
Willy Tarreau3a9312a2020-01-09 18:43:15 +01002501}
2502
Willy Tarreau4aac7db2014-05-16 11:48:10 +02002503/* sends a log message when a backend goes down, and also sets last
2504 * change date.
2505 */
2506void set_backend_down(struct proxy *be)
2507{
2508 be->last_change = now.tv_sec;
Willy Tarreau4781b152021-04-06 13:53:36 +02002509 _HA_ATOMIC_INC(&be->down_trans);
Willy Tarreau4aac7db2014-05-16 11:48:10 +02002510
Willy Tarreau6fb8dc12016-11-03 19:42:36 +01002511 if (!(global.mode & MODE_STARTING)) {
Christopher Faulet767a84b2017-11-24 16:50:31 +01002512 ha_alert("%s '%s' has no server available!\n", proxy_type_str(be), be->id);
Willy Tarreau6fb8dc12016-11-03 19:42:36 +01002513 send_log(be, LOG_EMERG, "%s %s has no server available!\n", proxy_type_str(be), be->id);
2514 }
Willy Tarreau4aac7db2014-05-16 11:48:10 +02002515}
2516
Willy Tarreau87b09662015-04-03 00:22:06 +02002517/* Apply RDP cookie persistence to the current stream. For this, the function
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002518 * tries to extract an RDP cookie from the request buffer, and look for the
2519 * matching server in the list. If the server is found, it is assigned to the
Willy Tarreau87b09662015-04-03 00:22:06 +02002520 * stream. This always returns 1, and the analyser removes itself from the
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002521 * list. Nothing is performed if a server was already assigned.
2522 */
Willy Tarreau87b09662015-04-03 00:22:06 +02002523int tcp_persist_rdp_cookie(struct stream *s, struct channel *req, int an_bit)
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002524{
2525 struct proxy *px = s->be;
2526 int ret;
Willy Tarreau37406352012-04-23 16:16:37 +02002527 struct sample smp;
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002528 struct server *srv = px->srv;
Willy Tarreau04276f32017-01-06 17:41:29 +01002529 uint16_t port;
2530 uint32_t addr;
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002531 char *p;
2532
Christopher Fauleteea8fc72019-11-05 16:18:10 +01002533 DBG_TRACE_ENTER(STRM_EV_STRM_ANA|STRM_EV_TCP_ANA, s);
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002534
Willy Tarreaue7dff022015-04-03 01:14:29 +02002535 if (s->flags & SF_ASSIGNED)
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002536 goto no_cookie;
2537
Willy Tarreau37406352012-04-23 16:16:37 +02002538 memset(&smp, 0, sizeof(smp));
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002539
Willy Tarreaucadd8c92013-07-22 18:09:52 +02002540 ret = fetch_rdp_cookie_name(s, &smp, s->be->rdp_cookie_name, s->be->rdp_cookie_len);
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002541 if (ret == 0 || (smp.flags & SMP_F_MAY_CHANGE) || smp.data.u.str.data == 0)
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002542 goto no_cookie;
2543
Willy Tarreau04276f32017-01-06 17:41:29 +01002544 /* Considering an rdp cookie detected using acl, str ended with <cr><lf> and should return.
2545 * The cookie format is <ip> "." <port> where "ip" is the integer corresponding to the
2546 * server's IP address in network order, and "port" is the integer corresponding to the
2547 * server's port in network order. Comments please Emeric.
2548 */
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002549 addr = strtoul(smp.data.u.str.area, &p, 10);
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002550 if (*p != '.')
2551 goto no_cookie;
2552 p++;
Willy Tarreau04276f32017-01-06 17:41:29 +01002553
2554 port = ntohs(strtoul(p, &p, 10));
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002555 if (*p != '.')
2556 goto no_cookie;
2557
Willy Tarreau3fdb3662012-11-12 00:42:33 +01002558 s->target = NULL;
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002559 while (srv) {
Willy Tarreau28e9d062014-05-09 22:47:50 +02002560 if (srv->addr.ss_family == AF_INET &&
Willy Tarreau04276f32017-01-06 17:41:29 +01002561 port == srv->svc_port &&
2562 addr == ((struct sockaddr_in *)&srv->addr)->sin_addr.s_addr) {
Emeric Brun52a91d32017-08-31 14:41:55 +02002563 if ((srv->cur_state != SRV_ST_STOPPED) || (px->options & PR_O_PERSIST)) {
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002564 /* we found the server and it is usable */
Willy Tarreaue7dff022015-04-03 01:14:29 +02002565 s->flags |= SF_DIRECT | SF_ASSIGNED;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01002566 s->target = &srv->obj_type;
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002567 break;
2568 }
2569 }
2570 srv = srv->next;
2571 }
2572
2573no_cookie:
2574 req->analysers &= ~an_bit;
2575 req->analyse_exp = TICK_ETERNITY;
Christopher Fauleteea8fc72019-11-05 16:18:10 +01002576 DBG_TRACE_LEAVE(STRM_EV_STRM_ANA|STRM_EV_TCP_ANA, s);
Willy Tarreau44b90cc2010-05-24 20:27:29 +02002577 return 1;
2578}
2579
Krzysztof Oledzki85130942007-10-22 16:21:10 +02002580int be_downtime(struct proxy *px) {
Willy Tarreaub625a082007-11-26 01:15:43 +01002581 if (px->lbprm.tot_weight && px->last_change < now.tv_sec) // ignore negative time
Krzysztof Oledzki85130942007-10-22 16:21:10 +02002582 return px->down_time;
2583
2584 return now.tv_sec - px->last_change + px->down_time;
2585}
Willy Tarreaubaaee002006-06-26 02:48:02 +02002586
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002587/*
2588 * This function returns a string containing the balancing
2589 * mode of the proxy in a format suitable for stats.
2590 */
2591
2592const char *backend_lb_algo_str(int algo) {
2593
2594 if (algo == BE_LB_ALGO_RR)
2595 return "roundrobin";
2596 else if (algo == BE_LB_ALGO_SRR)
2597 return "static-rr";
Willy Tarreauf09c6602012-02-13 17:12:08 +01002598 else if (algo == BE_LB_ALGO_FAS)
2599 return "first";
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002600 else if (algo == BE_LB_ALGO_LC)
2601 return "leastconn";
2602 else if (algo == BE_LB_ALGO_SH)
2603 return "source";
2604 else if (algo == BE_LB_ALGO_UH)
2605 return "uri";
2606 else if (algo == BE_LB_ALGO_PH)
2607 return "url_param";
2608 else if (algo == BE_LB_ALGO_HH)
2609 return "hdr";
2610 else if (algo == BE_LB_ALGO_RCH)
2611 return "rdp-cookie";
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02002612 else if (algo == BE_LB_ALGO_SMP)
2613 return "hash";
Willy Tarreaub3e111b2016-11-26 15:52:04 +01002614 else if (algo == BE_LB_ALGO_NONE)
2615 return "none";
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002616 else
Willy Tarreaub3e111b2016-11-26 15:52:04 +01002617 return "unknown";
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +01002618}
2619
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002620/* This function parses a "balance" statement in a backend section describing
2621 * <curproxy>. It returns -1 if there is any error, otherwise zero. If it
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002622 * returns -1, it will write an error message into the <err> buffer which will
2623 * automatically be allocated and must be passed as NULL. The trailing '\n'
2624 * will not be written. The function must be called with <args> pointing to the
2625 * first word after "balance".
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002626 */
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002627int backend_parse_balance(const char **args, char **err, struct proxy *curproxy)
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002628{
2629 if (!*(args[0])) {
2630 /* if no option is set, use round-robin by default */
Willy Tarreau31682232007-11-29 15:38:04 +01002631 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2632 curproxy->lbprm.algo |= BE_LB_ALGO_RR;
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002633 return 0;
2634 }
2635
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002636 if (strcmp(args[0], "roundrobin") == 0) {
Willy Tarreau31682232007-11-29 15:38:04 +01002637 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2638 curproxy->lbprm.algo |= BE_LB_ALGO_RR;
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002639 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002640 else if (strcmp(args[0], "static-rr") == 0) {
Willy Tarreau9757a382009-10-03 12:56:50 +02002641 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2642 curproxy->lbprm.algo |= BE_LB_ALGO_SRR;
2643 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002644 else if (strcmp(args[0], "first") == 0) {
Willy Tarreauf09c6602012-02-13 17:12:08 +01002645 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2646 curproxy->lbprm.algo |= BE_LB_ALGO_FAS;
2647 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002648 else if (strcmp(args[0], "leastconn") == 0) {
Willy Tarreau51406232008-03-10 22:04:20 +01002649 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2650 curproxy->lbprm.algo |= BE_LB_ALGO_LC;
2651 }
Willy Tarreau21c741a2019-01-14 18:14:27 +01002652 else if (!strncmp(args[0], "random", 6)) {
Willy Tarreau760e81d2018-05-03 07:20:40 +02002653 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2654 curproxy->lbprm.algo |= BE_LB_ALGO_RND;
Willy Tarreau21c741a2019-01-14 18:14:27 +01002655 curproxy->lbprm.arg_opt1 = 2;
2656
2657 if (*(args[0] + 6) == '(' && *(args[0] + 7) != ')') { /* number of draws */
2658 const char *beg;
2659 char *end;
2660
2661 beg = args[0] + 7;
2662 curproxy->lbprm.arg_opt1 = strtol(beg, &end, 0);
2663
2664 if (*end != ')') {
2665 if (!*end)
2666 memprintf(err, "random : missing closing parenthesis.");
2667 else
2668 memprintf(err, "random : unexpected character '%c' after argument.", *end);
2669 return -1;
2670 }
2671
2672 if (curproxy->lbprm.arg_opt1 < 1) {
2673 memprintf(err, "random : number of draws must be at least 1.");
2674 return -1;
2675 }
2676 }
Willy Tarreau760e81d2018-05-03 07:20:40 +02002677 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002678 else if (strcmp(args[0], "source") == 0) {
Willy Tarreau31682232007-11-29 15:38:04 +01002679 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2680 curproxy->lbprm.algo |= BE_LB_ALGO_SH;
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002681 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002682 else if (strcmp(args[0], "uri") == 0) {
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002683 int arg = 1;
2684
Willy Tarreau31682232007-11-29 15:38:04 +01002685 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2686 curproxy->lbprm.algo |= BE_LB_ALGO_UH;
Willy Tarreau57a37412020-09-23 08:56:29 +02002687 curproxy->lbprm.arg_opt1 = 0; // "whole", "path-only"
Willy Tarreaua9a72492019-01-14 16:14:15 +01002688 curproxy->lbprm.arg_opt2 = 0; // "len"
2689 curproxy->lbprm.arg_opt3 = 0; // "depth"
Oskar Stolc8dc41842012-05-19 10:19:54 +01002690
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002691 while (*args[arg]) {
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002692 if (strcmp(args[arg], "len") == 0) {
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002693 if (!*args[arg+1] || (atoi(args[arg+1]) <= 0)) {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002694 memprintf(err, "%s : '%s' expects a positive integer (got '%s').", args[0], args[arg], args[arg+1]);
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002695 return -1;
2696 }
Willy Tarreaua9a72492019-01-14 16:14:15 +01002697 curproxy->lbprm.arg_opt2 = atoi(args[arg+1]);
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002698 arg += 2;
2699 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002700 else if (strcmp(args[arg], "depth") == 0) {
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002701 if (!*args[arg+1] || (atoi(args[arg+1]) <= 0)) {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002702 memprintf(err, "%s : '%s' expects a positive integer (got '%s').", args[0], args[arg], args[arg+1]);
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002703 return -1;
2704 }
2705 /* hint: we store the position of the ending '/' (depth+1) so
2706 * that we avoid a comparison while computing the hash.
2707 */
Willy Tarreaua9a72492019-01-14 16:14:15 +01002708 curproxy->lbprm.arg_opt3 = atoi(args[arg+1]) + 1;
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002709 arg += 2;
2710 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002711 else if (strcmp(args[arg], "whole") == 0) {
Willy Tarreau3d1119d2020-09-23 08:05:47 +02002712 curproxy->lbprm.arg_opt1 |= 1;
Oskar Stolc8dc41842012-05-19 10:19:54 +01002713 arg += 1;
2714 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002715 else if (strcmp(args[arg], "path-only") == 0) {
Willy Tarreau57a37412020-09-23 08:56:29 +02002716 curproxy->lbprm.arg_opt1 |= 2;
2717 arg += 1;
2718 }
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002719 else {
Willy Tarreau57a37412020-09-23 08:56:29 +02002720 memprintf(err, "%s only accepts parameters 'len', 'depth', 'path-only', and 'whole' (got '%s').", args[0], args[arg]);
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002721 return -1;
2722 }
2723 }
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002724 }
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002725 else if (strcmp(args[0], "url_param") == 0) {
Willy Tarreau01732802007-11-01 22:48:15 +01002726 if (!*args[1]) {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002727 memprintf(err, "%s requires an URL parameter name.", args[0]);
Willy Tarreau01732802007-11-01 22:48:15 +01002728 return -1;
2729 }
Willy Tarreau31682232007-11-29 15:38:04 +01002730 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2731 curproxy->lbprm.algo |= BE_LB_ALGO_PH;
Willy Tarreaua534fea2008-08-03 12:19:50 +02002732
Willy Tarreau4c03d1c2019-01-14 15:23:54 +01002733 free(curproxy->lbprm.arg_str);
2734 curproxy->lbprm.arg_str = strdup(args[1]);
2735 curproxy->lbprm.arg_len = strlen(args[1]);
Marek Majkowski9c30fc12008-04-27 23:25:55 +02002736 if (*args[2]) {
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002737 if (strcmp(args[2], "check_post") != 0) {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002738 memprintf(err, "%s only accepts 'check_post' modifier (got '%s').", args[0], args[2]);
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02002739 return -1;
2740 }
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02002741 }
Benoitaffb4812009-03-25 13:02:10 +01002742 }
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02002743 else if (strcmp(args[0], "hash") == 0) {
2744 if (!*args[1]) {
2745 memprintf(err, "%s requires a sample expression.", args[0]);
2746 return -1;
2747 }
2748 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2749 curproxy->lbprm.algo |= BE_LB_ALGO_SMP;
2750
2751 ha_free(&curproxy->lbprm.arg_str);
2752 curproxy->lbprm.arg_str = strdup(args[1]);
2753 curproxy->lbprm.arg_len = strlen(args[1]);
2754
2755 if (*args[2]) {
2756 memprintf(err, "%s takes no other argument (got '%s').", args[0], args[2]);
2757 return -1;
2758 }
2759 }
Benoitaffb4812009-03-25 13:02:10 +01002760 else if (!strncmp(args[0], "hdr(", 4)) {
2761 const char *beg, *end;
2762
2763 beg = args[0] + 4;
2764 end = strchr(beg, ')');
2765
2766 if (!end || end == beg) {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002767 memprintf(err, "hdr requires an http header field name.");
Benoitaffb4812009-03-25 13:02:10 +01002768 return -1;
2769 }
2770
2771 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2772 curproxy->lbprm.algo |= BE_LB_ALGO_HH;
2773
Willy Tarreau484ff072019-01-14 15:28:53 +01002774 free(curproxy->lbprm.arg_str);
2775 curproxy->lbprm.arg_len = end - beg;
2776 curproxy->lbprm.arg_str = my_strndup(beg, end - beg);
Willy Tarreau9fed8582019-01-14 16:04:54 +01002777 curproxy->lbprm.arg_opt1 = 0;
Benoitaffb4812009-03-25 13:02:10 +01002778
2779 if (*args[1]) {
Tim Duesterhuse5ff1412021-01-02 22:31:53 +01002780 if (strcmp(args[1], "use_domain_only") != 0) {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002781 memprintf(err, "%s only accepts 'use_domain_only' modifier (got '%s').", args[0], args[1]);
Benoitaffb4812009-03-25 13:02:10 +01002782 return -1;
2783 }
Willy Tarreau9fed8582019-01-14 16:04:54 +01002784 curproxy->lbprm.arg_opt1 = 1;
Benoitaffb4812009-03-25 13:02:10 +01002785 }
Emeric Brun736aa232009-06-30 17:56:00 +02002786 }
2787 else if (!strncmp(args[0], "rdp-cookie", 10)) {
2788 curproxy->lbprm.algo &= ~BE_LB_ALGO;
2789 curproxy->lbprm.algo |= BE_LB_ALGO_RCH;
2790
2791 if ( *(args[0] + 10 ) == '(' ) { /* cookie name */
2792 const char *beg, *end;
2793
2794 beg = args[0] + 11;
2795 end = strchr(beg, ')');
2796
2797 if (!end || end == beg) {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002798 memprintf(err, "rdp-cookie : missing cookie name.");
Emeric Brun736aa232009-06-30 17:56:00 +02002799 return -1;
2800 }
2801
Willy Tarreau484ff072019-01-14 15:28:53 +01002802 free(curproxy->lbprm.arg_str);
2803 curproxy->lbprm.arg_str = my_strndup(beg, end - beg);
2804 curproxy->lbprm.arg_len = end - beg;
Emeric Brun736aa232009-06-30 17:56:00 +02002805 }
2806 else if ( *(args[0] + 10 ) == '\0' ) { /* default cookie name 'mstshash' */
Willy Tarreau484ff072019-01-14 15:28:53 +01002807 free(curproxy->lbprm.arg_str);
2808 curproxy->lbprm.arg_str = strdup("mstshash");
2809 curproxy->lbprm.arg_len = strlen(curproxy->lbprm.arg_str);
Emeric Brun736aa232009-06-30 17:56:00 +02002810 }
2811 else { /* syntax */
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002812 memprintf(err, "rdp-cookie : missing cookie name.");
Emeric Brun736aa232009-06-30 17:56:00 +02002813 return -1;
2814 }
Willy Tarreau01732802007-11-01 22:48:15 +01002815 }
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002816 else {
Willy Tarreaua93c74b2012-05-08 18:14:39 +02002817 memprintf(err, "only supports 'roundrobin', 'static-rr', 'leastconn', 'source', 'uri', 'url_param', 'hdr(name)' and 'rdp-cookie(name)' options.");
Willy Tarreaua0cbda62007-11-01 21:39:54 +01002818 return -1;
2819 }
2820 return 0;
2821}
2822
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01002823
2824/************************************************************************/
Willy Tarreau1a7eca12013-01-07 22:38:03 +01002825/* All supported sample and ACL keywords must be declared here. */
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01002826/************************************************************************/
2827
Willy Tarreau34db1082012-04-19 17:16:54 +02002828/* set temp integer to the number of enabled servers on the proxy.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02002829 * Accepts exactly 1 argument. Argument is a backend, other types will lead to
Willy Tarreau34db1082012-04-19 17:16:54 +02002830 * undefined behaviour.
2831 */
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01002832static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002833smp_fetch_nbsrv(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01002834{
Christopher Faulet37a9e212021-10-12 18:48:05 +02002835 struct proxy *px = args->data.prx;
2836
2837 if (px == NULL)
2838 return 0;
2839 if (px->cap & PR_CAP_DEF)
2840 px = smp->px;
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +02002841
Willy Tarreau37406352012-04-23 16:16:37 +02002842 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002843 smp->data.type = SMP_T_SINT;
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01002844
Nenad Merdanovic2754fbc2017-03-12 21:56:56 +01002845 smp->data.u.sint = be_usable_srv(px);
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01002846
2847 return 1;
2848}
2849
Willy Tarreau37406352012-04-23 16:16:37 +02002850/* report in smp->flags a success or failure depending on the designated
Willy Tarreau0b1cd942010-05-16 22:18:27 +02002851 * server's state. There is no match function involved since there's no pattern.
Willy Tarreau34db1082012-04-19 17:16:54 +02002852 * Accepts exactly 1 argument. Argument is a server, other types will lead to
2853 * undefined behaviour.
Willy Tarreau0b1cd942010-05-16 22:18:27 +02002854 */
2855static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002856smp_fetch_srv_is_up(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau0b1cd942010-05-16 22:18:27 +02002857{
Willy Tarreau24e32d82012-04-23 23:55:44 +02002858 struct server *srv = args->data.srv;
Willy Tarreau0b1cd942010-05-16 22:18:27 +02002859
Willy Tarreau37406352012-04-23 16:16:37 +02002860 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002861 smp->data.type = SMP_T_BOOL;
Emeric Brun52a91d32017-08-31 14:41:55 +02002862 if (!(srv->cur_admin & SRV_ADMF_MAINT) &&
2863 (!(srv->check.state & CHK_ST_CONFIGURED) || (srv->cur_state != SRV_ST_STOPPED)))
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002864 smp->data.u.sint = 1;
Willy Tarreau0b1cd942010-05-16 22:18:27 +02002865 else
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002866 smp->data.u.sint = 0;
Willy Tarreau0b1cd942010-05-16 22:18:27 +02002867 return 1;
2868}
2869
Willy Tarreau34db1082012-04-19 17:16:54 +02002870/* set temp integer to the number of enabled servers on the proxy.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02002871 * Accepts exactly 1 argument. Argument is a backend, other types will lead to
Willy Tarreau34db1082012-04-19 17:16:54 +02002872 * undefined behaviour.
2873 */
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +08002874static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002875smp_fetch_connslots(const struct arg *args, struct sample *smp, const char *kw, void *private)
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +08002876{
2877 struct server *iterator;
Christopher Faulet37a9e212021-10-12 18:48:05 +02002878 struct proxy *px = args->data.prx;
2879
2880 if (px == NULL)
2881 return 0;
2882 if (px->cap & PR_CAP_DEF)
2883 px = smp->px;
Willy Tarreaud28c3532012-04-19 19:28:33 +02002884
Willy Tarreau37406352012-04-23 16:16:37 +02002885 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002886 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002887 smp->data.u.sint = 0;
Willy Tarreau0146c2e2012-04-20 11:37:56 +02002888
Christopher Faulet37a9e212021-10-12 18:48:05 +02002889 for (iterator = px->srv; iterator; iterator = iterator->next) {
Emeric Brun52a91d32017-08-31 14:41:55 +02002890 if (iterator->cur_state == SRV_ST_STOPPED)
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +08002891 continue;
Willy Tarreau0146c2e2012-04-20 11:37:56 +02002892
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +08002893 if (iterator->maxconn == 0 || iterator->maxqueue == 0) {
Willy Tarreaua5e37562011-12-16 17:06:15 +01002894 /* configuration is stupid */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002895 smp->data.u.sint = -1; /* FIXME: stupid value! */
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +08002896 return 1;
2897 }
2898
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002899 smp->data.u.sint += (iterator->maxconn - iterator->cur_sess)
Willy Tarreaua0570452021-06-18 09:30:30 +02002900 + (iterator->maxqueue - iterator->queue.length);
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +08002901 }
2902
2903 return 1;
2904}
2905
Willy Tarreaua5e37562011-12-16 17:06:15 +01002906/* set temp integer to the id of the backend */
Hervé COMMOWICK35ed8012010-12-15 14:04:51 +01002907static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002908smp_fetch_be_id(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau37406352012-04-23 16:16:37 +02002909{
Christopher Fauletd1b44642020-04-30 09:51:15 +02002910 struct proxy *px = NULL;
2911
2912 if (smp->strm)
2913 px = smp->strm->be;
Christopher Fauletf98e6262020-05-06 09:42:04 +02002914 else if (obj_type(smp->sess->origin) == OBJ_TYPE_CHECK)
Christopher Fauletd1b44642020-04-30 09:51:15 +02002915 px = __objt_check(smp->sess->origin)->proxy;
2916 if (!px)
Willy Tarreaube508f12016-03-10 11:47:01 +01002917 return 0;
2918
Willy Tarreauf853c462012-04-23 18:53:56 +02002919 smp->flags = SMP_F_VOL_TXN;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002920 smp->data.type = SMP_T_SINT;
Christopher Fauletd1b44642020-04-30 09:51:15 +02002921 smp->data.u.sint = px->uuid;
Hervé COMMOWICK35ed8012010-12-15 14:04:51 +01002922 return 1;
2923}
2924
Marcin Deranekd2471c22016-12-12 14:08:05 +01002925/* set string to the name of the backend */
2926static int
2927smp_fetch_be_name(const struct arg *args, struct sample *smp, const char *kw, void *private)
2928{
Christopher Fauletd1b44642020-04-30 09:51:15 +02002929 struct proxy *px = NULL;
2930
2931 if (smp->strm)
2932 px = smp->strm->be;
Christopher Fauletf98e6262020-05-06 09:42:04 +02002933 else if (obj_type(smp->sess->origin) == OBJ_TYPE_CHECK)
Christopher Fauletd1b44642020-04-30 09:51:15 +02002934 px = __objt_check(smp->sess->origin)->proxy;
2935 if (!px)
Marcin Deranekd2471c22016-12-12 14:08:05 +01002936 return 0;
2937
Christopher Fauletd1b44642020-04-30 09:51:15 +02002938 smp->data.u.str.area = (char *)px->id;
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002939 if (!smp->data.u.str.area)
Marcin Deranekd2471c22016-12-12 14:08:05 +01002940 return 0;
2941
2942 smp->data.type = SMP_T_STR;
2943 smp->flags = SMP_F_CONST;
Willy Tarreau843b7cb2018-07-13 10:54:26 +02002944 smp->data.u.str.data = strlen(smp->data.u.str.area);
Marcin Deranekd2471c22016-12-12 14:08:05 +01002945
2946 return 1;
2947}
2948
Willy Tarreaua5e37562011-12-16 17:06:15 +01002949/* set temp integer to the id of the server */
Hervé COMMOWICK35ed8012010-12-15 14:04:51 +01002950static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002951smp_fetch_srv_id(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau37406352012-04-23 16:16:37 +02002952{
Christopher Fauletd1b44642020-04-30 09:51:15 +02002953 struct server *srv = NULL;
Willy Tarreaube508f12016-03-10 11:47:01 +01002954
Christopher Fauletd1b44642020-04-30 09:51:15 +02002955 if (smp->strm)
2956 srv = objt_server(smp->strm->target);
Christopher Fauletf98e6262020-05-06 09:42:04 +02002957 else if (obj_type(smp->sess->origin) == OBJ_TYPE_CHECK)
Christopher Fauletd1b44642020-04-30 09:51:15 +02002958 srv = __objt_check(smp->sess->origin)->server;
2959 if (!srv)
Willy Tarreau17af4192011-02-23 14:27:06 +01002960 return 0;
2961
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002962 smp->data.type = SMP_T_SINT;
Christopher Fauletd1b44642020-04-30 09:51:15 +02002963 smp->data.u.sint = srv->puid;
Hervé COMMOWICK35ed8012010-12-15 14:04:51 +01002964
2965 return 1;
2966}
2967
vkill1dfd1652019-10-30 16:58:14 +08002968/* set string to the name of the server */
2969static int
2970smp_fetch_srv_name(const struct arg *args, struct sample *smp, const char *kw, void *private)
2971{
Christopher Fauletd1b44642020-04-30 09:51:15 +02002972 struct server *srv = NULL;
vkill1dfd1652019-10-30 16:58:14 +08002973
Christopher Fauletd1b44642020-04-30 09:51:15 +02002974 if (smp->strm)
2975 srv = objt_server(smp->strm->target);
Christopher Fauletf98e6262020-05-06 09:42:04 +02002976 else if (obj_type(smp->sess->origin) == OBJ_TYPE_CHECK)
Christopher Fauletd1b44642020-04-30 09:51:15 +02002977 srv = __objt_check(smp->sess->origin)->server;
2978 if (!srv)
vkill1dfd1652019-10-30 16:58:14 +08002979 return 0;
2980
Christopher Fauletd1b44642020-04-30 09:51:15 +02002981 smp->data.u.str.area = srv->id;
vkill1dfd1652019-10-30 16:58:14 +08002982 if (!smp->data.u.str.area)
2983 return 0;
2984
2985 smp->data.type = SMP_T_STR;
2986 smp->data.u.str.data = strlen(smp->data.u.str.area);
2987
2988 return 1;
2989}
2990
Willy Tarreau34db1082012-04-19 17:16:54 +02002991/* set temp integer to the number of connections per second reaching the backend.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02002992 * Accepts exactly 1 argument. Argument is a backend, other types will lead to
Willy Tarreau34db1082012-04-19 17:16:54 +02002993 * undefined behaviour.
2994 */
Willy Tarreau079ff0a2009-03-05 21:34:28 +01002995static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002996smp_fetch_be_sess_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau079ff0a2009-03-05 21:34:28 +01002997{
Christopher Faulet37a9e212021-10-12 18:48:05 +02002998 struct proxy *px = args->data.prx;
2999
3000 if (px == NULL)
3001 return 0;
3002 if (px->cap & PR_CAP_DEF)
3003 px = smp->px;
3004
Willy Tarreau37406352012-04-23 16:16:37 +02003005 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003006 smp->data.type = SMP_T_SINT;
Christopher Faulet37a9e212021-10-12 18:48:05 +02003007 smp->data.u.sint = read_freq_ctr(&px->be_sess_per_sec);
Willy Tarreau079ff0a2009-03-05 21:34:28 +01003008 return 1;
3009}
3010
Willy Tarreau34db1082012-04-19 17:16:54 +02003011/* set temp integer to the number of concurrent connections on the backend.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02003012 * Accepts exactly 1 argument. Argument is a backend, other types will lead to
Willy Tarreau34db1082012-04-19 17:16:54 +02003013 * undefined behaviour.
3014 */
Willy Tarreaua36af912009-10-10 12:02:45 +02003015static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003016smp_fetch_be_conn(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua36af912009-10-10 12:02:45 +02003017{
Christopher Faulet37a9e212021-10-12 18:48:05 +02003018 struct proxy *px = args->data.prx;
3019
3020 if (px == NULL)
3021 return 0;
3022 if (px->cap & PR_CAP_DEF)
3023 px = smp->px;
3024
Willy Tarreau37406352012-04-23 16:16:37 +02003025 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003026 smp->data.type = SMP_T_SINT;
Christopher Faulet37a9e212021-10-12 18:48:05 +02003027 smp->data.u.sint = px->beconn;
Willy Tarreaua36af912009-10-10 12:02:45 +02003028 return 1;
3029}
3030
Patrick Hemmer4cdf3ab2018-06-14 17:10:27 -04003031/* set temp integer to the number of available connections across available
3032 * servers on the backend.
3033 * Accepts exactly 1 argument. Argument is a backend, other types will lead to
3034 * undefined behaviour.
3035 */
3036static int
3037smp_fetch_be_conn_free(const struct arg *args, struct sample *smp, const char *kw, void *private)
3038{
3039 struct server *iterator;
Christopher Faulet37a9e212021-10-12 18:48:05 +02003040 struct proxy *px = args->data.prx;
Patrick Hemmer4cdf3ab2018-06-14 17:10:27 -04003041 unsigned int maxconn;
3042
Christopher Faulet37a9e212021-10-12 18:48:05 +02003043 if (px == NULL)
3044 return 0;
3045 if (px->cap & PR_CAP_DEF)
3046 px = smp->px;
3047
Patrick Hemmer4cdf3ab2018-06-14 17:10:27 -04003048 smp->flags = SMP_F_VOL_TEST;
3049 smp->data.type = SMP_T_SINT;
3050 smp->data.u.sint = 0;
3051
Christopher Faulet37a9e212021-10-12 18:48:05 +02003052 for (iterator = px->srv; iterator; iterator = iterator->next) {
Patrick Hemmer4cdf3ab2018-06-14 17:10:27 -04003053 if (iterator->cur_state == SRV_ST_STOPPED)
3054 continue;
3055
3056 px = iterator->proxy;
3057 if (!srv_currently_usable(iterator) ||
3058 ((iterator->flags & SRV_F_BACKUP) &&
3059 (px->srv_act || (iterator != px->lbprm.fbck && !(px->options & PR_O_USE_ALL_BK)))))
3060 continue;
3061
3062 if (iterator->maxconn == 0) {
3063 /* one active server is unlimited, return -1 */
3064 smp->data.u.sint = -1;
3065 return 1;
3066 }
3067
3068 maxconn = srv_dynamic_maxconn(iterator);
3069 if (maxconn > iterator->cur_sess)
3070 smp->data.u.sint += maxconn - iterator->cur_sess;
3071 }
3072
3073 return 1;
3074}
3075
Willy Tarreau34db1082012-04-19 17:16:54 +02003076/* set temp integer to the total number of queued connections on the backend.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02003077 * Accepts exactly 1 argument. Argument is a backend, other types will lead to
Willy Tarreau34db1082012-04-19 17:16:54 +02003078 * undefined behaviour.
3079 */
Willy Tarreaua36af912009-10-10 12:02:45 +02003080static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003081smp_fetch_queue_size(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua36af912009-10-10 12:02:45 +02003082{
Christopher Faulet37a9e212021-10-12 18:48:05 +02003083 struct proxy *px = args->data.prx;
3084
3085 if (px == NULL)
3086 return 0;
3087 if (px->cap & PR_CAP_DEF)
3088 px = smp->px;
3089
Willy Tarreau37406352012-04-23 16:16:37 +02003090 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003091 smp->data.type = SMP_T_SINT;
Christopher Faulet37a9e212021-10-12 18:48:05 +02003092 smp->data.u.sint = px->totpend;
Willy Tarreaua36af912009-10-10 12:02:45 +02003093 return 1;
3094}
3095
Willy Tarreaua5e37562011-12-16 17:06:15 +01003096/* set temp integer to the total number of queued connections on the backend divided
Willy Tarreaua36af912009-10-10 12:02:45 +02003097 * by the number of running servers and rounded up. If there is no running
3098 * server, we return twice the total, just as if we had half a running server.
3099 * This is more or less correct anyway, since we expect the last server to come
3100 * back soon.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02003101 * Accepts exactly 1 argument. Argument is a backend, other types will lead to
Willy Tarreau34db1082012-04-19 17:16:54 +02003102 * undefined behaviour.
Willy Tarreaua36af912009-10-10 12:02:45 +02003103 */
3104static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003105smp_fetch_avg_queue_size(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua36af912009-10-10 12:02:45 +02003106{
Christopher Faulet37a9e212021-10-12 18:48:05 +02003107 struct proxy *px = args->data.prx;
Willy Tarreaua36af912009-10-10 12:02:45 +02003108 int nbsrv;
Christopher Faulet37a9e212021-10-12 18:48:05 +02003109
3110 if (px == NULL)
3111 return 0;
3112 if (px->cap & PR_CAP_DEF)
3113 px = smp->px;
Willy Tarreaua36af912009-10-10 12:02:45 +02003114
Willy Tarreau37406352012-04-23 16:16:37 +02003115 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003116 smp->data.type = SMP_T_SINT;
Willy Tarreaua36af912009-10-10 12:02:45 +02003117
Nenad Merdanovic2754fbc2017-03-12 21:56:56 +01003118 nbsrv = be_usable_srv(px);
Willy Tarreaua36af912009-10-10 12:02:45 +02003119
3120 if (nbsrv > 0)
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003121 smp->data.u.sint = (px->totpend + nbsrv - 1) / nbsrv;
Willy Tarreaua36af912009-10-10 12:02:45 +02003122 else
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003123 smp->data.u.sint = px->totpend * 2;
Willy Tarreaua36af912009-10-10 12:02:45 +02003124
3125 return 1;
3126}
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01003127
Willy Tarreau34db1082012-04-19 17:16:54 +02003128/* set temp integer to the number of concurrent connections on the server in the backend.
3129 * Accepts exactly 1 argument. Argument is a server, other types will lead to
3130 * undefined behaviour.
3131 */
Hervé COMMOWICKdaa824e2011-08-05 12:09:44 +02003132static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003133smp_fetch_srv_conn(const struct arg *args, struct sample *smp, const char *kw, void *private)
Hervé COMMOWICKdaa824e2011-08-05 12:09:44 +02003134{
Willy Tarreauf853c462012-04-23 18:53:56 +02003135 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003136 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003137 smp->data.u.sint = args->data.srv->cur_sess;
Hervé COMMOWICKdaa824e2011-08-05 12:09:44 +02003138 return 1;
3139}
3140
Patrick Hemmer155e93e2018-06-14 18:01:35 -04003141/* set temp integer to the number of available connections on the server in the backend.
3142 * Accepts exactly 1 argument. Argument is a server, other types will lead to
3143 * undefined behaviour.
3144 */
3145static int
3146smp_fetch_srv_conn_free(const struct arg *args, struct sample *smp, const char *kw, void *private)
3147{
3148 unsigned int maxconn;
3149
3150 smp->flags = SMP_F_VOL_TEST;
3151 smp->data.type = SMP_T_SINT;
3152
3153 if (args->data.srv->maxconn == 0) {
3154 /* one active server is unlimited, return -1 */
3155 smp->data.u.sint = -1;
3156 return 1;
3157 }
3158
3159 maxconn = srv_dynamic_maxconn(args->data.srv);
3160 if (maxconn > args->data.srv->cur_sess)
3161 smp->data.u.sint = maxconn - args->data.srv->cur_sess;
3162 else
3163 smp->data.u.sint = 0;
3164
3165 return 1;
3166}
3167
Willy Tarreauff2b7af2017-10-13 11:46:26 +02003168/* set temp integer to the number of connections pending in the server's queue.
3169 * Accepts exactly 1 argument. Argument is a server, other types will lead to
3170 * undefined behaviour.
3171 */
3172static int
3173smp_fetch_srv_queue(const struct arg *args, struct sample *smp, const char *kw, void *private)
3174{
3175 smp->flags = SMP_F_VOL_TEST;
3176 smp->data.type = SMP_T_SINT;
Willy Tarreaua0570452021-06-18 09:30:30 +02003177 smp->data.u.sint = args->data.srv->queue.length;
Willy Tarreauff2b7af2017-10-13 11:46:26 +02003178 return 1;
3179}
3180
Tait Clarridge7896d522012-12-05 21:39:31 -05003181/* set temp integer to the number of enabled servers on the proxy.
3182 * Accepts exactly 1 argument. Argument is a server, other types will lead to
3183 * undefined behaviour.
3184 */
3185static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003186smp_fetch_srv_sess_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Tait Clarridge7896d522012-12-05 21:39:31 -05003187{
3188 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003189 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003190 smp->data.u.sint = read_freq_ctr(&args->data.srv->sess_per_sec);
Tait Clarridge7896d522012-12-05 21:39:31 -05003191 return 1;
3192}
3193
Christopher Faulet1bea8652020-07-10 16:03:45 +02003194/* set temp integer to the server weight.
3195 * Accepts exactly 1 argument. Argument is a server, other types will lead to
3196 * undefined behaviour.
3197 */
3198static int
3199smp_fetch_srv_weight(const struct arg *args, struct sample *smp, const char *kw, void *private)
3200{
3201 struct server *srv = args->data.srv;
3202 struct proxy *px = srv->proxy;
3203
3204 smp->flags = SMP_F_VOL_TEST;
3205 smp->data.type = SMP_T_SINT;
3206 smp->data.u.sint = (srv->cur_eweight * px->lbprm.wmult + px->lbprm.wdiv - 1) / px->lbprm.wdiv;
3207 return 1;
3208}
3209
3210/* set temp integer to the server initial weight.
3211 * Accepts exactly 1 argument. Argument is a server, other types will lead to
3212 * undefined behaviour.
3213 */
3214static int
3215smp_fetch_srv_iweight(const struct arg *args, struct sample *smp, const char *kw, void *private)
3216{
3217 smp->flags = SMP_F_VOL_TEST;
3218 smp->data.type = SMP_T_SINT;
3219 smp->data.u.sint = args->data.srv->iweight;
3220 return 1;
3221}
3222
3223/* set temp integer to the server user-specified weight.
3224 * Accepts exactly 1 argument. Argument is a server, other types will lead to
3225 * undefined behaviour.
3226 */
3227static int
3228smp_fetch_srv_uweight(const struct arg *args, struct sample *smp, const char *kw, void *private)
3229{
3230 smp->flags = SMP_F_VOL_TEST;
3231 smp->data.type = SMP_T_SINT;
3232 smp->data.u.sint = args->data.srv->uweight;
3233 return 1;
3234}
3235
Amaury Denoyelled91d7792020-12-10 13:43:56 +01003236static int
3237smp_fetch_be_server_timeout(const struct arg *args, struct sample *smp, const char *km, void *private)
3238{
3239 struct proxy *px = NULL;
3240
3241 if (smp->strm)
3242 px = smp->strm->be;
3243 else if (obj_type(smp->sess->origin) == OBJ_TYPE_CHECK)
3244 px = __objt_check(smp->sess->origin)->proxy;
3245 if (!px)
3246 return 0;
3247
3248 smp->flags = SMP_F_VOL_TXN;
3249 smp->data.type = SMP_T_SINT;
3250 smp->data.u.sint = TICKS_TO_MS(px->timeout.server);
3251 return 1;
3252}
3253
3254static int
3255smp_fetch_be_tunnel_timeout(const struct arg *args, struct sample *smp, const char *km, void *private)
3256{
3257 struct proxy *px = NULL;
3258
3259 if (smp->strm)
3260 px = smp->strm->be;
3261 else if (obj_type(smp->sess->origin) == OBJ_TYPE_CHECK)
3262 px = __objt_check(smp->sess->origin)->proxy;
3263 if (!px)
3264 return 0;
3265
3266 smp->flags = SMP_F_VOL_TXN;
3267 smp->data.type = SMP_T_SINT;
3268 smp->data.u.sint = TICKS_TO_MS(px->timeout.tunnel);
3269 return 1;
3270}
3271
Nenad Merdanovicb7e7c472017-03-12 21:56:55 +01003272static int sample_conv_nbsrv(const struct arg *args, struct sample *smp, void *private)
3273{
3274
3275 struct proxy *px;
3276
3277 if (!smp_make_safe(smp))
3278 return 0;
3279
Willy Tarreau843b7cb2018-07-13 10:54:26 +02003280 px = proxy_find_by_name(smp->data.u.str.area, PR_CAP_BE, 0);
Nenad Merdanovicb7e7c472017-03-12 21:56:55 +01003281 if (!px)
3282 return 0;
3283
3284 smp->data.type = SMP_T_SINT;
3285 smp->data.u.sint = be_usable_srv(px);
3286
3287 return 1;
3288}
3289
Nenad Merdanovic177adc92019-08-27 01:58:13 +02003290static int
3291sample_conv_srv_queue(const struct arg *args, struct sample *smp, void *private)
3292{
3293 struct proxy *px;
3294 struct server *srv;
3295 char *bksep;
3296
3297 if (!smp_make_safe(smp))
3298 return 0;
3299
3300 bksep = strchr(smp->data.u.str.area, '/');
3301
3302 if (bksep) {
3303 *bksep = '\0';
3304 px = proxy_find_by_name(smp->data.u.str.area, PR_CAP_BE, 0);
3305 if (!px)
3306 return 0;
3307 smp->data.u.str.area = bksep + 1;
3308 } else {
3309 if (!(smp->px->cap & PR_CAP_BE))
3310 return 0;
3311 px = smp->px;
3312 }
3313
3314 srv = server_find_by_name(px, smp->data.u.str.area);
3315 if (!srv)
3316 return 0;
3317
3318 smp->data.type = SMP_T_SINT;
Willy Tarreaua0570452021-06-18 09:30:30 +02003319 smp->data.u.sint = srv->queue.length;
Nenad Merdanovic177adc92019-08-27 01:58:13 +02003320 return 1;
3321}
Willy Tarreau1a7eca12013-01-07 22:38:03 +01003322
3323/* Note: must not be declared <const> as its list will be overwritten.
3324 * Please take care of keeping this list alphabetically sorted.
3325 */
Willy Tarreaudc13c112013-06-21 23:16:39 +02003326static struct sample_fetch_kw_list smp_kws = {ILH, {
Amaury Denoyelled91d7792020-12-10 13:43:56 +01003327 { "avg_queue", smp_fetch_avg_queue_size, ARG1(1,BE), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3328 { "be_conn", smp_fetch_be_conn, ARG1(1,BE), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3329 { "be_conn_free", smp_fetch_be_conn_free, ARG1(1,BE), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3330 { "be_id", smp_fetch_be_id, 0, NULL, SMP_T_SINT, SMP_USE_BKEND, },
3331 { "be_name", smp_fetch_be_name, 0, NULL, SMP_T_STR, SMP_USE_BKEND, },
3332 { "be_server_timeout", smp_fetch_be_server_timeout, 0, NULL, SMP_T_SINT, SMP_USE_BKEND, },
3333 { "be_sess_rate", smp_fetch_be_sess_rate, ARG1(1,BE), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3334 { "be_tunnel_timeout", smp_fetch_be_tunnel_timeout, 0, NULL, SMP_T_SINT, SMP_USE_BKEND, },
3335 { "connslots", smp_fetch_connslots, ARG1(1,BE), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3336 { "nbsrv", smp_fetch_nbsrv, ARG1(1,BE), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3337 { "queue", smp_fetch_queue_size, ARG1(1,BE), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3338 { "srv_conn", smp_fetch_srv_conn, ARG1(1,SRV), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3339 { "srv_conn_free", smp_fetch_srv_conn_free, ARG1(1,SRV), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3340 { "srv_id", smp_fetch_srv_id, 0, NULL, SMP_T_SINT, SMP_USE_SERVR, },
3341 { "srv_is_up", smp_fetch_srv_is_up, ARG1(1,SRV), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
3342 { "srv_name", smp_fetch_srv_name, 0, NULL, SMP_T_STR, SMP_USE_SERVR, },
3343 { "srv_queue", smp_fetch_srv_queue, ARG1(1,SRV), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3344 { "srv_sess_rate", smp_fetch_srv_sess_rate, ARG1(1,SRV), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3345 { "srv_weight", smp_fetch_srv_weight, ARG1(1,SRV), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3346 { "srv_iweight", smp_fetch_srv_iweight, ARG1(1,SRV), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3347 { "srv_uweight", smp_fetch_srv_uweight, ARG1(1,SRV), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Willy Tarreau1a7eca12013-01-07 22:38:03 +01003348 { /* END */ },
3349}};
3350
Willy Tarreau0108d902018-11-25 19:14:37 +01003351INITCALL1(STG_REGISTER, sample_register_fetches, &smp_kws);
3352
Nenad Merdanovicb7e7c472017-03-12 21:56:55 +01003353/* Note: must not be declared <const> as its list will be overwritten */
3354static struct sample_conv_kw_list sample_conv_kws = {ILH, {
Nenad Merdanovic177adc92019-08-27 01:58:13 +02003355 { "nbsrv", sample_conv_nbsrv, 0, NULL, SMP_T_STR, SMP_T_SINT },
3356 { "srv_queue", sample_conv_srv_queue, 0, NULL, SMP_T_STR, SMP_T_SINT },
Nenad Merdanovicb7e7c472017-03-12 21:56:55 +01003357 { /* END */ },
3358}};
3359
Willy Tarreau0108d902018-11-25 19:14:37 +01003360INITCALL1(STG_REGISTER, sample_register_convs, &sample_conv_kws);
Willy Tarreau1a7eca12013-01-07 22:38:03 +01003361
Willy Tarreau61612d42012-04-19 18:42:05 +02003362/* Note: must not be declared <const> as its list will be overwritten.
3363 * Please take care of keeping this list alphabetically sorted.
3364 */
Willy Tarreaudc13c112013-06-21 23:16:39 +02003365static struct acl_kw_list acl_kws = {ILH, {
Willy Tarreau1a7eca12013-01-07 22:38:03 +01003366 { /* END */ },
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01003367}};
3368
Willy Tarreau0108d902018-11-25 19:14:37 +01003369INITCALL1(STG_REGISTER, acl_register_keywords, &acl_kws);
Willy Tarreaua9d3c1e2007-11-30 20:48:53 +01003370
Willy Tarreaubaaee002006-06-26 02:48:02 +02003371/*
3372 * Local variables:
3373 * c-indent-level: 8
3374 * c-basic-offset: 8
3375 * End:
3376 */