blob: a5d80a3b013843a8aa5a5bcf17fe3df53dfd7bdd [file] [log] [blame]
Willy Tarreaubaaee002006-06-26 02:48:02 +02001/*
Willy Tarreau87b09662015-04-03 00:22:06 +02002 * Stream management functions.
Willy Tarreaubaaee002006-06-26 02:48:02 +02003 *
Willy Tarreaud28c3532012-04-19 19:28:33 +02004 * Copyright 2000-2012 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 <stdlib.h>
Willy Tarreau81f9aa32010-06-01 17:45:26 +020014#include <unistd.h>
15#include <fcntl.h>
Willy Tarreaue3ba5f02006-06-29 18:54:54 +020016
Thierry FOURNIER5a363e72015-09-27 19:29:33 +020017#include <common/cfgparse.h>
Willy Tarreaue3ba5f02006-06-29 18:54:54 +020018#include <common/config.h>
Willy Tarreau9b28e032012-10-12 23:49:43 +020019#include <common/buffer.h>
Willy Tarreau7c669d72008-06-20 15:04:11 +020020#include <common/debug.h>
Willy Tarreau2dd0d472006-06-29 17:53:05 +020021#include <common/memory.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020022
Willy Tarreau8a8d83b2015-04-13 13:24:54 +020023#include <types/applet.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020024#include <types/capture.h>
Christopher Fauletd7c91962015-04-30 11:48:27 +020025#include <types/filters.h>
Willy Tarreau55a8d0e2008-11-30 18:47:21 +010026#include <types/global.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020027
Willy Tarreau1d0dfb12009-07-07 15:10:31 +020028#include <proto/acl.h>
Thierry FOURNIER5a363e72015-09-27 19:29:33 +020029#include <proto/action.h>
Willy Tarreau61612d42012-04-19 18:42:05 +020030#include <proto/arg.h>
Willy Tarreau55a8d0e2008-11-30 18:47:21 +010031#include <proto/backend.h>
Willy Tarreauc7e42382012-08-24 19:22:53 +020032#include <proto/channel.h>
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010033#include <proto/checks.h>
Willy Tarreaud2274c62012-07-06 14:29:45 +020034#include <proto/connection.h>
Willy Tarreau5ca791d2009-08-16 19:06:42 +020035#include <proto/dumpstats.h>
Willy Tarreaudd2f85e2012-09-02 22:34:23 +020036#include <proto/fd.h>
Christopher Fauletd7c91962015-04-30 11:48:27 +020037#include <proto/filters.h>
Willy Tarreau91c43d72010-06-20 11:19:22 +020038#include <proto/freq_ctr.h>
Willy Tarreau3041b9f2010-10-15 23:25:20 +020039#include <proto/frontend.h>
Willy Tarreau8d5d7f22007-01-21 19:16:41 +010040#include <proto/hdr_idx.h>
Thierry FOURNIER65f34c62015-02-16 20:11:43 +010041#include <proto/hlua.h>
Willy Tarreaud1d54542012-09-12 22:58:11 +020042#include <proto/listener.h>
Willy Tarreau332f8bf2007-05-13 21:36:56 +020043#include <proto/log.h>
Willy Tarreaucbaaec42012-09-06 11:32:07 +020044#include <proto/raw_sock.h>
Willy Tarreaufeb76402015-04-03 14:10:06 +020045#include <proto/session.h>
Willy Tarreau87b09662015-04-03 00:22:06 +020046#include <proto/stream.h>
Willy Tarreau3eba98a2009-01-25 13:56:13 +010047#include <proto/pipe.h>
Willy Tarreau55a8d0e2008-11-30 18:47:21 +010048#include <proto/proto_http.h>
49#include <proto/proto_tcp.h>
Willy Tarreau1d0dfb12009-07-07 15:10:31 +020050#include <proto/proxy.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020051#include <proto/queue.h>
Willy Tarreau7f062c42009-03-05 18:43:00 +010052#include <proto/server.h>
Willy Tarreaucd3b0942012-04-27 21:52:18 +020053#include <proto/sample.h>
Emeric Brun1d33b292010-01-04 15:47:17 +010054#include <proto/stick_table.h>
Willy Tarreau55a8d0e2008-11-30 18:47:21 +010055#include <proto/stream_interface.h>
Willy Tarreau55a8d0e2008-11-30 18:47:21 +010056#include <proto/task.h>
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020057#include <proto/vars.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020058
Willy Tarreau87b09662015-04-03 00:22:06 +020059struct pool_head *pool2_stream;
60struct list streams;
Willy Tarreaubaaee002006-06-26 02:48:02 +020061
Willy Tarreau87b09662015-04-03 00:22:06 +020062/* list of streams waiting for at least one buffer */
Willy Tarreaubf883e02014-11-25 21:10:35 +010063struct list buffer_wq = LIST_HEAD_INIT(buffer_wq);
64
Thierry FOURNIER5a363e72015-09-27 19:29:33 +020065/* List of all use-service keywords. */
66static struct list service_keywords = LIST_HEAD_INIT(service_keywords);
67
Willy Tarreau9903f0e2015-04-04 18:50:31 +020068/* This function is called from the session handler which detects the end of
Willy Tarreau73b65ac2015-04-08 18:26:29 +020069 * handshake, in order to complete initialization of a valid stream. It must be
70 * called with a session (which may be embryonic). It returns the pointer to
71 * the newly created stream, or NULL in case of fatal error. The client-facing
72 * end point is assigned to <origin>, which must be valid. The task's context
73 * is set to the new stream, and its function is set to process_stream().
74 * Target and analysers are null.
Willy Tarreau2542b532012-08-31 16:01:23 +020075 */
Willy Tarreau73b65ac2015-04-08 18:26:29 +020076struct stream *stream_new(struct session *sess, struct task *t, enum obj_type *origin)
Willy Tarreau2542b532012-08-31 16:01:23 +020077{
Willy Tarreau02a0c0e2015-04-04 18:08:21 +020078 struct stream *s;
Willy Tarreau73b65ac2015-04-08 18:26:29 +020079 struct connection *conn = objt_conn(origin);
80 struct appctx *appctx = objt_appctx(origin);
Willy Tarreau2542b532012-08-31 16:01:23 +020081
Willy Tarreau02a0c0e2015-04-04 18:08:21 +020082 if (unlikely((s = pool_alloc2(pool2_stream)) == NULL))
Willy Tarreau02d86382015-04-05 12:00:52 +020083 return s;
Willy Tarreau02a0c0e2015-04-04 18:08:21 +020084
85 /* minimum stream initialization required for an embryonic stream is
86 * fairly low. We need very little to execute L4 ACLs, then we need a
87 * task to make the client-side connection live on its own.
88 * - flags
89 * - stick-entry tracking
90 */
91 s->flags = 0;
Willy Tarreaufb9f5842015-04-05 18:19:23 +020092 s->logs.logwait = sess->fe->to_log;
Willy Tarreau02a0c0e2015-04-04 18:08:21 +020093 s->logs.level = 0;
Willy Tarreau99eb0f12015-04-05 12:03:54 +020094 s->logs.accept_date = sess->accept_date; /* user-visible date for logging */
95 s->logs.tv_accept = sess->tv_accept; /* corrected date for internal use */
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020096 /* This function is called just after the handshake, so the handshake duration is
97 * between the accept time and now.
98 */
99 s->logs.t_handshake = tv_ms_elapsed(&sess->tv_accept, &now);
100 s->logs.t_idle = -1;
Willy Tarreau99eb0f12015-04-05 12:03:54 +0200101 tv_zero(&s->logs.tv_request);
102 s->logs.t_queue = -1;
103 s->logs.t_connect = -1;
104 s->logs.t_data = -1;
105 s->logs.t_close = 0;
106 s->logs.bytes_in = s->logs.bytes_out = 0;
107 s->logs.prx_queue_size = 0; /* we get the number of pending conns before us */
108 s->logs.srv_queue_size = 0; /* we will get this number soon */
109
110 /* default logging function */
111 s->do_log = strm_log;
112
113 /* default error reporting function, may be changed by analysers */
114 s->srv_error = default_srv_error;
Willy Tarreau02a0c0e2015-04-04 18:08:21 +0200115
116 /* Initialise the current rule list pointer to NULL. We are sure that
117 * any rulelist match the NULL pointer.
118 */
119 s->current_rule_list = NULL;
Remi Gacogne7fb9de22015-07-22 17:10:58 +0200120 s->current_rule = NULL;
Willy Tarreau02a0c0e2015-04-04 18:08:21 +0200121
Willy Tarreaua68f7622015-09-21 17:48:24 +0200122 /* Copy SC counters for the stream. We don't touch refcounts because
123 * any reference we have is inherited from the session. Since the stream
124 * doesn't exist without the session, the session's existence guarantees
125 * we don't lose the entry. During the store operation, the stream won't
126 * touch these ones.
Thierry FOURNIER827752e2015-08-18 11:34:18 +0200127 */
Thierry FOURNIERc8fdb982015-08-16 12:03:39 +0200128 memcpy(s->stkctr, sess->stkctr, sizeof(s->stkctr));
Willy Tarreau02a0c0e2015-04-04 18:08:21 +0200129
130 s->sess = sess;
131 s->si[0].flags = SI_FL_NONE;
132 s->si[1].flags = SI_FL_ISBACK;
133
Willy Tarreau02a0c0e2015-04-04 18:08:21 +0200134 s->uniq_id = global.req_count++;
135
Willy Tarreau87b09662015-04-03 00:22:06 +0200136 /* OK, we're keeping the stream, so let's properly initialize the stream */
137 LIST_ADDQ(&streams, &s->list);
Willy Tarreau2542b532012-08-31 16:01:23 +0200138 LIST_INIT(&s->back_refs);
Willy Tarreaubf883e02014-11-25 21:10:35 +0100139 LIST_INIT(&s->buffer_wait);
Willy Tarreauf8a49ea2013-10-14 21:32:07 +0200140
Willy Tarreaue7dff022015-04-03 01:14:29 +0200141 s->flags |= SF_INITIALIZED;
Willy Tarreau2542b532012-08-31 16:01:23 +0200142 s->unique_id = NULL;
Willy Tarreau2542b532012-08-31 16:01:23 +0200143
Willy Tarreau02a0c0e2015-04-04 18:08:21 +0200144 s->task = t;
Willy Tarreaud1769b82015-04-06 00:25:48 +0200145 t->process = process_stream;
Willy Tarreau2542b532012-08-31 16:01:23 +0200146 t->context = s;
147 t->expire = TICK_ETERNITY;
148
Willy Tarreau87b09662015-04-03 00:22:06 +0200149 /* Note: initially, the stream's backend points to the frontend.
Willy Tarreau2542b532012-08-31 16:01:23 +0200150 * This changes later when switching rules are executed or
151 * when the default backend is assigned.
152 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +0200153 s->be = sess->fe;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100154 s->req.buf = s->res.buf = NULL;
Willy Tarreaucb7dd012015-04-03 22:16:32 +0200155 s->req_cap = NULL;
156 s->res_cap = NULL;
Willy Tarreau2542b532012-08-31 16:01:23 +0200157
Willy Tarreauebcd4842015-06-19 11:59:02 +0200158 /* Initialise all the variables contexts even if not used.
159 * This permits to prune these contexts without errors.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +0200160 */
Thierry FOURNIER4834bc72015-06-06 19:29:07 +0200161 vars_init(&s->vars_txn, SCOPE_TXN);
162 vars_init(&s->vars_reqres, SCOPE_REQ);
163
Willy Tarreau32e3c6a2013-10-11 19:34:20 +0200164 /* this part should be common with other protocols */
Willy Tarreau819d3322014-11-28 12:12:34 +0100165 si_reset(&s->si[0]);
Willy Tarreau32e3c6a2013-10-11 19:34:20 +0200166 si_set_state(&s->si[0], SI_ST_EST);
167
Willy Tarreau1f52bb22015-04-04 14:28:46 +0200168 /* attach the incoming connection to the stream interface now. */
Willy Tarreauf2b98742015-04-05 01:30:42 +0200169 if (conn)
170 si_attach_conn(&s->si[0], conn);
Willy Tarreau470280e2015-04-05 01:33:13 +0200171 else if (appctx)
172 si_attach_appctx(&s->si[0], appctx);
Willy Tarreau32e3c6a2013-10-11 19:34:20 +0200173
Willy Tarreaue36cbcb2015-04-03 15:40:56 +0200174 if (likely(sess->fe->options2 & PR_O2_INDEPSTR))
Willy Tarreau32e3c6a2013-10-11 19:34:20 +0200175 s->si[0].flags |= SI_FL_INDEP_STR;
176
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200177 /* pre-initialize the other side's stream interface to an INIT state. The
178 * callbacks will be initialized before attempting to connect.
179 */
Willy Tarreau819d3322014-11-28 12:12:34 +0100180 si_reset(&s->si[1]);
Willy Tarreaub363a1f2013-10-01 10:45:07 +0200181
Willy Tarreaue36cbcb2015-04-03 15:40:56 +0200182 if (likely(sess->fe->options2 & PR_O2_INDEPSTR))
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200183 s->si[1].flags |= SI_FL_INDEP_STR;
184
Willy Tarreau87b09662015-04-03 00:22:06 +0200185 stream_init_srv_conn(s);
Willy Tarreaud1769b82015-04-06 00:25:48 +0200186 s->target = NULL;
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200187 s->pend_pos = NULL;
188
189 /* init store persistence */
190 s->store_count = 0;
191
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100192 channel_init(&s->req);
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100193 s->req.flags |= CF_READ_ATTACHED; /* the producer is already connected */
Willy Tarreaud1769b82015-04-06 00:25:48 +0200194 s->req.analysers = 0;
195 channel_auto_connect(&s->req); /* don't wait to establish connection */
196 channel_auto_close(&s->req); /* let the producer forward close requests */
Willy Tarreauc8815ef2015-04-05 18:15:59 +0200197
198 s->req.rto = sess->fe->timeout.client;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100199 s->req.wto = TICK_ETERNITY;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100200 s->req.rex = TICK_ETERNITY;
201 s->req.wex = TICK_ETERNITY;
202 s->req.analyse_exp = TICK_ETERNITY;
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200203
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100204 channel_init(&s->res);
Willy Tarreauef573c02014-11-28 14:17:09 +0100205 s->res.flags |= CF_ISRESP;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100206 s->res.analysers = 0;
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200207
Willy Tarreaue36cbcb2015-04-03 15:40:56 +0200208 if (sess->fe->options2 & PR_O2_NODELAY) {
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100209 s->req.flags |= CF_NEVER_WAIT;
210 s->res.flags |= CF_NEVER_WAIT;
Willy Tarreau96e31212011-05-30 18:10:30 +0200211 }
212
Willy Tarreauc8815ef2015-04-05 18:15:59 +0200213 s->res.wto = sess->fe->timeout.client;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100214 s->res.rto = TICK_ETERNITY;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100215 s->res.rex = TICK_ETERNITY;
216 s->res.wex = TICK_ETERNITY;
217 s->res.analyse_exp = TICK_ETERNITY;
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200218
Willy Tarreaueee5b512015-04-03 23:46:31 +0200219 s->txn = NULL;
Willy Tarreau62f791e2012-03-09 11:32:30 +0100220
Thierry FOURNIERa718b292015-03-04 16:48:34 +0100221 HLUA_INIT(&s->hlua);
Thierry FOURNIER65f34c62015-02-16 20:11:43 +0100222
Christopher Faulet92d36382015-11-05 13:35:03 +0100223 if (flt_stream_init(s) < 0 || flt_stream_start(s) < 0)
Christopher Fauletd7c91962015-04-30 11:48:27 +0200224 goto out_fail_accept;
225
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200226 /* finish initialization of the accepted file descriptor */
Willy Tarreauf2b98742015-04-05 01:30:42 +0200227 if (conn)
228 conn_data_want_recv(conn);
Willy Tarreau470280e2015-04-05 01:33:13 +0200229 else if (appctx)
Willy Tarreaufe127932015-04-21 19:23:39 +0200230 si_applet_want_get(&s->si[0]);
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200231
Willy Tarreaufb9f5842015-04-05 18:19:23 +0200232 if (sess->fe->accept && sess->fe->accept(s) < 0)
Willy Tarreauc5a7ff42015-04-05 11:52:08 +0200233 goto out_fail_accept;
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200234
235 /* it is important not to call the wakeup function directly but to
236 * pass through task_wakeup(), because this one knows how to apply
237 * priorities to tasks.
238 */
239 task_wakeup(t, TASK_WOKEN_INIT);
Willy Tarreau02d86382015-04-05 12:00:52 +0200240 return s;
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200241
242 /* Error unrolling */
Willy Tarreauc5a7ff42015-04-05 11:52:08 +0200243 out_fail_accept:
Christopher Faulet92d36382015-11-05 13:35:03 +0100244 flt_stream_release(s, 0);
Willy Tarreau3b246412014-11-25 17:10:33 +0100245 LIST_DEL(&s->list);
Willy Tarreau02a0c0e2015-04-04 18:08:21 +0200246 pool_free2(pool2_stream, s);
Willy Tarreau02d86382015-04-05 12:00:52 +0200247 return NULL;
Willy Tarreau81f9aa32010-06-01 17:45:26 +0200248}
249
Willy Tarreaubaaee002006-06-26 02:48:02 +0200250/*
Willy Tarreau87b09662015-04-03 00:22:06 +0200251 * frees the context associated to a stream. It must have been removed first.
Willy Tarreaubaaee002006-06-26 02:48:02 +0200252 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200253static void stream_free(struct stream *s)
Willy Tarreaubaaee002006-06-26 02:48:02 +0200254{
Willy Tarreau9ad7bd42015-04-03 19:19:59 +0200255 struct session *sess = strm_sess(s);
256 struct proxy *fe = sess->fe;
Willy Tarreau62e4f1d2008-12-07 20:16:23 +0100257 struct bref *bref, *back;
Willy Tarreau9ad7bd42015-04-03 19:19:59 +0200258 struct connection *cli_conn = objt_conn(sess->origin);
Willy Tarreaua4cda672010-06-06 18:28:49 +0200259 int i;
Willy Tarreau0f7562b2007-01-07 15:46:13 +0100260
Willy Tarreaubaaee002006-06-26 02:48:02 +0200261 if (s->pend_pos)
262 pendconn_free(s->pend_pos);
Willy Tarreau922a8062008-12-04 09:33:58 +0100263
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100264 if (objt_server(s->target)) { /* there may be requests left pending in queue */
Willy Tarreaue7dff022015-04-03 01:14:29 +0200265 if (s->flags & SF_CURR_SESS) {
266 s->flags &= ~SF_CURR_SESS;
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100267 objt_server(s->target)->cur_sess--;
Willy Tarreau1e62de62008-11-11 20:20:02 +0100268 }
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100269 if (may_dequeue_tasks(objt_server(s->target), s->be))
270 process_srv_queue(objt_server(s->target));
Willy Tarreau1e62de62008-11-11 20:20:02 +0100271 }
Willy Tarreau922a8062008-12-04 09:33:58 +0100272
Willy Tarreau7c669d72008-06-20 15:04:11 +0200273 if (unlikely(s->srv_conn)) {
Willy Tarreau87b09662015-04-03 00:22:06 +0200274 /* the stream still has a reserved slot on a server, but
Willy Tarreau7c669d72008-06-20 15:04:11 +0200275 * it should normally be only the same as the one above,
276 * so this should not happen in fact.
277 */
278 sess_change_server(s, NULL);
279 }
280
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100281 if (s->req.pipe)
282 put_pipe(s->req.pipe);
Willy Tarreau259de1b2009-01-18 21:56:21 +0100283
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100284 if (s->res.pipe)
285 put_pipe(s->res.pipe);
Willy Tarreau259de1b2009-01-18 21:56:21 +0100286
Willy Tarreaubf883e02014-11-25 21:10:35 +0100287 /* We may still be present in the buffer wait queue */
288 if (!LIST_ISEMPTY(&s->buffer_wait)) {
289 LIST_DEL(&s->buffer_wait);
290 LIST_INIT(&s->buffer_wait);
291 }
292
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100293 b_drop(&s->req.buf);
294 b_drop(&s->res.buf);
Willy Tarreaubf883e02014-11-25 21:10:35 +0100295 if (!LIST_ISEMPTY(&buffer_wq))
Willy Tarreau87b09662015-04-03 00:22:06 +0200296 stream_offer_buffers();
Willy Tarreau9b28e032012-10-12 23:49:43 +0200297
Thierry FOURNIERa718b292015-03-04 16:48:34 +0100298 hlua_ctx_destroy(&s->hlua);
Willy Tarreaueee5b512015-04-03 23:46:31 +0200299 if (s->txn)
300 http_end_txn(s);
Willy Tarreau46023632010-01-07 22:51:47 +0100301
Willy Tarreau1e954912012-10-12 17:50:05 +0200302 /* ensure the client-side transport layer is destroyed */
Willy Tarreauf79c8172013-10-21 16:30:56 +0200303 if (cli_conn)
304 conn_force_close(cli_conn);
Willy Tarreau1e954912012-10-12 17:50:05 +0200305
Willy Tarreaua4cda672010-06-06 18:28:49 +0200306 for (i = 0; i < s->store_count; i++) {
307 if (!s->store[i].ts)
308 continue;
309 stksess_free(s->store[i].table, s->store[i].ts);
310 s->store[i].ts = NULL;
311 }
312
Willy Tarreaueee5b512015-04-03 23:46:31 +0200313 if (s->txn) {
314 pool_free2(pool2_hdr_idx, s->txn->hdr_idx.v);
315 pool_free2(pool2_http_txn, s->txn);
316 s->txn = NULL;
317 }
318
Christopher Fauletd7c91962015-04-30 11:48:27 +0200319 flt_stream_stop(s);
Christopher Faulet92d36382015-11-05 13:35:03 +0100320 flt_stream_release(s, 0);
Christopher Fauletd7c91962015-04-30 11:48:27 +0200321
Willy Tarreau92fb9832007-10-16 17:34:28 +0200322 if (fe) {
Willy Tarreaucb7dd012015-04-03 22:16:32 +0200323 pool_free2(fe->rsp_cap_pool, s->res_cap);
324 pool_free2(fe->req_cap_pool, s->req_cap);
Willy Tarreaubaaee002006-06-26 02:48:02 +0200325 }
Willy Tarreau0937bc42009-12-22 15:03:09 +0100326
Thierry FOURNIER4834bc72015-06-06 19:29:07 +0200327 /* Cleanup all variable contexts. */
Willy Tarreau6204cd92016-03-10 16:33:04 +0100328 vars_prune(&s->vars_txn, s->sess, s);
329 vars_prune(&s->vars_reqres, s->sess, s);
Thierry FOURNIER4834bc72015-06-06 19:29:07 +0200330
Willy Tarreau87b09662015-04-03 00:22:06 +0200331 stream_store_counters(s);
Willy Tarreau9ba2dcc2010-06-14 21:04:55 +0200332
Willy Tarreau62e4f1d2008-12-07 20:16:23 +0100333 list_for_each_entry_safe(bref, back, &s->back_refs, users) {
Willy Tarreaufd3828e2009-02-22 15:17:24 +0100334 /* we have to unlink all watchers. We must not relink them if
Willy Tarreau87b09662015-04-03 00:22:06 +0200335 * this stream was the last one in the list.
Willy Tarreaufd3828e2009-02-22 15:17:24 +0100336 */
Willy Tarreau62e4f1d2008-12-07 20:16:23 +0100337 LIST_DEL(&bref->users);
Willy Tarreaufd3828e2009-02-22 15:17:24 +0100338 LIST_INIT(&bref->users);
Willy Tarreau87b09662015-04-03 00:22:06 +0200339 if (s->list.n != &streams)
340 LIST_ADDQ(&LIST_ELEM(s->list.n, struct stream *, list)->back_refs, &bref->users);
Willy Tarreau62e4f1d2008-12-07 20:16:23 +0100341 bref->ref = s->list.n;
342 }
Willy Tarreauf54f8bd2008-11-23 19:53:55 +0100343 LIST_DEL(&s->list);
Willy Tarreau32e3c6a2013-10-11 19:34:20 +0200344 si_release_endpoint(&s->si[1]);
345 si_release_endpoint(&s->si[0]);
Willy Tarreaufeb76402015-04-03 14:10:06 +0200346
347 /* FIXME: for now we have a 1:1 relation between stream and session so
348 * the stream must free the session.
349 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200350 pool_free2(pool2_stream, s);
Willy Tarreau11c36242015-04-04 15:54:03 +0200351 session_free(sess);
Willy Tarreau632f5a72007-07-11 10:42:35 +0200352
353 /* We may want to free the maximum amount of pools if the proxy is stopping */
Willy Tarreau92fb9832007-10-16 17:34:28 +0200354 if (fe && unlikely(fe->state == PR_STSTOPPED)) {
Willy Tarreau9b28e032012-10-12 23:49:43 +0200355 pool_flush2(pool2_buffer);
Willy Tarreau63986c72015-04-03 22:55:33 +0200356 pool_flush2(pool2_http_txn);
Willy Tarreau34eb6712011-10-24 18:15:04 +0200357 pool_flush2(pool2_hdr_idx);
Willy Tarreau48d63db2008-08-03 17:41:33 +0200358 pool_flush2(pool2_requri);
359 pool_flush2(pool2_capture);
Willy Tarreau87b09662015-04-03 00:22:06 +0200360 pool_flush2(pool2_stream);
Willy Tarreaufeb76402015-04-03 14:10:06 +0200361 pool_flush2(pool2_session);
Willy Tarreau3a5e0602014-11-13 16:46:28 +0100362 pool_flush2(pool2_connection);
363 pool_flush2(pool2_pendconn);
Willy Tarreau48d63db2008-08-03 17:41:33 +0200364 pool_flush2(fe->req_cap_pool);
365 pool_flush2(fe->rsp_cap_pool);
Willy Tarreau632f5a72007-07-11 10:42:35 +0200366 }
Willy Tarreauc6ca1a02007-05-13 19:43:47 +0200367}
368
Willy Tarreau78955f42014-12-28 13:09:02 +0100369/* Allocates a receive buffer for channel <chn>, but only if it's guaranteed
370 * that it's not the last available buffer or it's the response buffer. Unless
371 * the buffer is the response buffer, an extra control is made so that we always
372 * keep <tune.buffers.reserved> buffers available after this allocation. To be
373 * called at the beginning of recv() callbacks to ensure that the required
374 * buffers are properly allocated. Returns 0 in case of failure, non-zero
375 * otherwise.
Willy Tarreau656859d2014-11-25 19:46:36 +0100376 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200377int stream_alloc_recv_buffer(struct channel *chn)
Willy Tarreau656859d2014-11-25 19:46:36 +0100378{
Willy Tarreau87b09662015-04-03 00:22:06 +0200379 struct stream *s;
Willy Tarreau656859d2014-11-25 19:46:36 +0100380 struct buffer *b;
Willy Tarreaua24adf02014-11-27 01:11:56 +0100381 int margin = 0;
Willy Tarreau656859d2014-11-25 19:46:36 +0100382
Willy Tarreau78955f42014-12-28 13:09:02 +0100383 if (!(chn->flags & CF_ISRESP))
Willy Tarreaua24adf02014-11-27 01:11:56 +0100384 margin = global.tune.reserved_bufs;
385
Thierry FOURNIER27929fb2015-09-25 08:36:11 +0200386 s = chn_strm(chn);
Willy Tarreau78955f42014-12-28 13:09:02 +0100387
388 b = b_alloc_margin(&chn->buf, margin);
Willy Tarreau656859d2014-11-25 19:46:36 +0100389 if (b)
390 return 1;
391
Willy Tarreaubf883e02014-11-25 21:10:35 +0100392 if (LIST_ISEMPTY(&s->buffer_wait))
393 LIST_ADDQ(&buffer_wq, &s->buffer_wait);
Willy Tarreau656859d2014-11-25 19:46:36 +0100394 return 0;
395}
396
Willy Tarreau87b09662015-04-03 00:22:06 +0200397/* Allocates a work buffer for stream <s>. It is meant to be called inside
398 * process_stream(). It will only allocate the side needed for the function
Willy Tarreaubc39a5d2015-04-20 15:52:18 +0200399 * to work fine, which is the response buffer so that an error message may be
400 * built and returned. Response buffers may be allocated from the reserve, this
401 * is critical to ensure that a response may always flow and will never block a
402 * server from releasing a connection. Returns 0 in case of failure, non-zero
403 * otherwise.
Willy Tarreau656859d2014-11-25 19:46:36 +0100404 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200405int stream_alloc_work_buffer(struct stream *s)
Willy Tarreau656859d2014-11-25 19:46:36 +0100406{
Willy Tarreaubf883e02014-11-25 21:10:35 +0100407 if (!LIST_ISEMPTY(&s->buffer_wait)) {
408 LIST_DEL(&s->buffer_wait);
409 LIST_INIT(&s->buffer_wait);
410 }
Willy Tarreau656859d2014-11-25 19:46:36 +0100411
Willy Tarreaubc39a5d2015-04-20 15:52:18 +0200412 if (b_alloc_margin(&s->res.buf, 0))
Willy Tarreau656859d2014-11-25 19:46:36 +0100413 return 1;
414
Willy Tarreaubf883e02014-11-25 21:10:35 +0100415 LIST_ADDQ(&buffer_wq, &s->buffer_wait);
Willy Tarreau656859d2014-11-25 19:46:36 +0100416 return 0;
417}
418
419/* releases unused buffers after processing. Typically used at the end of the
Willy Tarreaubf883e02014-11-25 21:10:35 +0100420 * update() functions. It will try to wake up as many tasks as the number of
Willy Tarreau87b09662015-04-03 00:22:06 +0200421 * buffers that it releases. In practice, most often streams are blocked on
Willy Tarreaubf883e02014-11-25 21:10:35 +0100422 * a single buffer, so it makes sense to try to wake two up when two buffers
423 * are released at once.
Willy Tarreau656859d2014-11-25 19:46:36 +0100424 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200425void stream_release_buffers(struct stream *s)
Willy Tarreau656859d2014-11-25 19:46:36 +0100426{
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100427 if (s->req.buf->size && buffer_empty(s->req.buf))
428 b_free(&s->req.buf);
Willy Tarreau656859d2014-11-25 19:46:36 +0100429
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100430 if (s->res.buf->size && buffer_empty(s->res.buf))
431 b_free(&s->res.buf);
Willy Tarreau656859d2014-11-25 19:46:36 +0100432
Willy Tarreaubf883e02014-11-25 21:10:35 +0100433 /* if we're certain to have at least 1 buffer available, and there is
434 * someone waiting, we can wake up a waiter and offer them.
435 */
Willy Tarreaua24adf02014-11-27 01:11:56 +0100436 if (!LIST_ISEMPTY(&buffer_wq))
Willy Tarreau87b09662015-04-03 00:22:06 +0200437 stream_offer_buffers();
Willy Tarreaubf883e02014-11-25 21:10:35 +0100438}
439
Willy Tarreau87b09662015-04-03 00:22:06 +0200440/* Runs across the list of pending streams waiting for a buffer and wakes one
Willy Tarreaua24adf02014-11-27 01:11:56 +0100441 * up if buffers are available. Will stop when the run queue reaches <rqlimit>.
Willy Tarreau87b09662015-04-03 00:22:06 +0200442 * Should not be called directly, use stream_offer_buffers() instead.
Willy Tarreaubf883e02014-11-25 21:10:35 +0100443 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200444void __stream_offer_buffers(int rqlimit)
Willy Tarreaubf883e02014-11-25 21:10:35 +0100445{
Willy Tarreau87b09662015-04-03 00:22:06 +0200446 struct stream *sess, *bak;
Willy Tarreaubf883e02014-11-25 21:10:35 +0100447
448 list_for_each_entry_safe(sess, bak, &buffer_wq, buffer_wait) {
Willy Tarreaua24adf02014-11-27 01:11:56 +0100449 if (rqlimit <= run_queue)
450 break;
451
Willy Tarreaubf883e02014-11-25 21:10:35 +0100452 if (sess->task->state & TASK_RUNNING)
453 continue;
454
455 LIST_DEL(&sess->buffer_wait);
456 LIST_INIT(&sess->buffer_wait);
Willy Tarreaubf883e02014-11-25 21:10:35 +0100457 task_wakeup(sess->task, TASK_WOKEN_RES);
Willy Tarreaubf883e02014-11-25 21:10:35 +0100458 }
Willy Tarreau656859d2014-11-25 19:46:36 +0100459}
Willy Tarreauc6ca1a02007-05-13 19:43:47 +0200460
461/* perform minimal intializations, report 0 in case of error, 1 if OK. */
Willy Tarreau87b09662015-04-03 00:22:06 +0200462int init_stream()
Willy Tarreauc6ca1a02007-05-13 19:43:47 +0200463{
Willy Tarreau87b09662015-04-03 00:22:06 +0200464 LIST_INIT(&streams);
465 pool2_stream = create_pool("stream", sizeof(struct stream), MEM_F_SHARED);
466 return pool2_stream != NULL;
Willy Tarreaubaaee002006-06-26 02:48:02 +0200467}
468
Willy Tarreau87b09662015-04-03 00:22:06 +0200469void stream_process_counters(struct stream *s)
Willy Tarreau30e71012007-11-26 20:15:35 +0100470{
Willy Tarreaufb0afa72015-04-03 14:46:27 +0200471 struct session *sess = s->sess;
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100472 unsigned long long bytes;
Emeric Brun57056f02015-06-15 18:29:57 +0200473 void *ptr1,*ptr2;
Willy Tarreau20d46a52012-12-09 15:55:40 +0100474 int i;
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100475
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100476 bytes = s->req.total - s->logs.bytes_in;
477 s->logs.bytes_in = s->req.total;
478 if (bytes) {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +0200479 sess->fe->fe_counters.bytes_in += bytes;
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100480
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100481 s->be->be_counters.bytes_in += bytes;
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100482
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100483 if (objt_server(s->target))
484 objt_server(s->target)->counters.bytes_in += bytes;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +0200485
Willy Tarreaufb0afa72015-04-03 14:46:27 +0200486 if (sess->listener && sess->listener->counters)
487 sess->listener->counters->bytes_in += bytes;
Willy Tarreau855e4bb2010-06-18 18:33:32 +0200488
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100489 for (i = 0; i < MAX_SESS_STKCTR; i++) {
Willy Tarreau8b7f8682015-04-04 16:29:12 +0200490 struct stkctr *stkctr = &s->stkctr[i];
491
492 if (!stkctr_entry(stkctr)) {
493 stkctr = &sess->stkctr[i];
494 if (!stkctr_entry(stkctr))
495 continue;
496 }
Willy Tarreau6c59e0a2010-06-20 11:56:30 +0200497
Emeric Brun57056f02015-06-15 18:29:57 +0200498 ptr1 = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_IN_CNT);
499 if (ptr1)
500 stktable_data_cast(ptr1, bytes_in_cnt) += bytes;
Willy Tarreau6c59e0a2010-06-20 11:56:30 +0200501
Emeric Brun57056f02015-06-15 18:29:57 +0200502 ptr2 = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_IN_RATE);
503 if (ptr2)
504 update_freq_ctr_period(&stktable_data_cast(ptr2, bytes_in_rate),
Willy Tarreau8b7f8682015-04-04 16:29:12 +0200505 stkctr->table->data_arg[STKTABLE_DT_BYTES_IN_RATE].u, bytes);
Emeric Brun57056f02015-06-15 18:29:57 +0200506
507 /* If data was modified, we need to touch to re-schedule sync */
508 if (ptr1 || ptr2)
509 stktable_touch(stkctr->table, stkctr_entry(stkctr), 1);
Willy Tarreau30e71012007-11-26 20:15:35 +0100510 }
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100511 }
512
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100513 bytes = s->res.total - s->logs.bytes_out;
514 s->logs.bytes_out = s->res.total;
515 if (bytes) {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +0200516 sess->fe->fe_counters.bytes_out += bytes;
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100517
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100518 s->be->be_counters.bytes_out += bytes;
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100519
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100520 if (objt_server(s->target))
521 objt_server(s->target)->counters.bytes_out += bytes;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +0200522
Willy Tarreaufb0afa72015-04-03 14:46:27 +0200523 if (sess->listener && sess->listener->counters)
524 sess->listener->counters->bytes_out += bytes;
Willy Tarreauf059a0f2010-08-03 16:29:52 +0200525
Willy Tarreau22ec1ea2014-11-27 20:45:39 +0100526 for (i = 0; i < MAX_SESS_STKCTR; i++) {
Willy Tarreau8b7f8682015-04-04 16:29:12 +0200527 struct stkctr *stkctr = &s->stkctr[i];
528
529 if (!stkctr_entry(stkctr)) {
530 stkctr = &sess->stkctr[i];
531 if (!stkctr_entry(stkctr))
532 continue;
533 }
Willy Tarreau6c59e0a2010-06-20 11:56:30 +0200534
Emeric Brun57056f02015-06-15 18:29:57 +0200535 ptr1 = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_OUT_CNT);
536 if (ptr1)
537 stktable_data_cast(ptr1, bytes_out_cnt) += bytes;
Willy Tarreau6c59e0a2010-06-20 11:56:30 +0200538
Emeric Brun57056f02015-06-15 18:29:57 +0200539 ptr2 = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_OUT_RATE);
540 if (ptr2)
541 update_freq_ctr_period(&stktable_data_cast(ptr2, bytes_out_rate),
Willy Tarreau8b7f8682015-04-04 16:29:12 +0200542 stkctr->table->data_arg[STKTABLE_DT_BYTES_OUT_RATE].u, bytes);
Emeric Brun57056f02015-06-15 18:29:57 +0200543
544 /* If data was modified, we need to touch to re-schedule sync */
545 if (ptr1 || ptr2)
546 stktable_touch(stkctr->table, stkctr_entry(stkctr), 1);
Willy Tarreau30e71012007-11-26 20:15:35 +0100547 }
Krzysztof Piotr Oledzki583bc962007-11-24 22:12:47 +0100548 }
549}
Willy Tarreaubaaee002006-06-26 02:48:02 +0200550
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100551/* This function is called with (si->state == SI_ST_CON) meaning that a
552 * connection was attempted and that the file descriptor is already allocated.
553 * We must check for establishment, error and abort. Possible output states
554 * are SI_ST_EST (established), SI_ST_CER (error), SI_ST_DIS (abort), and
555 * SI_ST_CON (no change). The function returns 0 if it switches to SI_ST_CER,
Willy Tarreau87b09662015-04-03 00:22:06 +0200556 * otherwise 1. This only works with connection-based streams.
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100557 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200558static int sess_update_st_con_tcp(struct stream *s)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100559{
Willy Tarreau7b8c4f92014-11-28 15:15:44 +0100560 struct stream_interface *si = &s->si[1];
561 struct channel *req = &s->req;
562 struct channel *rep = &s->res;
Willy Tarreau350135c2016-11-17 12:05:13 +0100563 struct connection *srv_conn = __objt_conn(si->end);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100564
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100565 /* If we got an error, or if nothing happened and the connection timed
566 * out, we must give up. The CER state handler will take care of retry
567 * attempts and error reports.
568 */
569 if (unlikely(si->flags & (SI_FL_EXP|SI_FL_ERR))) {
Willy Tarreau103197d2014-11-28 15:26:12 +0100570 if (unlikely(req->flags & CF_WRITE_PARTIAL)) {
Willy Tarreaue3224e82012-10-29 22:41:31 +0100571 /* Some data were sent past the connection establishment,
572 * so we need to pretend we're established to log correctly
573 * and let later states handle the failure.
574 */
Willy Tarreaue3224e82012-10-29 22:41:31 +0100575 si->state = SI_ST_EST;
576 si->err_type = SI_ET_DATA_ERR;
Willy Tarreau103197d2014-11-28 15:26:12 +0100577 rep->flags |= CF_READ_ERROR | CF_WRITE_ERROR;
Willy Tarreaue3224e82012-10-29 22:41:31 +0100578 return 1;
579 }
Willy Tarreau127334e2009-03-28 10:47:26 +0100580 si->exp = TICK_ETERNITY;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100581 si->state = SI_ST_CER;
Willy Tarreau0ede5a32012-12-08 08:44:02 +0100582
Willy Tarreau350135c2016-11-17 12:05:13 +0100583 conn_force_close(srv_conn);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100584
585 if (si->err_type)
586 return 0;
587
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100588 if (si->flags & SI_FL_ERR)
589 si->err_type = SI_ET_CONN_ERR;
590 else
591 si->err_type = SI_ET_CONN_TO;
592 return 0;
593 }
594
595 /* OK, maybe we want to abort */
Willy Tarreaua7a7ebc2012-12-30 00:50:35 +0100596 if (!(req->flags & CF_WRITE_PARTIAL) &&
597 unlikely((rep->flags & CF_SHUTW) ||
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200598 ((req->flags & CF_SHUTW_NOW) && /* FIXME: this should not prevent a connection from establishing */
599 ((!(req->flags & CF_WRITE_ACTIVITY) && channel_is_empty(req)) ||
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100600 s->be->options & PR_O_ABRT_CLOSE)))) {
601 /* give up */
Willy Tarreau73b013b2012-05-21 16:31:45 +0200602 si_shutw(si);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100603 si->err_type |= SI_ET_CONN_ABRT;
Willy Tarreau84455332009-03-15 22:34:05 +0100604 if (s->srv_error)
605 s->srv_error(s, si);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100606 return 1;
607 }
608
609 /* we need to wait a bit more if there was no activity either */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200610 if (!(req->flags & CF_WRITE_ACTIVITY))
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100611 return 1;
612
613 /* OK, this means that a connection succeeded. The caller will be
614 * responsible for handling the transition from CON to EST.
615 */
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100616 si->state = SI_ST_EST;
617 si->err_type = SI_ET_NONE;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100618 return 1;
619}
620
621/* This function is called with (si->state == SI_ST_CER) meaning that a
622 * previous connection attempt has failed and that the file descriptor
623 * has already been released. Possible causes include asynchronous error
624 * notification and time out. Possible output states are SI_ST_CLO when
625 * retries are exhausted, SI_ST_TAR when a delay is wanted before a new
626 * connection attempt, SI_ST_ASS when it's wise to retry on the same server,
627 * and SI_ST_REQ when an immediate redispatch is wanted. The buffers are
628 * marked as in error state. It returns 0.
629 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200630static int sess_update_st_cer(struct stream *s)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100631{
Willy Tarreau7b8c4f92014-11-28 15:15:44 +0100632 struct stream_interface *si = &s->si[1];
633
Willy Tarreau87b09662015-04-03 00:22:06 +0200634 /* we probably have to release last stream from the server */
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100635 if (objt_server(s->target)) {
636 health_adjust(objt_server(s->target), HANA_STATUS_L4_ERR);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100637
Willy Tarreaue7dff022015-04-03 01:14:29 +0200638 if (s->flags & SF_CURR_SESS) {
639 s->flags &= ~SF_CURR_SESS;
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100640 objt_server(s->target)->cur_sess--;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100641 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100642 }
643
644 /* ensure that we have enough retries left */
Willy Tarreauee28de02010-06-01 09:51:00 +0200645 si->conn_retries--;
646 if (si->conn_retries < 0) {
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100647 if (!si->err_type) {
648 si->err_type = SI_ET_CONN_ERR;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100649 }
650
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100651 if (objt_server(s->target))
652 objt_server(s->target)->counters.failed_conns++;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +0100653 s->be->be_counters.failed_conns++;
Willy Tarreaub89cfca2010-12-29 14:32:28 +0100654 sess_change_server(s, NULL);
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100655 if (may_dequeue_tasks(objt_server(s->target), s->be))
656 process_srv_queue(objt_server(s->target));
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100657
658 /* shutw is enough so stop a connecting socket */
Willy Tarreau73b013b2012-05-21 16:31:45 +0200659 si_shutw(si);
Willy Tarreau103197d2014-11-28 15:26:12 +0100660 s->req.flags |= CF_WRITE_ERROR;
661 s->res.flags |= CF_READ_ERROR;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100662
663 si->state = SI_ST_CLO;
Willy Tarreau0cac36f2008-11-30 20:44:17 +0100664 if (s->srv_error)
665 s->srv_error(s, si);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100666 return 0;
667 }
668
669 /* If the "redispatch" option is set on the backend, we are allowed to
Joseph Lynch726ab712015-05-11 23:25:34 -0700670 * retry on another server. By default this redispatch occurs on the
671 * last retry, but if configured we allow redispatches to occur on
672 * configurable intervals, e.g. on every retry. In order to achieve this,
Willy Tarreau87b09662015-04-03 00:22:06 +0200673 * we must mark the stream unassigned, and eventually clear the DIRECT
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100674 * bit to ignore any persistence cookie. We won't count a retry nor a
675 * redispatch yet, because this will depend on what server is selected.
Willy Tarreau33a14e52014-06-13 17:49:40 +0200676 * If the connection is not persistent, the balancing algorithm is not
677 * determinist (round robin) and there is more than one active server,
678 * we accept to perform an immediate redispatch without waiting since
679 * we don't care about this particular server.
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100680 */
Willy Tarreau33a14e52014-06-13 17:49:40 +0200681 if (objt_server(s->target) &&
Joseph Lynch726ab712015-05-11 23:25:34 -0700682 (s->be->options & PR_O_REDISP) && !(s->flags & SF_FORCE_PRST) &&
Willy Tarreau49008c12016-01-13 07:58:44 +0100683 ((__objt_server(s->target)->state < SRV_ST_RUNNING) ||
684 (((s->be->redispatch_after > 0) &&
Joseph Lynch726ab712015-05-11 23:25:34 -0700685 ((s->be->conn_retries - si->conn_retries) %
686 s->be->redispatch_after == 0)) ||
687 ((s->be->redispatch_after < 0) &&
688 ((s->be->conn_retries - si->conn_retries) %
689 (s->be->conn_retries + 1 + s->be->redispatch_after) == 0))) ||
Willy Tarreaue7dff022015-04-03 01:14:29 +0200690 (!(s->flags & SF_DIRECT) && s->be->srv_act > 1 &&
Joseph Lynch726ab712015-05-11 23:25:34 -0700691 ((s->be->lbprm.algo & BE_LB_KIND) == BE_LB_KIND_RR)))) {
Willy Tarreaub89cfca2010-12-29 14:32:28 +0100692 sess_change_server(s, NULL);
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100693 if (may_dequeue_tasks(objt_server(s->target), s->be))
694 process_srv_queue(objt_server(s->target));
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100695
Willy Tarreaue7dff022015-04-03 01:14:29 +0200696 s->flags &= ~(SF_DIRECT | SF_ASSIGNED | SF_ADDR_SET);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100697 si->state = SI_ST_REQ;
698 } else {
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100699 if (objt_server(s->target))
700 objt_server(s->target)->counters.retries++;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +0100701 s->be->be_counters.retries++;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100702 si->state = SI_ST_ASS;
703 }
704
705 if (si->flags & SI_FL_ERR) {
706 /* The error was an asynchronous connection error, and we will
707 * likely have to retry connecting to the same server, most
708 * likely leading to the same result. To avoid this, we wait
Willy Tarreaub0290662014-06-13 17:04:44 +0200709 * MIN(one second, connect timeout) before retrying.
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100710 */
711
Willy Tarreaub0290662014-06-13 17:04:44 +0200712 int delay = 1000;
713
714 if (s->be->timeout.connect && s->be->timeout.connect < delay)
715 delay = s->be->timeout.connect;
716
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100717 if (!si->err_type)
718 si->err_type = SI_ET_CONN_ERR;
719
Willy Tarreaudb6d0122014-06-13 17:40:15 +0200720 /* only wait when we're retrying on the same server */
721 if (si->state == SI_ST_ASS ||
722 (s->be->lbprm.algo & BE_LB_KIND) != BE_LB_KIND_RR ||
723 (s->be->srv_act <= 1)) {
724 si->state = SI_ST_TAR;
725 si->exp = tick_add(now_ms, MS_TO_TICKS(delay));
726 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100727 return 0;
728 }
729 return 0;
730}
731
732/*
733 * This function handles the transition between the SI_ST_CON state and the
Willy Tarreau85e7d002010-05-31 11:57:51 +0200734 * SI_ST_EST state. It must only be called after switching from SI_ST_CON (or
Willy Tarreau26d8c592012-05-07 18:12:14 +0200735 * SI_ST_INI) to SI_ST_EST, but only when a ->proto is defined.
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100736 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200737static void sess_establish(struct stream *s)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100738{
Willy Tarreau7b8c4f92014-11-28 15:15:44 +0100739 struct stream_interface *si = &s->si[1];
740 struct channel *req = &s->req;
741 struct channel *rep = &s->res;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100742
Willy Tarreau0e37f1c2013-12-31 23:06:46 +0100743 /* First, centralize the timers information */
744 s->logs.t_connect = tv_ms_elapsed(&s->logs.tv_accept, &now);
745 si->exp = TICK_ETERNITY;
746
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100747 if (objt_server(s->target))
748 health_adjust(objt_server(s->target), HANA_STATUS_L4_OK);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +0100749
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100750 if (s->be->mode == PR_MODE_TCP) { /* let's allow immediate data connection in this case */
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100751 /* if the user wants to log as soon as possible, without counting
752 * bytes from the server, then this is the right moment. */
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200753 if (!LIST_ISEMPTY(&strm_fe(s)->logformat) && !(s->logs.logwait & LW_BYTES)) {
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100754 s->logs.t_close = s->logs.t_connect; /* to get a valid end date */
Willy Tarreaua5555ec2008-11-30 19:02:32 +0100755 s->do_log(s);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100756 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100757 }
758 else {
Willy Tarreaud81ca042013-12-31 22:33:13 +0100759 rep->flags |= CF_READ_DONTWAIT; /* a single read is enough to get response headers */
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100760 }
761
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200762 rep->analysers |= strm_fe(s)->fe_rsp_ana | s->be->be_rsp_ana;
Christopher Faulet309c6412015-12-02 09:57:32 +0100763
764 /* Be sure to filter response headers if the backend is an HTTP proxy
765 * and if there are filters attached to the stream. */
766 if (s->be->mode == PR_MODE_HTTP && HAS_FILTERS(s))
767 rep->analysers |= AN_FLT_HTTP_HDRS;
768
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200769 rep->flags |= CF_READ_ATTACHED; /* producer is now attached */
Willy Tarreau644c1012014-04-30 18:11:11 +0200770 if (req->flags & CF_WAKE_CONNECT) {
771 req->flags |= CF_WAKE_ONCE;
772 req->flags &= ~CF_WAKE_CONNECT;
773 }
Willy Tarreaub363a1f2013-10-01 10:45:07 +0200774 if (objt_conn(si->end)) {
Willy Tarreaud04e8582010-05-31 12:31:35 +0200775 /* real connections have timeouts */
776 req->wto = s->be->timeout.server;
777 rep->rto = s->be->timeout.server;
778 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100779 req->wex = TICK_ETERNITY;
780}
781
Frederik Deweerdt6cd8d132016-04-07 09:01:04 -0700782/* Check if the connection request is in such a state that it can be aborted. */
783static int check_req_may_abort(struct channel *req, struct stream *s)
784{
785 return ((req->flags & (CF_READ_ERROR)) ||
786 ((req->flags & CF_SHUTW_NOW) && /* empty and client aborted */
787 (channel_is_empty(req) || s->be->options & PR_O_ABRT_CLOSE)));
788}
789
Willy Tarreau7b8c4f92014-11-28 15:15:44 +0100790/* Update back stream interface status for input states SI_ST_ASS, SI_ST_QUE,
791 * SI_ST_TAR. Other input states are simply ignored.
Willy Tarreau9e5a3aa2013-12-31 23:32:12 +0100792 * Possible output states are SI_ST_CLO, SI_ST_TAR, SI_ST_ASS, SI_ST_REQ, SI_ST_CON
793 * and SI_ST_EST. Flags must have previously been updated for timeouts and other
794 * conditions.
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100795 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200796static void sess_update_stream_int(struct stream *s)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100797{
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100798 struct server *srv = objt_server(s->target);
Willy Tarreau7b8c4f92014-11-28 15:15:44 +0100799 struct stream_interface *si = &s->si[1];
Willy Tarreau103197d2014-11-28 15:26:12 +0100800 struct channel *req = &s->req;
Willy Tarreau827aee92011-03-10 16:55:02 +0100801
Willy Tarreau02d6cfc2012-03-01 18:19:58 +0100802 DPRINTF(stderr,"[%u] %s: sess=%p rq=%p, rp=%p, exp(r,w)=%u,%u rqf=%08x rpf=%08x rqh=%d rqt=%d rph=%d rpt=%d cs=%d ss=%d\n",
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100803 now_ms, __FUNCTION__,
804 s,
CJ Ess6eac32e2015-05-02 16:35:24 -0400805 req, &s->res,
Willy Tarreau103197d2014-11-28 15:26:12 +0100806 req->rex, s->res.wex,
807 req->flags, s->res.flags,
CJ Ess6eac32e2015-05-02 16:35:24 -0400808 req->buf->i, req->buf->o, s->res.buf->i, s->res.buf->o, s->si[0].state, s->si[1].state);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100809
810 if (si->state == SI_ST_ASS) {
811 /* Server assigned to connection request, we have to try to connect now */
812 int conn_err;
813
Frederik Deweerdt6cd8d132016-04-07 09:01:04 -0700814 /* Before we try to initiate the connection, see if the
815 * request may be aborted instead.
816 */
817 if (check_req_may_abort(req, s)) {
818 si->err_type |= SI_ET_CONN_ABRT;
819 goto abort_connection;
820 }
821
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100822 conn_err = connect_server(s);
Willy Tarreau3fdb3662012-11-12 00:42:33 +0100823 srv = objt_server(s->target);
Willy Tarreau827aee92011-03-10 16:55:02 +0100824
Willy Tarreaue7dff022015-04-03 01:14:29 +0200825 if (conn_err == SF_ERR_NONE) {
Willy Tarreau9e5a3aa2013-12-31 23:32:12 +0100826 /* state = SI_ST_CON or SI_ST_EST now */
Willy Tarreau827aee92011-03-10 16:55:02 +0100827 if (srv)
828 srv_inc_sess_ctr(srv);
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -0500829 if (srv)
830 srv_set_sess_last(srv);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100831 return;
832 }
833
834 /* We have received a synchronous error. We might have to
835 * abort, retry immediately or redispatch.
836 */
Willy Tarreaue7dff022015-04-03 01:14:29 +0200837 if (conn_err == SF_ERR_INTERNAL) {
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100838 if (!si->err_type) {
839 si->err_type = SI_ET_CONN_OTHER;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100840 }
841
Willy Tarreau827aee92011-03-10 16:55:02 +0100842 if (srv)
843 srv_inc_sess_ctr(srv);
844 if (srv)
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -0500845 srv_set_sess_last(srv);
846 if (srv)
Willy Tarreau827aee92011-03-10 16:55:02 +0100847 srv->counters.failed_conns++;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +0100848 s->be->be_counters.failed_conns++;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100849
Willy Tarreau87b09662015-04-03 00:22:06 +0200850 /* release other streams waiting for this server */
Willy Tarreaub89cfca2010-12-29 14:32:28 +0100851 sess_change_server(s, NULL);
Willy Tarreau827aee92011-03-10 16:55:02 +0100852 if (may_dequeue_tasks(srv, s->be))
853 process_srv_queue(srv);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100854
855 /* Failed and not retryable. */
Willy Tarreau73b013b2012-05-21 16:31:45 +0200856 si_shutr(si);
857 si_shutw(si);
Willy Tarreau103197d2014-11-28 15:26:12 +0100858 req->flags |= CF_WRITE_ERROR;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100859
860 s->logs.t_queue = tv_ms_elapsed(&s->logs.tv_accept, &now);
861
Willy Tarreau87b09662015-04-03 00:22:06 +0200862 /* no stream was ever accounted for this server */
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100863 si->state = SI_ST_CLO;
Willy Tarreau0cac36f2008-11-30 20:44:17 +0100864 if (s->srv_error)
865 s->srv_error(s, si);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100866 return;
867 }
868
869 /* We are facing a retryable error, but we don't want to run a
870 * turn-around now, as the problem is likely a source port
871 * allocation problem, so we want to retry now.
872 */
873 si->state = SI_ST_CER;
874 si->flags &= ~SI_FL_ERR;
Willy Tarreau7b8c4f92014-11-28 15:15:44 +0100875 sess_update_st_cer(s);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100876 /* now si->state is one of SI_ST_CLO, SI_ST_TAR, SI_ST_ASS, SI_ST_REQ */
877 return;
878 }
879 else if (si->state == SI_ST_QUE) {
880 /* connection request was queued, check for any update */
881 if (!s->pend_pos) {
882 /* The connection is not in the queue anymore. Either
883 * we have a server connection slot available and we
884 * go directly to the assigned state, or we need to
885 * load-balance first and go to the INI state.
886 */
887 si->exp = TICK_ETERNITY;
Willy Tarreaue7dff022015-04-03 01:14:29 +0200888 if (unlikely(!(s->flags & SF_ASSIGNED)))
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100889 si->state = SI_ST_REQ;
890 else {
891 s->logs.t_queue = tv_ms_elapsed(&s->logs.tv_accept, &now);
892 si->state = SI_ST_ASS;
893 }
894 return;
895 }
896
897 /* Connection request still in queue... */
898 if (si->flags & SI_FL_EXP) {
899 /* ... and timeout expired */
900 si->exp = TICK_ETERNITY;
901 s->logs.t_queue = tv_ms_elapsed(&s->logs.tv_accept, &now);
Willy Tarreau827aee92011-03-10 16:55:02 +0100902 if (srv)
903 srv->counters.failed_conns++;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +0100904 s->be->be_counters.failed_conns++;
Willy Tarreau73b013b2012-05-21 16:31:45 +0200905 si_shutr(si);
906 si_shutw(si);
Willy Tarreau103197d2014-11-28 15:26:12 +0100907 req->flags |= CF_WRITE_TIMEOUT;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100908 if (!si->err_type)
909 si->err_type = SI_ET_QUEUE_TO;
910 si->state = SI_ST_CLO;
Willy Tarreau0cac36f2008-11-30 20:44:17 +0100911 if (s->srv_error)
912 s->srv_error(s, si);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100913 return;
914 }
915
916 /* Connection remains in queue, check if we have to abort it */
Frederik Deweerdt6cd8d132016-04-07 09:01:04 -0700917 if (check_req_may_abort(req, s)) {
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100918 s->logs.t_queue = tv_ms_elapsed(&s->logs.tv_accept, &now);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100919 si->err_type |= SI_ET_QUEUE_ABRT;
Frederik Deweerdt6cd8d132016-04-07 09:01:04 -0700920 goto abort_connection;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100921 }
922
923 /* Nothing changed */
924 return;
925 }
926 else if (si->state == SI_ST_TAR) {
927 /* Connection request might be aborted */
Frederik Deweerdt6cd8d132016-04-07 09:01:04 -0700928 if (check_req_may_abort(req, s)) {
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100929 si->err_type |= SI_ET_CONN_ABRT;
Frederik Deweerdt6cd8d132016-04-07 09:01:04 -0700930 goto abort_connection;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100931 }
932
933 if (!(si->flags & SI_FL_EXP))
934 return; /* still in turn-around */
935
936 si->exp = TICK_ETERNITY;
937
Willy Tarreau87b09662015-04-03 00:22:06 +0200938 /* we keep trying on the same server as long as the stream is
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100939 * marked "assigned".
940 * FIXME: Should we force a redispatch attempt when the server is down ?
941 */
Willy Tarreaue7dff022015-04-03 01:14:29 +0200942 if (s->flags & SF_ASSIGNED)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100943 si->state = SI_ST_ASS;
944 else
945 si->state = SI_ST_REQ;
946 return;
947 }
Frederik Deweerdt6cd8d132016-04-07 09:01:04 -0700948 return;
949
950abort_connection:
951 /* give up */
952 si->exp = TICK_ETERNITY;
953 si_shutr(si);
954 si_shutw(si);
955 si->state = SI_ST_CLO;
956 if (s->srv_error)
957 s->srv_error(s, si);
958 return;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100959}
960
Willy Tarreau87b09662015-04-03 00:22:06 +0200961/* Set correct stream termination flags in case no analyser has done it. It
Simon Hormandec5be42011-06-08 09:19:07 +0900962 * also counts a failed request if the server state has not reached the request
963 * stage.
964 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200965static void sess_set_term_flags(struct stream *s)
Simon Hormandec5be42011-06-08 09:19:07 +0900966{
Willy Tarreaue7dff022015-04-03 01:14:29 +0200967 if (!(s->flags & SF_FINST_MASK)) {
Simon Hormandec5be42011-06-08 09:19:07 +0900968 if (s->si[1].state < SI_ST_REQ) {
969
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200970 strm_fe(s)->fe_counters.failed_req++;
Willy Tarreau2c1068c2015-09-23 12:21:21 +0200971 if (strm_li(s) && strm_li(s)->counters)
Willy Tarreaud0d8da92015-04-04 02:10:38 +0200972 strm_li(s)->counters->failed_req++;
Simon Hormandec5be42011-06-08 09:19:07 +0900973
Willy Tarreaue7dff022015-04-03 01:14:29 +0200974 s->flags |= SF_FINST_R;
Simon Hormandec5be42011-06-08 09:19:07 +0900975 }
976 else if (s->si[1].state == SI_ST_QUE)
Willy Tarreaue7dff022015-04-03 01:14:29 +0200977 s->flags |= SF_FINST_Q;
Simon Hormandec5be42011-06-08 09:19:07 +0900978 else if (s->si[1].state < SI_ST_EST)
Willy Tarreaue7dff022015-04-03 01:14:29 +0200979 s->flags |= SF_FINST_C;
Simon Hormandec5be42011-06-08 09:19:07 +0900980 else if (s->si[1].state == SI_ST_EST || s->si[1].prev_state == SI_ST_EST)
Willy Tarreaue7dff022015-04-03 01:14:29 +0200981 s->flags |= SF_FINST_D;
Simon Hormandec5be42011-06-08 09:19:07 +0900982 else
Willy Tarreaue7dff022015-04-03 01:14:29 +0200983 s->flags |= SF_FINST_L;
Simon Hormandec5be42011-06-08 09:19:07 +0900984 }
985}
986
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100987/* This function initiates a server connection request on a stream interface
Willy Tarreaud84fb5e2013-11-30 09:06:53 +0100988 * already in SI_ST_REQ state. Upon success, the state goes to SI_ST_ASS for
989 * a real connection to a server, indicating that a server has been assigned,
990 * or SI_ST_EST for a successful connection to an applet. It may also return
991 * SI_ST_QUE, or SI_ST_CLO upon error.
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100992 */
Willy Tarreau87b09662015-04-03 00:22:06 +0200993static void sess_prepare_conn_req(struct stream *s)
Willy Tarreau02d6cfc2012-03-01 18:19:58 +0100994{
Willy Tarreau7b8c4f92014-11-28 15:15:44 +0100995 struct stream_interface *si = &s->si[1];
996
Willy Tarreau02d6cfc2012-03-01 18:19:58 +0100997 DPRINTF(stderr,"[%u] %s: sess=%p rq=%p, rp=%p, exp(r,w)=%u,%u rqf=%08x rpf=%08x rqh=%d rqt=%d rph=%d rpt=%d cs=%d ss=%d\n",
Willy Tarreau55a8d0e2008-11-30 18:47:21 +0100998 now_ms, __FUNCTION__,
999 s,
CJ Ess6eac32e2015-05-02 16:35:24 -04001000 &s->req, &s->res,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001001 s->req.rex, s->res.wex,
1002 s->req.flags, s->res.flags,
CJ Ess6eac32e2015-05-02 16:35:24 -04001003 s->req.buf->i, s->req.buf->o, s->res.buf->i, s->res.buf->o, s->si[0].state, s->si[1].state);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001004
1005 if (si->state != SI_ST_REQ)
1006 return;
1007
Willy Tarreaud84fb5e2013-11-30 09:06:53 +01001008 if (unlikely(obj_type(s->target) == OBJ_TYPE_APPLET)) {
1009 /* the applet directly goes to the EST state */
Willy Tarreau4384ddf2013-12-01 12:25:52 +01001010 struct appctx *appctx = objt_appctx(si->end);
1011
1012 if (!appctx || appctx->applet != __objt_applet(s->target))
1013 appctx = stream_int_register_handler(si, objt_applet(s->target));
1014
1015 if (!appctx) {
1016 /* No more memory, let's immediately abort. Force the
1017 * error code to ignore the ERR_LOCAL which is not a
1018 * real error.
1019 */
Willy Tarreaue7dff022015-04-03 01:14:29 +02001020 s->flags &= ~(SF_ERR_MASK | SF_FINST_MASK);
Willy Tarreau4384ddf2013-12-01 12:25:52 +01001021
1022 si_shutr(si);
1023 si_shutw(si);
Willy Tarreau103197d2014-11-28 15:26:12 +01001024 s->req.flags |= CF_WRITE_ERROR;
Willy Tarreau6bbb2f62013-12-09 17:14:23 +01001025 si->err_type = SI_ET_CONN_RES;
Willy Tarreau4384ddf2013-12-01 12:25:52 +01001026 si->state = SI_ST_CLO;
1027 if (s->srv_error)
1028 s->srv_error(s, si);
1029 return;
1030 }
1031
Willy Tarreaud84fb5e2013-11-30 09:06:53 +01001032 s->logs.t_queue = tv_ms_elapsed(&s->logs.tv_accept, &now);
Willy Tarreaud84fb5e2013-11-30 09:06:53 +01001033 si->state = SI_ST_EST;
1034 si->err_type = SI_ET_NONE;
Willy Tarreaub9a551e2014-04-23 00:35:17 +02001035 be_set_sess_last(s->be);
Willy Tarreaufac4bd12013-11-30 09:21:49 +01001036 /* let sess_establish() finish the job */
Willy Tarreaud84fb5e2013-11-30 09:06:53 +01001037 return;
1038 }
1039
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001040 /* Try to assign a server */
1041 if (srv_redispatch_connect(s) != 0) {
1042 /* We did not get a server. Either we queued the
1043 * connection request, or we encountered an error.
1044 */
1045 if (si->state == SI_ST_QUE)
1046 return;
1047
1048 /* we did not get any server, let's check the cause */
Willy Tarreau73b013b2012-05-21 16:31:45 +02001049 si_shutr(si);
1050 si_shutw(si);
Willy Tarreau103197d2014-11-28 15:26:12 +01001051 s->req.flags |= CF_WRITE_ERROR;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001052 if (!si->err_type)
1053 si->err_type = SI_ET_CONN_OTHER;
1054 si->state = SI_ST_CLO;
Willy Tarreau0cac36f2008-11-30 20:44:17 +01001055 if (s->srv_error)
1056 s->srv_error(s, si);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001057 return;
1058 }
1059
1060 /* The server is assigned */
1061 s->logs.t_queue = tv_ms_elapsed(&s->logs.tv_accept, &now);
1062 si->state = SI_ST_ASS;
Willy Tarreaub9a551e2014-04-23 00:35:17 +02001063 be_set_sess_last(s->be);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001064}
1065
Thierry FOURNIER5a363e72015-09-27 19:29:33 +02001066/* This function parses the use-service action ruleset. It executes
1067 * the associated ACL and set an applet as a stream or txn final node.
1068 * it returns ACT_RET_ERR if an error occurs, the proxy left in
1069 * consistent state. It returns ACT_RET_STOP in succes case because
1070 * use-service must be a terminal action. Returns ACT_RET_YIELD
1071 * if the initialisation function require more data.
1072 */
1073enum act_return process_use_service(struct act_rule *rule, struct proxy *px,
1074 struct session *sess, struct stream *s, int flags)
1075
1076{
1077 struct appctx *appctx;
1078
1079 /* Initialises the applet if it is required. */
1080 if (flags & ACT_FLAG_FIRST) {
1081 /* Register applet. this function schedules the applet. */
1082 s->target = &rule->applet.obj_type;
1083 if (unlikely(!stream_int_register_handler(&s->si[1], objt_applet(s->target))))
1084 return ACT_RET_ERR;
1085
1086 /* Initialise the context. */
1087 appctx = si_appctx(&s->si[1]);
1088 memset(&appctx->ctx, 0, sizeof(appctx->ctx));
1089 appctx->rule = rule;
1090 }
1091 else
1092 appctx = si_appctx(&s->si[1]);
1093
1094 /* Stops the applet sheduling, in case of the init function miss
1095 * some data.
1096 */
1097 appctx_pause(appctx);
1098 si_applet_stop_get(&s->si[1]);
1099
1100 /* Call initialisation. */
1101 if (rule->applet.init)
1102 switch (rule->applet.init(appctx, px, s)) {
1103 case 0: return ACT_RET_ERR;
1104 case 1: break;
1105 default: return ACT_RET_YIELD;
1106 }
1107
1108 /* Now we can schedule the applet. */
1109 si_applet_cant_get(&s->si[1]);
1110 appctx_wakeup(appctx);
1111
1112 if (sess->fe == s->be) /* report it if the request was intercepted by the frontend */
1113 sess->fe->fe_counters.intercepted_req++;
1114
1115 /* The flag SF_ASSIGNED prevent from server assignment. */
1116 s->flags |= SF_ASSIGNED;
1117
1118 return ACT_RET_STOP;
1119}
1120
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001121/* This stream analyser checks the switching rules and changes the backend
Willy Tarreau4de91492010-01-22 19:10:05 +01001122 * if appropriate. The default_backend rule is also considered, then the
1123 * target backend's forced persistence rules are also evaluated last if any.
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001124 * It returns 1 if the processing can continue on next analysers, or zero if it
1125 * either needs more data or wants to immediately abort the request.
1126 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001127static int process_switching_rules(struct stream *s, struct channel *req, int an_bit)
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001128{
Cyril Bonté47fdd8e2010-04-25 00:00:51 +02001129 struct persist_rule *prst_rule;
Willy Tarreau192252e2015-04-04 01:47:55 +02001130 struct session *sess = s->sess;
1131 struct proxy *fe = sess->fe;
Willy Tarreau4de91492010-01-22 19:10:05 +01001132
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001133 req->analysers &= ~an_bit;
1134 req->analyse_exp = TICK_ETERNITY;
1135
Willy Tarreau87b09662015-04-03 00:22:06 +02001136 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001137 now_ms, __FUNCTION__,
1138 s,
1139 req,
1140 req->rex, req->wex,
1141 req->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02001142 req->buf->i,
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001143 req->analysers);
1144
1145 /* now check whether we have some switching rules for this request */
Willy Tarreaue7dff022015-04-03 01:14:29 +02001146 if (!(s->flags & SF_BE_ASSIGNED)) {
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001147 struct switching_rule *rule;
1148
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001149 list_for_each_entry(rule, &fe->switching_rules, list) {
Willy Tarreauf51658d2014-04-23 01:21:56 +02001150 int ret = 1;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001151
Willy Tarreauf51658d2014-04-23 01:21:56 +02001152 if (rule->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02001153 ret = acl_exec_cond(rule->cond, fe, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreauf51658d2014-04-23 01:21:56 +02001154 ret = acl_pass(ret);
1155 if (rule->cond->pol == ACL_COND_UNLESS)
1156 ret = !ret;
1157 }
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001158
1159 if (ret) {
Bertrand Jacquin702d44f2013-11-19 11:43:06 +01001160 /* If the backend name is dynamic, try to resolve the name.
1161 * If we can't resolve the name, or if any error occurs, break
1162 * the loop and fallback to the default backend.
1163 */
1164 struct proxy *backend;
1165
1166 if (rule->dynamic) {
1167 struct chunk *tmp = get_trash_chunk();
1168 if (!build_logline(s, tmp->str, tmp->size, &rule->be.expr))
1169 break;
Willy Tarreau9e0bb102015-05-26 11:24:42 +02001170 backend = proxy_be_by_name(tmp->str);
Bertrand Jacquin702d44f2013-11-19 11:43:06 +01001171 if (!backend)
1172 break;
1173 }
1174 else
1175 backend = rule->be.backend;
1176
Willy Tarreau87b09662015-04-03 00:22:06 +02001177 if (!stream_set_backend(s, backend))
Willy Tarreaubedb9ba2009-07-12 08:27:39 +02001178 goto sw_failed;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001179 break;
1180 }
1181 }
1182
1183 /* To ensure correct connection accounting on the backend, we
1184 * have to assign one if it was not set (eg: a listen). This
1185 * measure also takes care of correctly setting the default
1186 * backend if any.
1187 */
Willy Tarreaue7dff022015-04-03 01:14:29 +02001188 if (!(s->flags & SF_BE_ASSIGNED))
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001189 if (!stream_set_backend(s, fe->defbe.be ? fe->defbe.be : s->be))
Willy Tarreaubedb9ba2009-07-12 08:27:39 +02001190 goto sw_failed;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001191 }
1192
Willy Tarreaufb356202010-08-03 14:02:05 +02001193 /* we don't want to run the TCP or HTTP filters again if the backend has not changed */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001194 if (fe == s->be) {
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001195 s->req.analysers &= ~AN_REQ_INSPECT_BE;
1196 s->req.analysers &= ~AN_REQ_HTTP_PROCESS_BE;
Christopher Fauletd7c91962015-04-30 11:48:27 +02001197 s->req.analysers &= ~AN_FLT_START_BE;
Willy Tarreaufb356202010-08-03 14:02:05 +02001198 }
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001199
Cyril Bonté47fdd8e2010-04-25 00:00:51 +02001200 /* as soon as we know the backend, we must check if we have a matching forced or ignored
Willy Tarreau87b09662015-04-03 00:22:06 +02001201 * persistence rule, and report that in the stream.
Willy Tarreau4de91492010-01-22 19:10:05 +01001202 */
Cyril Bonté47fdd8e2010-04-25 00:00:51 +02001203 list_for_each_entry(prst_rule, &s->be->persist_rules, list) {
Willy Tarreau4de91492010-01-22 19:10:05 +01001204 int ret = 1;
1205
1206 if (prst_rule->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02001207 ret = acl_exec_cond(prst_rule->cond, s->be, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreau4de91492010-01-22 19:10:05 +01001208 ret = acl_pass(ret);
1209 if (prst_rule->cond->pol == ACL_COND_UNLESS)
1210 ret = !ret;
1211 }
1212
1213 if (ret) {
1214 /* no rule, or the rule matches */
Cyril Bonté47fdd8e2010-04-25 00:00:51 +02001215 if (prst_rule->type == PERSIST_TYPE_FORCE) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02001216 s->flags |= SF_FORCE_PRST;
Cyril Bonté47fdd8e2010-04-25 00:00:51 +02001217 } else {
Willy Tarreaue7dff022015-04-03 01:14:29 +02001218 s->flags |= SF_IGNORE_PRST;
Cyril Bonté47fdd8e2010-04-25 00:00:51 +02001219 }
Willy Tarreau4de91492010-01-22 19:10:05 +01001220 break;
1221 }
1222 }
1223
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001224 return 1;
Willy Tarreaubedb9ba2009-07-12 08:27:39 +02001225
1226 sw_failed:
1227 /* immediately abort this request in case of allocation failure */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001228 channel_abort(&s->req);
1229 channel_abort(&s->res);
Willy Tarreaubedb9ba2009-07-12 08:27:39 +02001230
Willy Tarreaue7dff022015-04-03 01:14:29 +02001231 if (!(s->flags & SF_ERR_MASK))
1232 s->flags |= SF_ERR_RESOURCE;
1233 if (!(s->flags & SF_FINST_MASK))
1234 s->flags |= SF_FINST_R;
Willy Tarreaubedb9ba2009-07-12 08:27:39 +02001235
Willy Tarreaueee5b512015-04-03 23:46:31 +02001236 if (s->txn)
1237 s->txn->status = 500;
Christopher Fauletd7c91962015-04-30 11:48:27 +02001238 s->req.analysers &= AN_FLT_END;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001239 s->req.analyse_exp = TICK_ETERNITY;
Willy Tarreaubedb9ba2009-07-12 08:27:39 +02001240 return 0;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02001241}
1242
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001243/* This stream analyser works on a request. It applies all use-server rules on
1244 * it then returns 1. The data must already be present in the buffer otherwise
1245 * they won't match. It always returns 1.
1246 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001247static int process_server_rules(struct stream *s, struct channel *req, int an_bit)
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001248{
1249 struct proxy *px = s->be;
Willy Tarreau192252e2015-04-04 01:47:55 +02001250 struct session *sess = s->sess;
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001251 struct server_rule *rule;
1252
Willy Tarreau87b09662015-04-03 00:22:06 +02001253 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bl=%d analysers=%02x\n",
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001254 now_ms, __FUNCTION__,
1255 s,
1256 req,
1257 req->rex, req->wex,
1258 req->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02001259 req->buf->i + req->buf->o,
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001260 req->analysers);
1261
Willy Tarreaue7dff022015-04-03 01:14:29 +02001262 if (!(s->flags & SF_ASSIGNED)) {
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001263 list_for_each_entry(rule, &px->server_rules, list) {
1264 int ret;
1265
Willy Tarreau192252e2015-04-04 01:47:55 +02001266 ret = acl_exec_cond(rule->cond, s->be, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001267 ret = acl_pass(ret);
1268 if (rule->cond->pol == ACL_COND_UNLESS)
1269 ret = !ret;
1270
1271 if (ret) {
1272 struct server *srv = rule->srv.ptr;
1273
Willy Tarreau892337c2014-05-13 23:41:20 +02001274 if ((srv->state != SRV_ST_STOPPED) ||
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001275 (px->options & PR_O_PERSIST) ||
Willy Tarreaue7dff022015-04-03 01:14:29 +02001276 (s->flags & SF_FORCE_PRST)) {
1277 s->flags |= SF_DIRECT | SF_ASSIGNED;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001278 s->target = &srv->obj_type;
Willy Tarreau4a5cade2012-04-05 21:09:48 +02001279 break;
1280 }
1281 /* if the server is not UP, let's go on with next rules
1282 * just in case another one is suited.
1283 */
1284 }
1285 }
1286 }
1287
1288 req->analysers &= ~an_bit;
1289 req->analyse_exp = TICK_ETERNITY;
1290 return 1;
1291}
1292
Emeric Brun1d33b292010-01-04 15:47:17 +01001293/* This stream analyser works on a request. It applies all sticking rules on
1294 * it then returns 1. The data must already be present in the buffer otherwise
1295 * they won't match. It always returns 1.
1296 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001297static int process_sticking_rules(struct stream *s, struct channel *req, int an_bit)
Emeric Brun1d33b292010-01-04 15:47:17 +01001298{
1299 struct proxy *px = s->be;
Willy Tarreau192252e2015-04-04 01:47:55 +02001300 struct session *sess = s->sess;
Emeric Brun1d33b292010-01-04 15:47:17 +01001301 struct sticking_rule *rule;
1302
Willy Tarreau87b09662015-04-03 00:22:06 +02001303 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Emeric Brun1d33b292010-01-04 15:47:17 +01001304 now_ms, __FUNCTION__,
1305 s,
1306 req,
1307 req->rex, req->wex,
1308 req->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02001309 req->buf->i,
Emeric Brun1d33b292010-01-04 15:47:17 +01001310 req->analysers);
1311
1312 list_for_each_entry(rule, &px->sticking_rules, list) {
1313 int ret = 1 ;
1314 int i;
1315
Willy Tarreau9667a802013-12-09 12:52:13 +01001316 /* Only the first stick store-request of each table is applied
1317 * and other ones are ignored. The purpose is to allow complex
1318 * configurations which look for multiple entries by decreasing
1319 * order of precision and to stop at the first which matches.
1320 * An example could be a store of the IP address from an HTTP
1321 * header first, then from the source if not found.
1322 */
Emeric Brun1d33b292010-01-04 15:47:17 +01001323 for (i = 0; i < s->store_count; i++) {
1324 if (rule->table.t == s->store[i].table)
1325 break;
1326 }
1327
1328 if (i != s->store_count)
1329 continue;
1330
1331 if (rule->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02001332 ret = acl_exec_cond(rule->cond, px, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Emeric Brun1d33b292010-01-04 15:47:17 +01001333 ret = acl_pass(ret);
1334 if (rule->cond->pol == ACL_COND_UNLESS)
1335 ret = !ret;
1336 }
1337
1338 if (ret) {
1339 struct stktable_key *key;
1340
Willy Tarreau192252e2015-04-04 01:47:55 +02001341 key = stktable_fetch_key(rule->table.t, px, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL, rule->expr, NULL);
Emeric Brun1d33b292010-01-04 15:47:17 +01001342 if (!key)
1343 continue;
1344
1345 if (rule->flags & STK_IS_MATCH) {
1346 struct stksess *ts;
1347
Willy Tarreauf16d2b82010-06-06 15:38:59 +02001348 if ((ts = stktable_lookup_key(rule->table.t, key)) != NULL) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02001349 if (!(s->flags & SF_ASSIGNED)) {
Emeric Brun1d33b292010-01-04 15:47:17 +01001350 struct eb32_node *node;
Willy Tarreau13c29de2010-06-06 16:40:39 +02001351 void *ptr;
Emeric Brun1d33b292010-01-04 15:47:17 +01001352
1353 /* srv found in table */
Willy Tarreau13c29de2010-06-06 16:40:39 +02001354 ptr = stktable_data_ptr(rule->table.t, ts, STKTABLE_DT_SERVER_ID);
1355 node = eb32_lookup(&px->conf.used_server_id, stktable_data_cast(ptr, server_id));
Emeric Brun1d33b292010-01-04 15:47:17 +01001356 if (node) {
1357 struct server *srv;
1358
1359 srv = container_of(node, struct server, conf.id);
Willy Tarreau892337c2014-05-13 23:41:20 +02001360 if ((srv->state != SRV_ST_STOPPED) ||
Willy Tarreau4de91492010-01-22 19:10:05 +01001361 (px->options & PR_O_PERSIST) ||
Willy Tarreaue7dff022015-04-03 01:14:29 +02001362 (s->flags & SF_FORCE_PRST)) {
1363 s->flags |= SF_DIRECT | SF_ASSIGNED;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001364 s->target = &srv->obj_type;
Emeric Brun1d33b292010-01-04 15:47:17 +01001365 }
1366 }
1367 }
Emeric Brun85e77c72010-09-23 18:16:52 +02001368 stktable_touch(rule->table.t, ts, 1);
Emeric Brun1d33b292010-01-04 15:47:17 +01001369 }
1370 }
1371 if (rule->flags & STK_IS_STORE) {
1372 if (s->store_count < (sizeof(s->store) / sizeof(s->store[0]))) {
1373 struct stksess *ts;
1374
1375 ts = stksess_new(rule->table.t, key);
1376 if (ts) {
1377 s->store[s->store_count].table = rule->table.t;
1378 s->store[s->store_count++].ts = ts;
1379 }
1380 }
1381 }
1382 }
1383 }
1384
1385 req->analysers &= ~an_bit;
1386 req->analyse_exp = TICK_ETERNITY;
1387 return 1;
1388}
1389
1390/* This stream analyser works on a response. It applies all store rules on it
1391 * then returns 1. The data must already be present in the buffer otherwise
1392 * they won't match. It always returns 1.
1393 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001394static int process_store_rules(struct stream *s, struct channel *rep, int an_bit)
Emeric Brun1d33b292010-01-04 15:47:17 +01001395{
1396 struct proxy *px = s->be;
Willy Tarreau192252e2015-04-04 01:47:55 +02001397 struct session *sess = s->sess;
Emeric Brun1d33b292010-01-04 15:47:17 +01001398 struct sticking_rule *rule;
1399 int i;
Willy Tarreau9667a802013-12-09 12:52:13 +01001400 int nbreq = s->store_count;
Emeric Brun1d33b292010-01-04 15:47:17 +01001401
Willy Tarreau87b09662015-04-03 00:22:06 +02001402 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Emeric Brun1d33b292010-01-04 15:47:17 +01001403 now_ms, __FUNCTION__,
1404 s,
Willy Tarreau2e2b3eb2010-02-09 20:55:44 +01001405 rep,
1406 rep->rex, rep->wex,
1407 rep->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02001408 rep->buf->i,
Willy Tarreau2e2b3eb2010-02-09 20:55:44 +01001409 rep->analysers);
Emeric Brun1d33b292010-01-04 15:47:17 +01001410
1411 list_for_each_entry(rule, &px->storersp_rules, list) {
1412 int ret = 1 ;
Emeric Brun1d33b292010-01-04 15:47:17 +01001413
Willy Tarreau9667a802013-12-09 12:52:13 +01001414 /* Only the first stick store-response of each table is applied
1415 * and other ones are ignored. The purpose is to allow complex
1416 * configurations which look for multiple entries by decreasing
1417 * order of precision and to stop at the first which matches.
1418 * An example could be a store of a set-cookie value, with a
1419 * fallback to a parameter found in a 302 redirect.
1420 *
1421 * The store-response rules are not allowed to override the
1422 * store-request rules for the same table, but they may coexist.
1423 * Thus we can have up to one store-request entry and one store-
1424 * response entry for the same table at any time.
1425 */
1426 for (i = nbreq; i < s->store_count; i++) {
1427 if (rule->table.t == s->store[i].table)
1428 break;
1429 }
1430
1431 /* skip existing entries for this table */
1432 if (i < s->store_count)
1433 continue;
1434
Emeric Brun1d33b292010-01-04 15:47:17 +01001435 if (rule->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02001436 ret = acl_exec_cond(rule->cond, px, sess, s, SMP_OPT_DIR_RES|SMP_OPT_FINAL);
Emeric Brun1d33b292010-01-04 15:47:17 +01001437 ret = acl_pass(ret);
1438 if (rule->cond->pol == ACL_COND_UNLESS)
1439 ret = !ret;
1440 }
1441
1442 if (ret) {
1443 struct stktable_key *key;
1444
Willy Tarreau192252e2015-04-04 01:47:55 +02001445 key = stktable_fetch_key(rule->table.t, px, sess, s, SMP_OPT_DIR_RES|SMP_OPT_FINAL, rule->expr, NULL);
Emeric Brun1d33b292010-01-04 15:47:17 +01001446 if (!key)
1447 continue;
1448
Willy Tarreau37e340c2013-12-06 23:05:21 +01001449 if (s->store_count < (sizeof(s->store) / sizeof(s->store[0]))) {
Emeric Brun1d33b292010-01-04 15:47:17 +01001450 struct stksess *ts;
1451
1452 ts = stksess_new(rule->table.t, key);
1453 if (ts) {
1454 s->store[s->store_count].table = rule->table.t;
Emeric Brun1d33b292010-01-04 15:47:17 +01001455 s->store[s->store_count++].ts = ts;
1456 }
1457 }
1458 }
1459 }
1460
1461 /* process store request and store response */
1462 for (i = 0; i < s->store_count; i++) {
Willy Tarreauf16d2b82010-06-06 15:38:59 +02001463 struct stksess *ts;
Willy Tarreau13c29de2010-06-06 16:40:39 +02001464 void *ptr;
Willy Tarreauf16d2b82010-06-06 15:38:59 +02001465
Willy Tarreauc93cd162014-05-13 15:54:22 +02001466 if (objt_server(s->target) && objt_server(s->target)->flags & SRV_F_NON_STICK) {
Simon Hormanfa461682011-06-25 09:39:49 +09001467 stksess_free(s->store[i].table, s->store[i].ts);
1468 s->store[i].ts = NULL;
1469 continue;
1470 }
1471
Willy Tarreauf16d2b82010-06-06 15:38:59 +02001472 ts = stktable_lookup(s->store[i].table, s->store[i].ts);
1473 if (ts) {
1474 /* the entry already existed, we can free ours */
Emeric Brun85e77c72010-09-23 18:16:52 +02001475 stktable_touch(s->store[i].table, ts, 1);
Emeric Brun1d33b292010-01-04 15:47:17 +01001476 stksess_free(s->store[i].table, s->store[i].ts);
Emeric Brun1d33b292010-01-04 15:47:17 +01001477 }
Willy Tarreauf16d2b82010-06-06 15:38:59 +02001478 else
Emeric Brun85e77c72010-09-23 18:16:52 +02001479 ts = stktable_store(s->store[i].table, s->store[i].ts, 1);
Willy Tarreauf16d2b82010-06-06 15:38:59 +02001480
1481 s->store[i].ts = NULL;
Willy Tarreau13c29de2010-06-06 16:40:39 +02001482 ptr = stktable_data_ptr(s->store[i].table, ts, STKTABLE_DT_SERVER_ID);
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001483 stktable_data_cast(ptr, server_id) = objt_server(s->target)->puid;
Emeric Brun1d33b292010-01-04 15:47:17 +01001484 }
Willy Tarreau2a164ee2010-06-18 09:57:45 +02001485 s->store_count = 0; /* everything is stored */
Emeric Brun1d33b292010-01-04 15:47:17 +01001486
1487 rep->analysers &= ~an_bit;
1488 rep->analyse_exp = TICK_ETERNITY;
1489 return 1;
1490}
1491
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001492/* This macro is very specific to the function below. See the comments in
Willy Tarreau87b09662015-04-03 00:22:06 +02001493 * process_stream() below to understand the logic and the tests.
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001494 */
1495#define UPDATE_ANALYSERS(real, list, back, flag) { \
1496 list = (((list) & ~(flag)) | ~(back)) & (real); \
1497 back = real; \
1498 if (!(list)) \
1499 break; \
1500 if (((list) ^ ((list) & ((list) - 1))) < (flag)) \
1501 continue; \
1502}
1503
Christopher Fauleta9215b72016-05-11 17:06:28 +02001504/* These 2 following macros call an analayzer for the specified channel if the
1505 * right flag is set. The first one is used for "filterable" analyzers. If a
Christopher Faulet3a394fa2016-05-11 17:13:39 +02001506 * stream has some registered filters, pre and post analyaze callbacks are
1507 * called. The second are used for other analyzers (AN_FLT_* and
Christopher Fauleta9215b72016-05-11 17:06:28 +02001508 * AN_REQ/RES_HTTP_XFER_BODY) */
1509#define FLT_ANALYZE(strm, chn, fun, list, back, flag, ...) \
1510 { \
1511 if ((list) & (flag)) { \
1512 if (HAS_FILTERS(strm)) { \
Christopher Faulet3a394fa2016-05-11 17:13:39 +02001513 if (!flt_pre_analyze((strm), (chn), (flag))) \
Christopher Fauleta9215b72016-05-11 17:06:28 +02001514 break; \
1515 if (!fun((strm), (chn), (flag), ##__VA_ARGS__)) \
1516 break; \
Christopher Faulet3a394fa2016-05-11 17:13:39 +02001517 if (!flt_post_analyze((strm), (chn), (flag))) \
1518 break; \
Christopher Fauleta9215b72016-05-11 17:06:28 +02001519 } \
1520 else { \
1521 if (!fun((strm), (chn), (flag), ##__VA_ARGS__)) \
1522 break; \
1523 } \
1524 UPDATE_ANALYSERS((chn)->analysers, (list), \
1525 (back), (flag)); \
1526 } \
1527 }
1528
1529#define ANALYZE(strm, chn, fun, list, back, flag, ...) \
1530 { \
1531 if ((list) & (flag)) { \
1532 if (!fun((strm), (chn), (flag), ##__VA_ARGS__)) \
1533 break; \
1534 UPDATE_ANALYSERS((chn)->analysers, (list), \
1535 (back), (flag)); \
1536 } \
1537 }
1538
Willy Tarreau87b09662015-04-03 00:22:06 +02001539/* Processes the client, server, request and response jobs of a stream task,
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001540 * then puts it back to the wait queue in a clean state, or cleans up its
1541 * resources if it must be deleted. Returns in <next> the date the task wants
1542 * to be woken up, or TICK_ETERNITY. In order not to call all functions for
1543 * nothing too many times, the request and response buffers flags are monitored
1544 * and each function is called only if at least another function has changed at
1545 * least one flag it is interested in.
1546 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001547struct task *process_stream(struct task *t)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001548{
Willy Tarreau827aee92011-03-10 16:55:02 +01001549 struct server *srv;
Willy Tarreau87b09662015-04-03 00:22:06 +02001550 struct stream *s = t->context;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02001551 struct session *sess = s->sess;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001552 unsigned int rqf_last, rpf_last;
Willy Tarreau815a9b22010-07-27 17:15:12 +02001553 unsigned int rq_prod_last, rq_cons_last;
1554 unsigned int rp_cons_last, rp_prod_last;
Willy Tarreau576507f2010-01-07 00:09:04 +01001555 unsigned int req_ana_back;
Willy Tarreau8f128b42014-11-28 15:07:47 +01001556 struct channel *req, *res;
1557 struct stream_interface *si_f, *si_b;
1558
1559 req = &s->req;
1560 res = &s->res;
1561
1562 si_f = &s->si[0];
1563 si_b = &s->si[1];
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001564
1565 //DPRINTF(stderr, "%s:%d: cs=%d ss=%d(%d) rqf=0x%08x rpf=0x%08x\n", __FUNCTION__, __LINE__,
Willy Tarreau8f128b42014-11-28 15:07:47 +01001566 // si_f->state, si_b->state, si_b->err_type, req->flags, res->flags);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001567
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001568 /* this data may be no longer valid, clear it */
Willy Tarreaueee5b512015-04-03 23:46:31 +02001569 if (s->txn)
1570 memset(&s->txn->auth, 0, sizeof(s->txn->auth));
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001571
Willy Tarreau6f0a7ba2014-06-23 15:22:31 +02001572 /* This flag must explicitly be set every time */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001573 req->flags &= ~(CF_READ_NOEXP|CF_WAKE_WRITE);
1574 res->flags &= ~(CF_READ_NOEXP|CF_WAKE_WRITE);
Willy Tarreaub67a9b82009-06-21 22:03:51 +02001575
1576 /* Keep a copy of req/rep flags so that we can detect shutdowns */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001577 rqf_last = req->flags & ~CF_MASK_ANALYSER;
1578 rpf_last = res->flags & ~CF_MASK_ANALYSER;
Willy Tarreaub67a9b82009-06-21 22:03:51 +02001579
Willy Tarreau89f7ef22009-09-05 20:57:35 +02001580 /* we don't want the stream interface functions to recursively wake us up */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001581 si_f->flags |= SI_FL_DONT_WAKE;
1582 si_b->flags |= SI_FL_DONT_WAKE;
Willy Tarreau89f7ef22009-09-05 20:57:35 +02001583
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001584 /* 1a: Check for low level timeouts if needed. We just set a flag on
1585 * stream interfaces when their timeouts have expired.
1586 */
1587 if (unlikely(t->state & TASK_WOKEN_TIMER)) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01001588 stream_int_check_timeouts(si_f);
1589 stream_int_check_timeouts(si_b);
Willy Tarreaub67a9b82009-06-21 22:03:51 +02001590
Willy Tarreau8263d2b2012-08-28 00:06:31 +02001591 /* check channel timeouts, and close the corresponding stream interfaces
Willy Tarreaub67a9b82009-06-21 22:03:51 +02001592 * for future reads or writes. Note: this will also concern upper layers
1593 * but we do not touch any other flag. We must be careful and correctly
1594 * detect state changes when calling them.
1595 */
1596
Willy Tarreau8f128b42014-11-28 15:07:47 +01001597 channel_check_timeouts(req);
Willy Tarreaub67a9b82009-06-21 22:03:51 +02001598
Willy Tarreau8f128b42014-11-28 15:07:47 +01001599 if (unlikely((req->flags & (CF_SHUTW|CF_WRITE_TIMEOUT)) == CF_WRITE_TIMEOUT)) {
1600 si_b->flags |= SI_FL_NOLINGER;
1601 si_shutw(si_b);
Willy Tarreau14641402009-12-29 14:49:56 +01001602 }
1603
Willy Tarreau8f128b42014-11-28 15:07:47 +01001604 if (unlikely((req->flags & (CF_SHUTR|CF_READ_TIMEOUT)) == CF_READ_TIMEOUT)) {
1605 if (si_f->flags & SI_FL_NOHALF)
1606 si_f->flags |= SI_FL_NOLINGER;
1607 si_shutr(si_f);
Willy Tarreau7bb68ab2012-05-13 14:48:59 +02001608 }
Willy Tarreaub67a9b82009-06-21 22:03:51 +02001609
Willy Tarreau8f128b42014-11-28 15:07:47 +01001610 channel_check_timeouts(res);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001611
Willy Tarreau8f128b42014-11-28 15:07:47 +01001612 if (unlikely((res->flags & (CF_SHUTW|CF_WRITE_TIMEOUT)) == CF_WRITE_TIMEOUT)) {
1613 si_f->flags |= SI_FL_NOLINGER;
1614 si_shutw(si_f);
Willy Tarreau14641402009-12-29 14:49:56 +01001615 }
1616
Willy Tarreau8f128b42014-11-28 15:07:47 +01001617 if (unlikely((res->flags & (CF_SHUTR|CF_READ_TIMEOUT)) == CF_READ_TIMEOUT)) {
1618 if (si_b->flags & SI_FL_NOHALF)
1619 si_b->flags |= SI_FL_NOLINGER;
1620 si_shutr(si_b);
Willy Tarreau7bb68ab2012-05-13 14:48:59 +02001621 }
Willy Tarreau798f4322012-11-08 14:49:17 +01001622
1623 /* Once in a while we're woken up because the task expires. But
1624 * this does not necessarily mean that a timeout has been reached.
Willy Tarreau87b09662015-04-03 00:22:06 +02001625 * So let's not run a whole stream processing if only an expiration
Willy Tarreau798f4322012-11-08 14:49:17 +01001626 * timeout needs to be refreshed.
1627 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001628 if (!((req->flags | res->flags) &
Willy Tarreau798f4322012-11-08 14:49:17 +01001629 (CF_SHUTR|CF_READ_ACTIVITY|CF_READ_TIMEOUT|CF_SHUTW|
1630 CF_WRITE_ACTIVITY|CF_WRITE_TIMEOUT|CF_ANA_TIMEOUT)) &&
Willy Tarreau8f128b42014-11-28 15:07:47 +01001631 !((si_f->flags | si_b->flags) & (SI_FL_EXP|SI_FL_ERR)) &&
Willy Tarreau5fb04712016-05-04 10:18:37 +02001632 ((t->state & TASK_WOKEN_ANY) == TASK_WOKEN_TIMER)) {
1633 si_f->flags &= ~SI_FL_DONT_WAKE;
1634 si_b->flags &= ~SI_FL_DONT_WAKE;
Willy Tarreau798f4322012-11-08 14:49:17 +01001635 goto update_exp_and_leave;
Willy Tarreau5fb04712016-05-04 10:18:37 +02001636 }
Willy Tarreaub67a9b82009-06-21 22:03:51 +02001637 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001638
Willy Tarreau10fc09e2014-11-25 19:46:36 +01001639 /* below we may emit error messages so we have to ensure that we have
1640 * our buffers properly allocated.
1641 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001642 if (!stream_alloc_work_buffer(s)) {
Willy Tarreau10fc09e2014-11-25 19:46:36 +01001643 /* No buffer available, we've been subscribed to the list of
1644 * buffer waiters, let's wait for our turn.
1645 */
Willy Tarreau5fb04712016-05-04 10:18:37 +02001646 si_f->flags &= ~SI_FL_DONT_WAKE;
1647 si_b->flags &= ~SI_FL_DONT_WAKE;
Willy Tarreau10fc09e2014-11-25 19:46:36 +01001648 goto update_exp_and_leave;
1649 }
1650
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001651 /* 1b: check for low-level errors reported at the stream interface.
1652 * First we check if it's a retryable error (in which case we don't
1653 * want to tell the buffer). Otherwise we report the error one level
1654 * upper by setting flags into the buffers. Note that the side towards
1655 * the client cannot have connect (hence retryable) errors. Also, the
1656 * connection setup code must be able to deal with any type of abort.
1657 */
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001658 srv = objt_server(s->target);
Willy Tarreau8f128b42014-11-28 15:07:47 +01001659 if (unlikely(si_f->flags & SI_FL_ERR)) {
1660 if (si_f->state == SI_ST_EST || si_f->state == SI_ST_DIS) {
1661 si_shutr(si_f);
1662 si_shutw(si_f);
1663 stream_int_report_error(si_f);
1664 if (!(req->analysers) && !(res->analysers)) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001665 s->be->be_counters.cli_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001666 sess->fe->fe_counters.cli_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001667 if (srv)
1668 srv->counters.cli_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001669 if (!(s->flags & SF_ERR_MASK))
1670 s->flags |= SF_ERR_CLICL;
1671 if (!(s->flags & SF_FINST_MASK))
1672 s->flags |= SF_FINST_D;
Willy Tarreau05cb29b2008-12-14 11:44:04 +01001673 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001674 }
1675 }
1676
Willy Tarreau8f128b42014-11-28 15:07:47 +01001677 if (unlikely(si_b->flags & SI_FL_ERR)) {
1678 if (si_b->state == SI_ST_EST || si_b->state == SI_ST_DIS) {
1679 si_shutr(si_b);
1680 si_shutw(si_b);
1681 stream_int_report_error(si_b);
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001682 s->be->be_counters.failed_resp++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001683 if (srv)
1684 srv->counters.failed_resp++;
Willy Tarreau8f128b42014-11-28 15:07:47 +01001685 if (!(req->analysers) && !(res->analysers)) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001686 s->be->be_counters.srv_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001687 sess->fe->fe_counters.srv_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001688 if (srv)
1689 srv->counters.srv_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001690 if (!(s->flags & SF_ERR_MASK))
1691 s->flags |= SF_ERR_SRVCL;
1692 if (!(s->flags & SF_FINST_MASK))
1693 s->flags |= SF_FINST_D;
Willy Tarreau05cb29b2008-12-14 11:44:04 +01001694 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001695 }
1696 /* note: maybe we should process connection errors here ? */
1697 }
1698
Willy Tarreau8f128b42014-11-28 15:07:47 +01001699 if (si_b->state == SI_ST_CON) {
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001700 /* we were trying to establish a connection on the server side,
1701 * maybe it succeeded, maybe it failed, maybe we timed out, ...
1702 */
Willy Tarreau7b8c4f92014-11-28 15:15:44 +01001703 if (unlikely(!sess_update_st_con_tcp(s)))
1704 sess_update_st_cer(s);
Willy Tarreau8f128b42014-11-28 15:07:47 +01001705 else if (si_b->state == SI_ST_EST)
Willy Tarreau7b8c4f92014-11-28 15:15:44 +01001706 sess_establish(s);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001707
1708 /* state is now one of SI_ST_CON (still in progress), SI_ST_EST
1709 * (established), SI_ST_DIS (abort), SI_ST_CLO (last error),
1710 * SI_ST_ASS/SI_ST_TAR/SI_ST_REQ for retryable errors.
1711 */
1712 }
1713
Willy Tarreau8f128b42014-11-28 15:07:47 +01001714 rq_prod_last = si_f->state;
1715 rq_cons_last = si_b->state;
1716 rp_cons_last = si_f->state;
1717 rp_prod_last = si_b->state;
Willy Tarreau815a9b22010-07-27 17:15:12 +02001718
1719 resync_stream_interface:
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001720 /* Check for connection closure */
1721
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001722 DPRINTF(stderr,
Willy Tarreau02d6cfc2012-03-01 18:19:58 +01001723 "[%u] %s:%d: task=%p s=%p, sfl=0x%08x, rq=%p, rp=%p, exp(r,w)=%u,%u rqf=%08x rpf=%08x rqh=%d rqt=%d rph=%d rpt=%d cs=%d ss=%d, cet=0x%x set=0x%x retr=%d\n",
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001724 now_ms, __FUNCTION__, __LINE__,
1725 t,
1726 s, s->flags,
Willy Tarreau8f128b42014-11-28 15:07:47 +01001727 req, res,
1728 req->rex, res->wex,
1729 req->flags, res->flags,
1730 req->buf->i, req->buf->o, res->buf->i, res->buf->o, si_f->state, si_b->state,
1731 si_f->err_type, si_b->err_type,
1732 si_b->conn_retries);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001733
1734 /* nothing special to be done on client side */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001735 if (unlikely(si_f->state == SI_ST_DIS))
1736 si_f->state = SI_ST_CLO;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001737
1738 /* When a server-side connection is released, we have to count it and
1739 * check for pending connections on this server.
1740 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001741 if (unlikely(si_b->state == SI_ST_DIS)) {
1742 si_b->state = SI_ST_CLO;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001743 srv = objt_server(s->target);
Willy Tarreau827aee92011-03-10 16:55:02 +01001744 if (srv) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02001745 if (s->flags & SF_CURR_SESS) {
1746 s->flags &= ~SF_CURR_SESS;
Willy Tarreau827aee92011-03-10 16:55:02 +01001747 srv->cur_sess--;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001748 }
1749 sess_change_server(s, NULL);
Willy Tarreau827aee92011-03-10 16:55:02 +01001750 if (may_dequeue_tasks(srv, s->be))
1751 process_srv_queue(srv);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001752 }
1753 }
1754
1755 /*
1756 * Note: of the transient states (REQ, CER, DIS), only REQ may remain
1757 * at this point.
1758 */
1759
Willy Tarreau0be0ef92009-03-08 19:20:25 +01001760 resync_request:
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001761 /* Analyse request */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001762 if (((req->flags & ~rqf_last) & CF_MASK_ANALYSER) ||
1763 ((req->flags ^ rqf_last) & CF_MASK_STATIC) ||
1764 si_f->state != rq_prod_last ||
1765 si_b->state != rq_cons_last ||
Thierry FOURNIER2e05a8c2014-11-24 14:49:56 +01001766 s->task->state & TASK_WOKEN_MSG) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01001767 unsigned int flags = req->flags;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001768
Willy Tarreau8f128b42014-11-28 15:07:47 +01001769 if (si_f->state >= SI_ST_EST) {
Willy Tarreaue34070e2010-01-08 00:32:27 +01001770 int max_loops = global.tune.maxpollevents;
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001771 unsigned int ana_list;
1772 unsigned int ana_back;
Willy Tarreau1a52dbd2009-06-28 19:37:53 +02001773
Willy Tarreau90deb182010-01-07 00:20:41 +01001774 /* it's up to the analysers to stop new connections,
1775 * disable reading or closing. Note: if an analyser
1776 * disables any of these bits, it is responsible for
1777 * enabling them again when it disables itself, so
1778 * that other analysers are called in similar conditions.
1779 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001780 channel_auto_read(req);
1781 channel_auto_connect(req);
1782 channel_auto_close(req);
Willy Tarreauedcf6682008-11-30 23:15:34 +01001783
1784 /* We will call all analysers for which a bit is set in
Willy Tarreau8f128b42014-11-28 15:07:47 +01001785 * req->analysers, following the bit order from LSB
Willy Tarreauedcf6682008-11-30 23:15:34 +01001786 * to MSB. The analysers must remove themselves from
Willy Tarreau1a52dbd2009-06-28 19:37:53 +02001787 * the list when not needed. Any analyser may return 0
1788 * to break out of the loop, either because of missing
1789 * data to take a decision, or because it decides to
Willy Tarreau87b09662015-04-03 00:22:06 +02001790 * kill the stream. We loop at least once through each
Willy Tarreau1a52dbd2009-06-28 19:37:53 +02001791 * analyser, and we may loop again if other analysers
1792 * are added in the middle.
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001793 *
1794 * We build a list of analysers to run. We evaluate all
1795 * of these analysers in the order of the lower bit to
1796 * the higher bit. This ordering is very important.
1797 * An analyser will often add/remove other analysers,
1798 * including itself. Any changes to itself have no effect
1799 * on the loop. If it removes any other analysers, we
1800 * want those analysers not to be called anymore during
1801 * this loop. If it adds an analyser that is located
1802 * after itself, we want it to be scheduled for being
1803 * processed during the loop. If it adds an analyser
1804 * which is located before it, we want it to switch to
1805 * it immediately, even if it has already been called
1806 * once but removed since.
1807 *
1808 * In order to achieve this, we compare the analyser
1809 * list after the call with a copy of it before the
1810 * call. The work list is fed with analyser bits that
1811 * appeared during the call. Then we compare previous
1812 * work list with the new one, and check the bits that
1813 * appeared. If the lowest of these bits is lower than
1814 * the current bit, it means we have enabled a previous
1815 * analyser and must immediately loop again.
Willy Tarreauedcf6682008-11-30 23:15:34 +01001816 */
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001817
Willy Tarreau8f128b42014-11-28 15:07:47 +01001818 ana_list = ana_back = req->analysers;
Willy Tarreaue34070e2010-01-08 00:32:27 +01001819 while (ana_list && max_loops--) {
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001820 /* Warning! ensure that analysers are always placed in ascending order! */
Christopher Fauleta9215b72016-05-11 17:06:28 +02001821 ANALYZE (s, req, flt_start_analyze, ana_list, ana_back, AN_FLT_START_FE);
1822 FLT_ANALYZE(s, req, tcp_inspect_request, ana_list, ana_back, AN_REQ_INSPECT_FE);
1823 FLT_ANALYZE(s, req, http_wait_for_request, ana_list, ana_back, AN_REQ_WAIT_HTTP);
1824 FLT_ANALYZE(s, req, http_wait_for_request_body, ana_list, ana_back, AN_REQ_HTTP_BODY);
1825 FLT_ANALYZE(s, req, http_process_req_common, ana_list, ana_back, AN_REQ_HTTP_PROCESS_FE, sess->fe);
1826 FLT_ANALYZE(s, req, process_switching_rules, ana_list, ana_back, AN_REQ_SWITCHING_RULES);
1827 ANALYZE (s, req, flt_start_analyze, ana_list, ana_back, AN_FLT_START_BE);
1828 FLT_ANALYZE(s, req, tcp_inspect_request, ana_list, ana_back, AN_REQ_INSPECT_BE);
1829 FLT_ANALYZE(s, req, http_process_req_common, ana_list, ana_back, AN_REQ_HTTP_PROCESS_BE, s->be);
1830 FLT_ANALYZE(s, req, http_process_tarpit, ana_list, ana_back, AN_REQ_HTTP_TARPIT);
1831 FLT_ANALYZE(s, req, process_server_rules, ana_list, ana_back, AN_REQ_SRV_RULES);
1832 FLT_ANALYZE(s, req, http_process_request, ana_list, ana_back, AN_REQ_HTTP_INNER);
1833 FLT_ANALYZE(s, req, tcp_persist_rdp_cookie, ana_list, ana_back, AN_REQ_PRST_RDP_COOKIE);
1834 FLT_ANALYZE(s, req, process_sticking_rules, ana_list, ana_back, AN_REQ_STICKING_RULES);
1835 ANALYZE (s, req, flt_analyze_http_headers, ana_list, ana_back, AN_FLT_HTTP_HDRS);
1836 ANALYZE (s, req, flt_xfer_data, ana_list, ana_back, AN_FLT_XFER_DATA);
1837 ANALYZE (s, req, http_request_forward_body, ana_list, ana_back, AN_REQ_HTTP_XFER_BODY);
1838 ANALYZE (s, req, flt_end_analyze, ana_list, ana_back, AN_FLT_END);
Willy Tarreaue34070e2010-01-08 00:32:27 +01001839 break;
1840 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01001841 }
Willy Tarreau84455332009-03-15 22:34:05 +01001842
Willy Tarreau8f128b42014-11-28 15:07:47 +01001843 rq_prod_last = si_f->state;
1844 rq_cons_last = si_b->state;
1845 req->flags &= ~CF_WAKE_ONCE;
1846 rqf_last = req->flags;
Willy Tarreau815a9b22010-07-27 17:15:12 +02001847
Willy Tarreau8f128b42014-11-28 15:07:47 +01001848 if ((req->flags ^ flags) & CF_MASK_STATIC)
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001849 goto resync_request;
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001850 }
1851
Willy Tarreau576507f2010-01-07 00:09:04 +01001852 /* we'll monitor the request analysers while parsing the response,
1853 * because some response analysers may indirectly enable new request
1854 * analysers (eg: HTTP keep-alive).
1855 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001856 req_ana_back = req->analysers;
Willy Tarreau576507f2010-01-07 00:09:04 +01001857
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001858 resync_response:
1859 /* Analyse response */
1860
Willy Tarreau8f128b42014-11-28 15:07:47 +01001861 if (((res->flags & ~rpf_last) & CF_MASK_ANALYSER) ||
1862 (res->flags ^ rpf_last) & CF_MASK_STATIC ||
1863 si_f->state != rp_cons_last ||
1864 si_b->state != rp_prod_last ||
Thierry FOURNIER2e05a8c2014-11-24 14:49:56 +01001865 s->task->state & TASK_WOKEN_MSG) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01001866 unsigned int flags = res->flags;
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001867
Willy Tarreau8f128b42014-11-28 15:07:47 +01001868 if ((res->flags & CF_MASK_ANALYSER) &&
1869 (res->analysers & AN_REQ_ALL)) {
Willy Tarreau0499e352010-12-17 07:13:42 +01001870 /* Due to HTTP pipelining, the HTTP request analyser might be waiting
1871 * for some free space in the response buffer, so we might need to call
1872 * it when something changes in the response buffer, but still we pass
1873 * it the request buffer. Note that the SI state might very well still
1874 * be zero due to us returning a flow of redirects!
1875 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001876 res->analysers &= ~AN_REQ_ALL;
1877 req->flags |= CF_WAKE_ONCE;
Willy Tarreau0499e352010-12-17 07:13:42 +01001878 }
1879
Willy Tarreau8f128b42014-11-28 15:07:47 +01001880 if (si_b->state >= SI_ST_EST) {
Willy Tarreaue34070e2010-01-08 00:32:27 +01001881 int max_loops = global.tune.maxpollevents;
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001882 unsigned int ana_list;
1883 unsigned int ana_back;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02001884
Willy Tarreau90deb182010-01-07 00:20:41 +01001885 /* it's up to the analysers to stop disable reading or
1886 * closing. Note: if an analyser disables any of these
1887 * bits, it is responsible for enabling them again when
1888 * it disables itself, so that other analysers are called
1889 * in similar conditions.
1890 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001891 channel_auto_read(res);
1892 channel_auto_close(res);
Willy Tarreaub37c27e2009-10-18 22:53:08 +02001893
1894 /* We will call all analysers for which a bit is set in
Willy Tarreau8f128b42014-11-28 15:07:47 +01001895 * res->analysers, following the bit order from LSB
Willy Tarreaub37c27e2009-10-18 22:53:08 +02001896 * to MSB. The analysers must remove themselves from
1897 * the list when not needed. Any analyser may return 0
1898 * to break out of the loop, either because of missing
1899 * data to take a decision, or because it decides to
Willy Tarreau87b09662015-04-03 00:22:06 +02001900 * kill the stream. We loop at least once through each
Willy Tarreaub37c27e2009-10-18 22:53:08 +02001901 * analyser, and we may loop again if other analysers
1902 * are added in the middle.
1903 */
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001904
Willy Tarreau8f128b42014-11-28 15:07:47 +01001905 ana_list = ana_back = res->analysers;
Willy Tarreaue34070e2010-01-08 00:32:27 +01001906 while (ana_list && max_loops--) {
Willy Tarreau1e0bbaf2010-01-06 23:53:24 +01001907 /* Warning! ensure that analysers are always placed in ascending order! */
Christopher Fauleta9215b72016-05-11 17:06:28 +02001908 ANALYZE (s, res, flt_start_analyze, ana_list, ana_back, AN_FLT_START_FE);
1909 ANALYZE (s, res, flt_start_analyze, ana_list, ana_back, AN_FLT_START_BE);
1910 FLT_ANALYZE(s, res, tcp_inspect_response, ana_list, ana_back, AN_RES_INSPECT);
1911 FLT_ANALYZE(s, res, http_wait_for_response, ana_list, ana_back, AN_RES_WAIT_HTTP);
1912 FLT_ANALYZE(s, res, process_store_rules, ana_list, ana_back, AN_RES_STORE_RULES);
1913 FLT_ANALYZE(s, res, http_process_res_common, ana_list, ana_back, AN_RES_HTTP_PROCESS_BE, s->be);
1914 ANALYZE (s, res, flt_analyze_http_headers, ana_list, ana_back, AN_FLT_HTTP_HDRS);
1915 ANALYZE (s, res, flt_xfer_data, ana_list, ana_back, AN_FLT_XFER_DATA);
1916 ANALYZE (s, res, http_response_forward_body, ana_list, ana_back, AN_RES_HTTP_XFER_BODY);
1917 ANALYZE (s, res, flt_end_analyze, ana_list, ana_back, AN_FLT_END);
Willy Tarreaue34070e2010-01-08 00:32:27 +01001918 break;
1919 }
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001920 }
1921
Willy Tarreau8f128b42014-11-28 15:07:47 +01001922 rp_cons_last = si_f->state;
1923 rp_prod_last = si_b->state;
1924 rpf_last = res->flags;
Willy Tarreau815a9b22010-07-27 17:15:12 +02001925
Willy Tarreau8f128b42014-11-28 15:07:47 +01001926 if ((res->flags ^ flags) & CF_MASK_STATIC)
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001927 goto resync_response;
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001928 }
1929
Willy Tarreau576507f2010-01-07 00:09:04 +01001930 /* maybe someone has added some request analysers, so we must check and loop */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001931 if (req->analysers & ~req_ana_back)
Willy Tarreau576507f2010-01-07 00:09:04 +01001932 goto resync_request;
1933
Willy Tarreau8f128b42014-11-28 15:07:47 +01001934 if ((req->flags & ~rqf_last) & CF_MASK_ANALYSER)
Willy Tarreau0499e352010-12-17 07:13:42 +01001935 goto resync_request;
1936
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001937 /* FIXME: here we should call protocol handlers which rely on
1938 * both buffers.
1939 */
1940
1941
1942 /*
Willy Tarreau87b09662015-04-03 00:22:06 +02001943 * Now we propagate unhandled errors to the stream. Normally
Willy Tarreauae526782010-03-04 20:34:23 +01001944 * we're just in a data phase here since it means we have not
1945 * seen any analyser who could set an error status.
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001946 */
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001947 srv = objt_server(s->target);
Willy Tarreaue7dff022015-04-03 01:14:29 +02001948 if (unlikely(!(s->flags & SF_ERR_MASK))) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01001949 if (req->flags & (CF_READ_ERROR|CF_READ_TIMEOUT|CF_WRITE_ERROR|CF_WRITE_TIMEOUT)) {
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001950 /* Report it if the client got an error or a read timeout expired */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001951 req->analysers = 0;
1952 if (req->flags & CF_READ_ERROR) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001953 s->be->be_counters.cli_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001954 sess->fe->fe_counters.cli_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001955 if (srv)
1956 srv->counters.cli_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001957 s->flags |= SF_ERR_CLICL;
Willy Tarreauae526782010-03-04 20:34:23 +01001958 }
Willy Tarreau8f128b42014-11-28 15:07:47 +01001959 else if (req->flags & CF_READ_TIMEOUT) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001960 s->be->be_counters.cli_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001961 sess->fe->fe_counters.cli_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001962 if (srv)
1963 srv->counters.cli_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001964 s->flags |= SF_ERR_CLITO;
Willy Tarreauae526782010-03-04 20:34:23 +01001965 }
Willy Tarreau8f128b42014-11-28 15:07:47 +01001966 else if (req->flags & CF_WRITE_ERROR) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001967 s->be->be_counters.srv_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001968 sess->fe->fe_counters.srv_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001969 if (srv)
1970 srv->counters.srv_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001971 s->flags |= SF_ERR_SRVCL;
Willy Tarreauae526782010-03-04 20:34:23 +01001972 }
1973 else {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001974 s->be->be_counters.srv_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001975 sess->fe->fe_counters.srv_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001976 if (srv)
1977 srv->counters.srv_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001978 s->flags |= SF_ERR_SRVTO;
Willy Tarreauae526782010-03-04 20:34:23 +01001979 }
Willy Tarreau84455332009-03-15 22:34:05 +01001980 sess_set_term_flags(s);
1981 }
Willy Tarreau8f128b42014-11-28 15:07:47 +01001982 else if (res->flags & (CF_READ_ERROR|CF_READ_TIMEOUT|CF_WRITE_ERROR|CF_WRITE_TIMEOUT)) {
Willy Tarreau3deb3d02009-06-21 22:43:05 +02001983 /* Report it if the server got an error or a read timeout expired */
Willy Tarreau8f128b42014-11-28 15:07:47 +01001984 res->analysers = 0;
1985 if (res->flags & CF_READ_ERROR) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001986 s->be->be_counters.srv_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001987 sess->fe->fe_counters.srv_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001988 if (srv)
1989 srv->counters.srv_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001990 s->flags |= SF_ERR_SRVCL;
Willy Tarreauae526782010-03-04 20:34:23 +01001991 }
Willy Tarreau8f128b42014-11-28 15:07:47 +01001992 else if (res->flags & CF_READ_TIMEOUT) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01001993 s->be->be_counters.srv_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02001994 sess->fe->fe_counters.srv_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01001995 if (srv)
1996 srv->counters.srv_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001997 s->flags |= SF_ERR_SRVTO;
Willy Tarreauae526782010-03-04 20:34:23 +01001998 }
Willy Tarreau8f128b42014-11-28 15:07:47 +01001999 else if (res->flags & CF_WRITE_ERROR) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002000 s->be->be_counters.cli_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002001 sess->fe->fe_counters.cli_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01002002 if (srv)
2003 srv->counters.cli_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002004 s->flags |= SF_ERR_CLICL;
Willy Tarreauae526782010-03-04 20:34:23 +01002005 }
2006 else {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002007 s->be->be_counters.cli_aborts++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002008 sess->fe->fe_counters.cli_aborts++;
Willy Tarreau827aee92011-03-10 16:55:02 +01002009 if (srv)
2010 srv->counters.cli_aborts++;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002011 s->flags |= SF_ERR_CLITO;
Willy Tarreauae526782010-03-04 20:34:23 +01002012 }
Willy Tarreau3deb3d02009-06-21 22:43:05 +02002013 sess_set_term_flags(s);
2014 }
Willy Tarreau84455332009-03-15 22:34:05 +01002015 }
2016
Willy Tarreau3deb3d02009-06-21 22:43:05 +02002017 /*
2018 * Here we take care of forwarding unhandled data. This also includes
2019 * connection establishments and shutdown requests.
2020 */
2021
2022
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002023 /* If noone is interested in analysing data, it's time to forward
Willy Tarreau31971e52009-09-20 12:07:52 +02002024 * everything. We configure the buffer to forward indefinitely.
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002025 * Note that we're checking CF_SHUTR_NOW as an indication of a possible
Willy Tarreau8263d2b2012-08-28 00:06:31 +02002026 * recent call to channel_abort().
Willy Tarreau6b66f3e2008-12-14 17:31:54 +01002027 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002028 if (unlikely(!req->analysers &&
2029 !(req->flags & (CF_SHUTW|CF_SHUTR_NOW)) &&
2030 (si_f->state >= SI_ST_EST) &&
2031 (req->to_forward != CHN_INFINITE_FORWARD))) {
Willy Tarreaub31c9712012-11-11 23:05:39 +01002032 /* This buffer is freewheeling, there's no analyser
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002033 * attached to it. If any data are left in, we'll permit them to
2034 * move.
2035 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002036 channel_auto_read(req);
2037 channel_auto_connect(req);
2038 channel_auto_close(req);
2039 buffer_flush(req->buf);
Willy Tarreau5bd8c372009-01-19 00:32:22 +01002040
Willy Tarreauda4d9fe2010-11-07 20:26:56 +01002041 /* We'll let data flow between the producer (if still connected)
2042 * to the consumer (which might possibly not be connected yet).
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002043 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002044 if (!(req->flags & (CF_SHUTR|CF_SHUTW_NOW)))
Willy Tarreau8bf242b2016-05-04 14:05:58 +02002045 channel_forward_forever(req);
Willy Tarreau42529c32015-07-09 18:38:57 +02002046
2047 /* Just in order to support fetching HTTP contents after start
2048 * of forwarding when the HTTP forwarding analyser is not used,
2049 * we simply reset msg->sov so that HTTP rewinding points to the
2050 * headers.
2051 */
2052 if (s->txn)
2053 s->txn->req.sov = s->txn->req.eoh + s->txn->req.eol - req->buf->o;
Willy Tarreau6b66f3e2008-12-14 17:31:54 +01002054 }
Willy Tarreauf890dc92008-12-13 21:12:26 +01002055
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002056 /* check if it is wise to enable kernel splicing to forward request data */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002057 if (!(req->flags & (CF_KERN_SPLICING|CF_SHUTR)) &&
2058 req->to_forward &&
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002059 (global.tune.options & GTUNE_USE_SPLICE) &&
Willy Tarreau8f128b42014-11-28 15:07:47 +01002060 (objt_conn(si_f->end) && __objt_conn(si_f->end)->xprt && __objt_conn(si_f->end)->xprt->rcv_pipe) &&
2061 (objt_conn(si_b->end) && __objt_conn(si_b->end)->xprt && __objt_conn(si_b->end)->xprt->snd_pipe) &&
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002062 (pipes_used < global.maxpipes) &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002063 (((sess->fe->options2|s->be->options2) & PR_O2_SPLIC_REQ) ||
2064 (((sess->fe->options2|s->be->options2) & PR_O2_SPLIC_AUT) &&
Willy Tarreau8f128b42014-11-28 15:07:47 +01002065 (req->flags & CF_STREAMER_FAST)))) {
2066 req->flags |= CF_KERN_SPLICING;
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002067 }
2068
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002069 /* reflect what the L7 analysers have seen last */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002070 rqf_last = req->flags;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002071
2072 /*
2073 * Now forward all shutdown requests between both sides of the buffer
2074 */
2075
Willy Tarreau520d95e2009-09-19 21:04:57 +02002076 /* first, let's check if the request buffer needs to shutdown(write), which may
2077 * happen either because the input is closed or because we want to force a close
Willy Tarreau05cdd962014-05-10 14:30:07 +02002078 * once the server has begun to respond. If a half-closed timeout is set, we adjust
2079 * the other side's timeout as well.
Willy Tarreau520d95e2009-09-19 21:04:57 +02002080 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002081 if (unlikely((req->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_AUTO_CLOSE|CF_SHUTR)) ==
Willy Tarreau05cdd962014-05-10 14:30:07 +02002082 (CF_AUTO_CLOSE|CF_SHUTR))) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01002083 channel_shutw_now(req);
Willy Tarreau05cdd962014-05-10 14:30:07 +02002084 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002085
2086 /* shutdown(write) pending */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002087 if (unlikely((req->flags & (CF_SHUTW|CF_SHUTW_NOW)) == CF_SHUTW_NOW &&
2088 channel_is_empty(req))) {
2089 if (req->flags & CF_READ_ERROR)
2090 si_b->flags |= SI_FL_NOLINGER;
2091 si_shutw(si_b);
Willy Tarreau05cdd962014-05-10 14:30:07 +02002092 if (tick_isset(s->be->timeout.serverfin)) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01002093 res->rto = s->be->timeout.serverfin;
2094 res->rex = tick_add(now_ms, res->rto);
Willy Tarreau05cdd962014-05-10 14:30:07 +02002095 }
Willy Tarreau8615c2a2013-06-21 08:20:19 +02002096 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002097
2098 /* shutdown(write) done on server side, we must stop the client too */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002099 if (unlikely((req->flags & (CF_SHUTW|CF_SHUTR|CF_SHUTR_NOW)) == CF_SHUTW &&
2100 !req->analysers))
2101 channel_shutr_now(req);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002102
2103 /* shutdown(read) pending */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002104 if (unlikely((req->flags & (CF_SHUTR|CF_SHUTR_NOW)) == CF_SHUTR_NOW)) {
2105 if (si_f->flags & SI_FL_NOHALF)
2106 si_f->flags |= SI_FL_NOLINGER;
2107 si_shutr(si_f);
Willy Tarreau7bb68ab2012-05-13 14:48:59 +02002108 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002109
Willy Tarreau520d95e2009-09-19 21:04:57 +02002110 /* it's possible that an upper layer has requested a connection setup or abort.
2111 * There are 2 situations where we decide to establish a new connection :
2112 * - there are data scheduled for emission in the buffer
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002113 * - the CF_AUTO_CONNECT flag is set (active connection)
Willy Tarreau520d95e2009-09-19 21:04:57 +02002114 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002115 if (si_b->state == SI_ST_INI) {
2116 if (!(req->flags & CF_SHUTW)) {
2117 if ((req->flags & CF_AUTO_CONNECT) || !channel_is_empty(req)) {
Willy Tarreaucf644ed2013-09-29 17:19:56 +02002118 /* If we have an appctx, there is no connect method, so we
2119 * immediately switch to the connected state, otherwise we
2120 * perform a connection request.
Willy Tarreau520d95e2009-09-19 21:04:57 +02002121 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002122 si_b->state = SI_ST_REQ; /* new connection requested */
2123 si_b->conn_retries = s->be->conn_retries;
Willy Tarreau520d95e2009-09-19 21:04:57 +02002124 }
Willy Tarreau73201222009-08-16 18:27:24 +02002125 }
Willy Tarreauf41ffdc2009-09-20 08:19:25 +02002126 else {
Willy Tarreau8f128b42014-11-28 15:07:47 +01002127 si_b->state = SI_ST_CLO; /* shutw+ini = abort */
2128 channel_shutw_now(req); /* fix buffer flags upon abort */
2129 channel_shutr_now(res);
Willy Tarreauf41ffdc2009-09-20 08:19:25 +02002130 }
Willy Tarreau92795622009-03-06 12:51:23 +01002131 }
2132
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002133
2134 /* we may have a pending connection request, or a connection waiting
2135 * for completion.
2136 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002137 if (si_b->state >= SI_ST_REQ && si_b->state < SI_ST_CON) {
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02002138
2139 /* prune the request variables and swap to the response variables. */
2140 if (s->vars_reqres.scope != SCOPE_RES) {
Willy Tarreau6204cd92016-03-10 16:33:04 +01002141 vars_prune(&s->vars_reqres, s->sess, s);
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02002142 vars_init(&s->vars_reqres, SCOPE_RES);
2143 }
2144
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002145 do {
2146 /* nb: step 1 might switch from QUE to ASS, but we first want
2147 * to give a chance to step 2 to perform a redirect if needed.
2148 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002149 if (si_b->state != SI_ST_REQ)
Willy Tarreau7b8c4f92014-11-28 15:15:44 +01002150 sess_update_stream_int(s);
Willy Tarreau8f128b42014-11-28 15:07:47 +01002151 if (si_b->state == SI_ST_REQ)
Willy Tarreau7b8c4f92014-11-28 15:15:44 +01002152 sess_prepare_conn_req(s);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002153
Willy Tarreau9e5a3aa2013-12-31 23:32:12 +01002154 /* applets directly go to the ESTABLISHED state. Similarly,
2155 * servers experience the same fate when their connection
2156 * is reused.
2157 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002158 if (unlikely(si_b->state == SI_ST_EST))
Willy Tarreau7b8c4f92014-11-28 15:15:44 +01002159 sess_establish(s);
Willy Tarreaufac4bd12013-11-30 09:21:49 +01002160
Willy Tarreaub44c8732013-12-31 23:16:50 +01002161 /* Now we can add the server name to a header (if requested) */
2162 /* check for HTTP mode and proxy server_name_hdr_name != NULL */
Willy Tarreau9c03b332015-09-07 19:32:33 +02002163 if ((si_b->state >= SI_ST_CON) && (si_b->state < SI_ST_CLO) &&
Willy Tarreaub44c8732013-12-31 23:16:50 +01002164 (s->be->server_id_hdr_name != NULL) &&
2165 (s->be->mode == PR_MODE_HTTP) &&
2166 objt_server(s->target)) {
Willy Tarreaueee5b512015-04-03 23:46:31 +02002167 http_send_name_header(s->txn, s->be, objt_server(s->target)->id);
Willy Tarreau1e5dfda2013-04-07 18:19:16 +02002168 }
2169
Willy Tarreau3fdb3662012-11-12 00:42:33 +01002170 srv = objt_server(s->target);
Willy Tarreaue7dff022015-04-03 01:14:29 +02002171 if (si_b->state == SI_ST_ASS && srv && srv->rdr_len && (s->flags & SF_REDIRECTABLE))
Willy Tarreau8f128b42014-11-28 15:07:47 +01002172 http_perform_server_redirect(s, si_b);
2173 } while (si_b->state == SI_ST_ASS);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002174 }
2175
Willy Tarreau3deb3d02009-06-21 22:43:05 +02002176 /* Benchmarks have shown that it's optimal to do a full resync now */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002177 if (si_f->state == SI_ST_DIS || si_b->state == SI_ST_DIS)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002178 goto resync_stream_interface;
2179
Willy Tarreau815a9b22010-07-27 17:15:12 +02002180 /* otherwise we want to check if we need to resync the req buffer or not */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002181 if ((req->flags ^ rqf_last) & CF_MASK_STATIC)
Willy Tarreau0be0ef92009-03-08 19:20:25 +01002182 goto resync_request;
2183
Willy Tarreau3deb3d02009-06-21 22:43:05 +02002184 /* perform output updates to the response buffer */
Willy Tarreau84455332009-03-15 22:34:05 +01002185
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002186 /* If noone is interested in analysing data, it's time to forward
Willy Tarreau31971e52009-09-20 12:07:52 +02002187 * everything. We configure the buffer to forward indefinitely.
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002188 * Note that we're checking CF_SHUTR_NOW as an indication of a possible
Willy Tarreau8263d2b2012-08-28 00:06:31 +02002189 * recent call to channel_abort().
Willy Tarreau6b66f3e2008-12-14 17:31:54 +01002190 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002191 if (unlikely(!res->analysers &&
2192 !(res->flags & (CF_SHUTW|CF_SHUTR_NOW)) &&
2193 (si_b->state >= SI_ST_EST) &&
2194 (res->to_forward != CHN_INFINITE_FORWARD))) {
Willy Tarreaub31c9712012-11-11 23:05:39 +01002195 /* This buffer is freewheeling, there's no analyser
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002196 * attached to it. If any data are left in, we'll permit them to
2197 * move.
2198 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002199 channel_auto_read(res);
2200 channel_auto_close(res);
2201 buffer_flush(res->buf);
Willy Tarreauda4d9fe2010-11-07 20:26:56 +01002202
2203 /* We'll let data flow between the producer (if still connected)
2204 * to the consumer.
2205 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002206 if (!(res->flags & (CF_SHUTR|CF_SHUTW_NOW)))
Willy Tarreau8bf242b2016-05-04 14:05:58 +02002207 channel_forward_forever(res);
Willy Tarreauce887fd2012-05-12 12:50:00 +02002208
Willy Tarreau42529c32015-07-09 18:38:57 +02002209 /* Just in order to support fetching HTTP contents after start
2210 * of forwarding when the HTTP forwarding analyser is not used,
2211 * we simply reset msg->sov so that HTTP rewinding points to the
2212 * headers.
2213 */
2214 if (s->txn)
2215 s->txn->rsp.sov = s->txn->rsp.eoh + s->txn->rsp.eol - res->buf->o;
2216
Willy Tarreauce887fd2012-05-12 12:50:00 +02002217 /* if we have no analyser anymore in any direction and have a
Willy Tarreau05cdd962014-05-10 14:30:07 +02002218 * tunnel timeout set, use it now. Note that we must respect
2219 * the half-closed timeouts as well.
Willy Tarreauce887fd2012-05-12 12:50:00 +02002220 */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002221 if (!req->analysers && s->be->timeout.tunnel) {
2222 req->rto = req->wto = res->rto = res->wto =
Willy Tarreauce887fd2012-05-12 12:50:00 +02002223 s->be->timeout.tunnel;
Willy Tarreau05cdd962014-05-10 14:30:07 +02002224
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002225 if ((req->flags & CF_SHUTR) && tick_isset(sess->fe->timeout.clientfin))
2226 res->wto = sess->fe->timeout.clientfin;
Willy Tarreau8f128b42014-11-28 15:07:47 +01002227 if ((req->flags & CF_SHUTW) && tick_isset(s->be->timeout.serverfin))
2228 res->rto = s->be->timeout.serverfin;
2229 if ((res->flags & CF_SHUTR) && tick_isset(s->be->timeout.serverfin))
2230 req->wto = s->be->timeout.serverfin;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002231 if ((res->flags & CF_SHUTW) && tick_isset(sess->fe->timeout.clientfin))
2232 req->rto = sess->fe->timeout.clientfin;
Willy Tarreau05cdd962014-05-10 14:30:07 +02002233
Willy Tarreau8f128b42014-11-28 15:07:47 +01002234 req->rex = tick_add(now_ms, req->rto);
2235 req->wex = tick_add(now_ms, req->wto);
2236 res->rex = tick_add(now_ms, res->rto);
2237 res->wex = tick_add(now_ms, res->wto);
Willy Tarreauce887fd2012-05-12 12:50:00 +02002238 }
Willy Tarreau6b66f3e2008-12-14 17:31:54 +01002239 }
Willy Tarreauf890dc92008-12-13 21:12:26 +01002240
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002241 /* check if it is wise to enable kernel splicing to forward response data */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002242 if (!(res->flags & (CF_KERN_SPLICING|CF_SHUTR)) &&
2243 res->to_forward &&
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002244 (global.tune.options & GTUNE_USE_SPLICE) &&
Willy Tarreau8f128b42014-11-28 15:07:47 +01002245 (objt_conn(si_f->end) && __objt_conn(si_f->end)->xprt && __objt_conn(si_f->end)->xprt->snd_pipe) &&
2246 (objt_conn(si_b->end) && __objt_conn(si_b->end)->xprt && __objt_conn(si_b->end)->xprt->rcv_pipe) &&
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002247 (pipes_used < global.maxpipes) &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002248 (((sess->fe->options2|s->be->options2) & PR_O2_SPLIC_RTR) ||
2249 (((sess->fe->options2|s->be->options2) & PR_O2_SPLIC_AUT) &&
Willy Tarreau8f128b42014-11-28 15:07:47 +01002250 (res->flags & CF_STREAMER_FAST)))) {
2251 res->flags |= CF_KERN_SPLICING;
Willy Tarreau7c84bab2009-03-08 21:38:23 +01002252 }
2253
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002254 /* reflect what the L7 analysers have seen last */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002255 rpf_last = res->flags;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002256
2257 /*
2258 * Now forward all shutdown requests between both sides of the buffer
2259 */
2260
2261 /*
2262 * FIXME: this is probably where we should produce error responses.
2263 */
2264
Willy Tarreau6b66f3e2008-12-14 17:31:54 +01002265 /* first, let's check if the response buffer needs to shutdown(write) */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002266 if (unlikely((res->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_AUTO_CLOSE|CF_SHUTR)) ==
Willy Tarreau05cdd962014-05-10 14:30:07 +02002267 (CF_AUTO_CLOSE|CF_SHUTR))) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01002268 channel_shutw_now(res);
Willy Tarreau05cdd962014-05-10 14:30:07 +02002269 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002270
2271 /* shutdown(write) pending */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002272 if (unlikely((res->flags & (CF_SHUTW|CF_SHUTW_NOW)) == CF_SHUTW_NOW &&
2273 channel_is_empty(res))) {
2274 si_shutw(si_f);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002275 if (tick_isset(sess->fe->timeout.clientfin)) {
2276 req->rto = sess->fe->timeout.clientfin;
Willy Tarreau8f128b42014-11-28 15:07:47 +01002277 req->rex = tick_add(now_ms, req->rto);
Willy Tarreau05cdd962014-05-10 14:30:07 +02002278 }
2279 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002280
2281 /* shutdown(write) done on the client side, we must stop the server too */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002282 if (unlikely((res->flags & (CF_SHUTW|CF_SHUTR|CF_SHUTR_NOW)) == CF_SHUTW) &&
2283 !res->analysers)
2284 channel_shutr_now(res);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002285
2286 /* shutdown(read) pending */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002287 if (unlikely((res->flags & (CF_SHUTR|CF_SHUTR_NOW)) == CF_SHUTR_NOW)) {
2288 if (si_b->flags & SI_FL_NOHALF)
2289 si_b->flags |= SI_FL_NOLINGER;
2290 si_shutr(si_b);
Willy Tarreau7bb68ab2012-05-13 14:48:59 +02002291 }
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002292
Willy Tarreau8f128b42014-11-28 15:07:47 +01002293 if (si_f->state == SI_ST_DIS || si_b->state == SI_ST_DIS)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002294 goto resync_stream_interface;
2295
Willy Tarreau8f128b42014-11-28 15:07:47 +01002296 if (req->flags != rqf_last)
Willy Tarreau0be0ef92009-03-08 19:20:25 +01002297 goto resync_request;
2298
Willy Tarreau8f128b42014-11-28 15:07:47 +01002299 if ((res->flags ^ rpf_last) & CF_MASK_STATIC)
Willy Tarreau0be0ef92009-03-08 19:20:25 +01002300 goto resync_response;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002301
Willy Tarreau89f7ef22009-09-05 20:57:35 +02002302 /* we're interested in getting wakeups again */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002303 si_f->flags &= ~SI_FL_DONT_WAKE;
2304 si_b->flags &= ~SI_FL_DONT_WAKE;
Willy Tarreau89f7ef22009-09-05 20:57:35 +02002305
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002306 /* This is needed only when debugging is enabled, to indicate
2307 * client-side or server-side close. Please note that in the unlikely
2308 * event where both sides would close at once, the sequence is reported
2309 * on the server side first.
2310 */
2311 if (unlikely((global.mode & MODE_DEBUG) &&
2312 (!(global.mode & MODE_QUIET) ||
2313 (global.mode & MODE_VERBOSE)))) {
Willy Tarreau8f128b42014-11-28 15:07:47 +01002314 if (si_b->state == SI_ST_CLO &&
2315 si_b->prev_state == SI_ST_EST) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002316 chunk_printf(&trash, "%08x:%s.srvcls[%04x:%04x]\n",
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002317 s->uniq_id, s->be->id,
Willy Tarreau8f128b42014-11-28 15:07:47 +01002318 objt_conn(si_f->end) ? (unsigned short)objt_conn(si_f->end)->t.sock.fd : -1,
2319 objt_conn(si_b->end) ? (unsigned short)objt_conn(si_b->end)->t.sock.fd : -1);
Willy Tarreau89efaed2013-12-13 15:14:55 +01002320 shut_your_big_mouth_gcc(write(1, trash.str, trash.len));
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002321 }
2322
Willy Tarreau8f128b42014-11-28 15:07:47 +01002323 if (si_f->state == SI_ST_CLO &&
2324 si_f->prev_state == SI_ST_EST) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002325 chunk_printf(&trash, "%08x:%s.clicls[%04x:%04x]\n",
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002326 s->uniq_id, s->be->id,
Willy Tarreau8f128b42014-11-28 15:07:47 +01002327 objt_conn(si_f->end) ? (unsigned short)objt_conn(si_f->end)->t.sock.fd : -1,
2328 objt_conn(si_b->end) ? (unsigned short)objt_conn(si_b->end)->t.sock.fd : -1);
Willy Tarreau89efaed2013-12-13 15:14:55 +01002329 shut_your_big_mouth_gcc(write(1, trash.str, trash.len));
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002330 }
2331 }
2332
Willy Tarreau8f128b42014-11-28 15:07:47 +01002333 if (likely((si_f->state != SI_ST_CLO) ||
2334 (si_b->state > SI_ST_INI && si_b->state < SI_ST_CLO))) {
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002335
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002336 if ((sess->fe->options & PR_O_CONTSTATS) && (s->flags & SF_BE_ASSIGNED))
Willy Tarreau87b09662015-04-03 00:22:06 +02002337 stream_process_counters(s);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002338
Willy Tarreau563cc372015-04-19 18:13:56 +02002339 if (si_f->state == SI_ST_EST)
Willy Tarreau8f128b42014-11-28 15:07:47 +01002340 si_update(si_f);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002341
Willy Tarreau563cc372015-04-19 18:13:56 +02002342 if (si_b->state == SI_ST_EST)
Willy Tarreau8f128b42014-11-28 15:07:47 +01002343 si_update(si_b);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002344
Willy Tarreau8f128b42014-11-28 15:07:47 +01002345 req->flags &= ~(CF_READ_NULL|CF_READ_PARTIAL|CF_WRITE_NULL|CF_WRITE_PARTIAL|CF_READ_ATTACHED);
2346 res->flags &= ~(CF_READ_NULL|CF_READ_PARTIAL|CF_WRITE_NULL|CF_WRITE_PARTIAL|CF_READ_ATTACHED);
2347 si_f->prev_state = si_f->state;
2348 si_b->prev_state = si_b->state;
2349 si_f->flags &= ~(SI_FL_ERR|SI_FL_EXP);
2350 si_b->flags &= ~(SI_FL_ERR|SI_FL_EXP);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002351
Willy Tarreau6f0a7ba2014-06-23 15:22:31 +02002352 /* Trick: if a request is being waiting for the server to respond,
2353 * and if we know the server can timeout, we don't want the timeout
2354 * to expire on the client side first, but we're still interested
2355 * in passing data from the client to the server (eg: POST). Thus,
2356 * we can cancel the client's request timeout if the server's
2357 * request timeout is set and the server has not yet sent a response.
2358 */
2359
Willy Tarreau8f128b42014-11-28 15:07:47 +01002360 if ((res->flags & (CF_AUTO_CLOSE|CF_SHUTR)) == 0 &&
2361 (tick_isset(req->wex) || tick_isset(res->rex))) {
2362 req->flags |= CF_READ_NOEXP;
2363 req->rex = TICK_ETERNITY;
Willy Tarreau6f0a7ba2014-06-23 15:22:31 +02002364 }
2365
Willy Tarreau798f4322012-11-08 14:49:17 +01002366 update_exp_and_leave:
Willy Tarreau5fb04712016-05-04 10:18:37 +02002367 /* Note: please ensure that if you branch here you disable SI_FL_DONT_WAKE */
Willy Tarreau8f128b42014-11-28 15:07:47 +01002368 t->expire = tick_first(tick_first(req->rex, req->wex),
2369 tick_first(res->rex, res->wex));
Willy Tarreaudef0d222016-11-08 22:03:00 +01002370 if (!req->analysers)
2371 req->analyse_exp = TICK_ETERNITY;
2372
2373 if ((sess->fe->options & PR_O_CONTSTATS) && (s->flags & SF_BE_ASSIGNED) &&
2374 (!tick_isset(req->analyse_exp) || tick_is_expired(req->analyse_exp, now_ms)))
2375 req->analyse_exp = tick_add(now_ms, 5000);
2376
2377 t->expire = tick_first(t->expire, req->analyse_exp);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002378
Willy Tarreau8f128b42014-11-28 15:07:47 +01002379 if (si_f->exp)
2380 t->expire = tick_first(t->expire, si_f->exp);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002381
Willy Tarreau8f128b42014-11-28 15:07:47 +01002382 if (si_b->exp)
2383 t->expire = tick_first(t->expire, si_b->exp);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002384
2385#ifdef DEBUG_FULL
Willy Tarreau127334e2009-03-28 10:47:26 +01002386 fprintf(stderr,
2387 "[%u] queuing with exp=%u req->rex=%u req->wex=%u req->ana_exp=%u"
2388 " rep->rex=%u rep->wex=%u, si[0].exp=%u, si[1].exp=%u, cs=%d, ss=%d\n",
Willy Tarreau8f128b42014-11-28 15:07:47 +01002389 now_ms, t->expire, req->rex, req->wex, req->analyse_exp,
2390 res->rex, res->wex, si_f->exp, si_b->exp, si_f->state, si_b->state);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002391#endif
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002392
2393#ifdef DEBUG_DEV
2394 /* this may only happen when no timeout is set or in case of an FSM bug */
Willy Tarreaud0a201b2009-03-08 15:53:06 +01002395 if (!tick_isset(t->expire))
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002396 ABORT_NOW();
2397#endif
Willy Tarreau87b09662015-04-03 00:22:06 +02002398 stream_release_buffers(s);
Willy Tarreau26c25062009-03-08 09:38:41 +01002399 return t; /* nothing more to do */
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002400 }
2401
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002402 sess->fe->feconn--;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002403 if (s->flags & SF_BE_ASSIGNED)
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002404 s->be->beconn--;
Willy Tarreauaf7ad002010-08-31 15:39:26 +02002405 jobs--;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02002406 if (sess->listener) {
2407 if (!(sess->listener->options & LI_O_UNLIMITED))
Thierry FOURNIERa47a94f2014-03-20 15:42:53 +01002408 actconn--;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02002409 sess->listener->nbconn--;
2410 if (sess->listener->state == LI_FULL)
2411 resume_listener(sess->listener);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002412
Thierry FOURNIERa47a94f2014-03-20 15:42:53 +01002413 /* Dequeues all of the listeners waiting for a resource */
2414 if (!LIST_ISEMPTY(&global_listener_queue))
2415 dequeue_all_listeners(&global_listener_queue);
Willy Tarreau08ceb102011-07-24 22:58:00 +02002416
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002417 if (!LIST_ISEMPTY(&sess->fe->listener_queue) &&
2418 (!sess->fe->fe_sps_lim || freq_ctr_remain(&sess->fe->fe_sess_per_sec, sess->fe->fe_sps_lim, 0) > 0))
2419 dequeue_all_listeners(&sess->fe->listener_queue);
Thierry FOURNIERa47a94f2014-03-20 15:42:53 +01002420 }
Willy Tarreau07687c12011-07-24 23:55:06 +02002421
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002422 if (unlikely((global.mode & MODE_DEBUG) &&
2423 (!(global.mode & MODE_QUIET) || (global.mode & MODE_VERBOSE)))) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01002424 chunk_printf(&trash, "%08x:%s.closed[%04x:%04x]\n",
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002425 s->uniq_id, s->be->id,
Willy Tarreau8f128b42014-11-28 15:07:47 +01002426 objt_conn(si_f->end) ? (unsigned short)objt_conn(si_f->end)->t.sock.fd : -1,
2427 objt_conn(si_b->end) ? (unsigned short)objt_conn(si_b->end)->t.sock.fd : -1);
Willy Tarreau89efaed2013-12-13 15:14:55 +01002428 shut_your_big_mouth_gcc(write(1, trash.str, trash.len));
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002429 }
2430
2431 s->logs.t_close = tv_ms_elapsed(&s->logs.tv_accept, &now);
Willy Tarreau87b09662015-04-03 00:22:06 +02002432 stream_process_counters(s);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002433
Willy Tarreaueee5b512015-04-03 23:46:31 +02002434 if (s->txn && s->txn->status) {
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002435 int n;
2436
Willy Tarreaueee5b512015-04-03 23:46:31 +02002437 n = s->txn->status / 100;
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002438 if (n < 1 || n > 5)
2439 n = 0;
2440
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002441 if (sess->fe->mode == PR_MODE_HTTP) {
2442 sess->fe->fe_counters.p.http.rsp[n]++;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01002443 }
Willy Tarreaue7dff022015-04-03 01:14:29 +02002444 if ((s->flags & SF_BE_ASSIGNED) &&
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01002445 (s->be->mode == PR_MODE_HTTP)) {
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01002446 s->be->be_counters.p.http.rsp[n]++;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01002447 s->be->be_counters.p.http.cum_req++;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01002448 }
Krzysztof Piotr Oledzkide71d162009-10-24 15:36:15 +02002449 }
2450
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002451 /* let's do a final log if we need it */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002452 if (!LIST_ISEMPTY(&sess->fe->logformat) && s->logs.logwait &&
Willy Tarreaue7dff022015-04-03 01:14:29 +02002453 !(s->flags & SF_MONITOR) &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002454 (!(sess->fe->options & PR_O_NULLNOLOG) || req->total)) {
Willy Tarreaua5555ec2008-11-30 19:02:32 +01002455 s->do_log(s);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002456 }
2457
Willy Tarreau87b09662015-04-03 00:22:06 +02002458 /* update time stats for this stream */
2459 stream_update_time_stats(s);
Willy Tarreau4bfc5802014-06-17 12:19:18 +02002460
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002461 /* the task MUST not be in the run queue anymore */
Willy Tarreau87b09662015-04-03 00:22:06 +02002462 stream_free(s);
Willy Tarreau26c25062009-03-08 09:38:41 +01002463 task_delete(t);
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002464 task_free(t);
Willy Tarreau26c25062009-03-08 09:38:41 +01002465 return NULL;
Willy Tarreau55a8d0e2008-11-30 18:47:21 +01002466}
2467
Willy Tarreau87b09662015-04-03 00:22:06 +02002468/* Update the stream's backend and server time stats */
2469void stream_update_time_stats(struct stream *s)
Willy Tarreau4bfc5802014-06-17 12:19:18 +02002470{
2471 int t_request;
2472 int t_queue;
2473 int t_connect;
2474 int t_data;
2475 int t_close;
2476 struct server *srv;
2477
2478 t_request = 0;
2479 t_queue = s->logs.t_queue;
2480 t_connect = s->logs.t_connect;
2481 t_close = s->logs.t_close;
2482 t_data = s->logs.t_data;
2483
2484 if (s->be->mode != PR_MODE_HTTP)
2485 t_data = t_connect;
2486
2487 if (t_connect < 0 || t_data < 0)
2488 return;
2489
2490 if (tv_isge(&s->logs.tv_request, &s->logs.tv_accept))
2491 t_request = tv_ms_elapsed(&s->logs.tv_accept, &s->logs.tv_request);
2492
2493 t_data -= t_connect;
2494 t_connect -= t_queue;
2495 t_queue -= t_request;
2496
2497 srv = objt_server(s->target);
2498 if (srv) {
2499 swrate_add(&srv->counters.q_time, TIME_STATS_SAMPLES, t_queue);
2500 swrate_add(&srv->counters.c_time, TIME_STATS_SAMPLES, t_connect);
2501 swrate_add(&srv->counters.d_time, TIME_STATS_SAMPLES, t_data);
2502 swrate_add(&srv->counters.t_time, TIME_STATS_SAMPLES, t_close);
2503 }
2504 swrate_add(&s->be->be_counters.q_time, TIME_STATS_SAMPLES, t_queue);
2505 swrate_add(&s->be->be_counters.c_time, TIME_STATS_SAMPLES, t_connect);
2506 swrate_add(&s->be->be_counters.d_time, TIME_STATS_SAMPLES, t_data);
2507 swrate_add(&s->be->be_counters.t_time, TIME_STATS_SAMPLES, t_close);
2508}
2509
Willy Tarreau7c669d72008-06-20 15:04:11 +02002510/*
2511 * This function adjusts sess->srv_conn and maintains the previous and new
Willy Tarreau87b09662015-04-03 00:22:06 +02002512 * server's served stream counts. Setting newsrv to NULL is enough to release
Willy Tarreau7c669d72008-06-20 15:04:11 +02002513 * current connection slot. This function also notifies any LB algo which might
Willy Tarreau87b09662015-04-03 00:22:06 +02002514 * expect to be informed about any change in the number of active streams on a
Willy Tarreau7c669d72008-06-20 15:04:11 +02002515 * server.
2516 */
Willy Tarreau87b09662015-04-03 00:22:06 +02002517void sess_change_server(struct stream *sess, struct server *newsrv)
Willy Tarreau7c669d72008-06-20 15:04:11 +02002518{
2519 if (sess->srv_conn == newsrv)
2520 return;
2521
2522 if (sess->srv_conn) {
2523 sess->srv_conn->served--;
Andrew Rodlande168feb2016-10-25 12:48:17 -04002524 sess->srv_conn->proxy->served--;
Willy Tarreau7c669d72008-06-20 15:04:11 +02002525 if (sess->srv_conn->proxy->lbprm.server_drop_conn)
2526 sess->srv_conn->proxy->lbprm.server_drop_conn(sess->srv_conn);
Willy Tarreau87b09662015-04-03 00:22:06 +02002527 stream_del_srv_conn(sess);
Willy Tarreau7c669d72008-06-20 15:04:11 +02002528 }
2529
2530 if (newsrv) {
2531 newsrv->served++;
Andrew Rodlande168feb2016-10-25 12:48:17 -04002532 newsrv->proxy->served++;
Willy Tarreau7c669d72008-06-20 15:04:11 +02002533 if (newsrv->proxy->lbprm.server_take_conn)
2534 newsrv->proxy->lbprm.server_take_conn(newsrv);
Willy Tarreau87b09662015-04-03 00:22:06 +02002535 stream_add_srv_conn(sess, newsrv);
Willy Tarreau7c669d72008-06-20 15:04:11 +02002536 }
2537}
2538
Willy Tarreau84455332009-03-15 22:34:05 +01002539/* Handle server-side errors for default protocols. It is called whenever a a
2540 * connection setup is aborted or a request is aborted in queue. It sets the
Willy Tarreau87b09662015-04-03 00:22:06 +02002541 * stream termination flags so that the caller does not have to worry about
Willy Tarreau84455332009-03-15 22:34:05 +01002542 * them. It's installed as ->srv_error for the server-side stream_interface.
2543 */
Willy Tarreau87b09662015-04-03 00:22:06 +02002544void default_srv_error(struct stream *s, struct stream_interface *si)
Willy Tarreau84455332009-03-15 22:34:05 +01002545{
2546 int err_type = si->err_type;
2547 int err = 0, fin = 0;
2548
2549 if (err_type & SI_ET_QUEUE_ABRT) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002550 err = SF_ERR_CLICL;
2551 fin = SF_FINST_Q;
Willy Tarreau84455332009-03-15 22:34:05 +01002552 }
2553 else if (err_type & SI_ET_CONN_ABRT) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002554 err = SF_ERR_CLICL;
2555 fin = SF_FINST_C;
Willy Tarreau84455332009-03-15 22:34:05 +01002556 }
2557 else if (err_type & SI_ET_QUEUE_TO) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002558 err = SF_ERR_SRVTO;
2559 fin = SF_FINST_Q;
Willy Tarreau84455332009-03-15 22:34:05 +01002560 }
2561 else if (err_type & SI_ET_QUEUE_ERR) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002562 err = SF_ERR_SRVCL;
2563 fin = SF_FINST_Q;
Willy Tarreau84455332009-03-15 22:34:05 +01002564 }
2565 else if (err_type & SI_ET_CONN_TO) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002566 err = SF_ERR_SRVTO;
2567 fin = SF_FINST_C;
Willy Tarreau84455332009-03-15 22:34:05 +01002568 }
2569 else if (err_type & SI_ET_CONN_ERR) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002570 err = SF_ERR_SRVCL;
2571 fin = SF_FINST_C;
Willy Tarreau84455332009-03-15 22:34:05 +01002572 }
Willy Tarreau2d400bb2012-05-14 12:11:47 +02002573 else if (err_type & SI_ET_CONN_RES) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002574 err = SF_ERR_RESOURCE;
2575 fin = SF_FINST_C;
Willy Tarreau2d400bb2012-05-14 12:11:47 +02002576 }
Willy Tarreau84455332009-03-15 22:34:05 +01002577 else /* SI_ET_CONN_OTHER and others */ {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002578 err = SF_ERR_INTERNAL;
2579 fin = SF_FINST_C;
Willy Tarreau84455332009-03-15 22:34:05 +01002580 }
2581
Willy Tarreaue7dff022015-04-03 01:14:29 +02002582 if (!(s->flags & SF_ERR_MASK))
Willy Tarreau84455332009-03-15 22:34:05 +01002583 s->flags |= err;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002584 if (!(s->flags & SF_FINST_MASK))
Willy Tarreau84455332009-03-15 22:34:05 +01002585 s->flags |= fin;
2586}
Willy Tarreau7c669d72008-06-20 15:04:11 +02002587
Willy Tarreaue7dff022015-04-03 01:14:29 +02002588/* kill a stream and set the termination flags to <why> (one of SF_ERR_*) */
Willy Tarreau87b09662015-04-03 00:22:06 +02002589void stream_shutdown(struct stream *stream, int why)
Willy Tarreaua2a64e92011-09-07 23:01:56 +02002590{
Willy Tarreau87b09662015-04-03 00:22:06 +02002591 if (stream->req.flags & (CF_SHUTW|CF_SHUTW_NOW))
Willy Tarreaua2a64e92011-09-07 23:01:56 +02002592 return;
2593
Willy Tarreau87b09662015-04-03 00:22:06 +02002594 channel_shutw_now(&stream->req);
2595 channel_shutr_now(&stream->res);
2596 stream->task->nice = 1024;
Willy Tarreaue7dff022015-04-03 01:14:29 +02002597 if (!(stream->flags & SF_ERR_MASK))
Willy Tarreau87b09662015-04-03 00:22:06 +02002598 stream->flags |= why;
2599 task_wakeup(stream->task, TASK_WOKEN_OTHER);
Willy Tarreaua2a64e92011-09-07 23:01:56 +02002600}
Willy Tarreau9ba2dcc2010-06-14 21:04:55 +02002601
Willy Tarreau8b22a712010-06-18 17:46:06 +02002602/************************************************************************/
2603/* All supported ACL keywords must be declared here. */
2604/************************************************************************/
2605
Willy Tarreau4d4149c2013-07-23 19:33:46 +02002606/* Returns a pointer to a stkctr depending on the fetch keyword name.
2607 * It is designed to be called as sc[0-9]_* sc_* or src_* exclusively.
Willy Tarreaua65536c2013-07-22 22:40:11 +02002608 * sc[0-9]_* will return a pointer to the respective field in the
Willy Tarreau87b09662015-04-03 00:22:06 +02002609 * stream <l4>. sc_* requires an UINT argument specifying the stick
Willy Tarreau4d4149c2013-07-23 19:33:46 +02002610 * counter number. src_* will fill a locally allocated structure with
Willy Tarreaua65536c2013-07-22 22:40:11 +02002611 * the table and entry corresponding to what is specified with src_*.
Willy Tarreau0f791d42013-07-23 19:56:43 +02002612 * NULL may be returned if the designated stkctr is not tracked. For
2613 * the sc_* and sc[0-9]_* forms, an optional table argument may be
2614 * passed. When present, the currently tracked key is then looked up
2615 * in the specified table instead of the current table. The purpose is
2616 * to be able to convery multiple values per key (eg: have gpc0 from
Willy Tarreau8b7f8682015-04-04 16:29:12 +02002617 * multiple tables). <strm> is allowed to be NULL, in which case only
2618 * the session will be consulted.
Willy Tarreaua65536c2013-07-22 22:40:11 +02002619 */
Willy Tarreaue12704b2014-07-15 19:06:18 +02002620struct stkctr *
Willy Tarreau192252e2015-04-04 01:47:55 +02002621smp_fetch_sc_stkctr(struct session *sess, struct stream *strm, const struct arg *args, const char *kw)
Willy Tarreaua65536c2013-07-22 22:40:11 +02002622{
2623 static struct stkctr stkctr;
Willy Tarreau8b7f8682015-04-04 16:29:12 +02002624 struct stkctr *stkptr;
Willy Tarreau6a0b6bd2014-04-09 13:25:42 +02002625 struct stksess *stksess;
Willy Tarreau4d4149c2013-07-23 19:33:46 +02002626 unsigned int num = kw[2] - '0';
Willy Tarreau0f791d42013-07-23 19:56:43 +02002627 int arg = 0;
Willy Tarreaua65536c2013-07-22 22:40:11 +02002628
Willy Tarreau0f791d42013-07-23 19:56:43 +02002629 if (num == '_' - '0') {
2630 /* sc_* variant, args[0] = ctr# (mandatory) */
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +02002631 num = args[arg++].data.sint;
Willy Tarreau4d4149c2013-07-23 19:33:46 +02002632 if (num >= MAX_SESS_STKCTR)
2633 return NULL;
Willy Tarreaua65536c2013-07-22 22:40:11 +02002634 }
Willy Tarreau0f791d42013-07-23 19:56:43 +02002635 else if (num > 9) { /* src_* variant, args[0] = table */
Willy Tarreaub363a1f2013-10-01 10:45:07 +02002636 struct stktable_key *key;
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02002637 struct connection *conn = objt_conn(sess->origin);
Thierry FOURNIER7e25df32015-07-24 19:31:59 +02002638 struct sample smp;
Willy Tarreaub363a1f2013-10-01 10:45:07 +02002639
2640 if (!conn)
2641 return NULL;
Willy Tarreaua65536c2013-07-22 22:40:11 +02002642
Thierry FOURNIER7e25df32015-07-24 19:31:59 +02002643 /* Fetch source adress in a sample. */
2644 smp.px = NULL;
2645 smp.sess = sess;
2646 smp.strm = strm;
2647 if (!smp_fetch_src(NULL, &smp, NULL, NULL))
2648 return NULL;
2649
2650 /* Converts into key. */
2651 key = smp_to_stkey(&smp, &args->data.prx->table);
Willy Tarreaua65536c2013-07-22 22:40:11 +02002652 if (!key)
2653 return NULL;
Willy Tarreaub363a1f2013-10-01 10:45:07 +02002654
Willy Tarreaua65536c2013-07-22 22:40:11 +02002655 stkctr.table = &args->data.prx->table;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01002656 stkctr_set_entry(&stkctr, stktable_lookup_key(stkctr.table, key));
Willy Tarreaua65536c2013-07-22 22:40:11 +02002657 return &stkctr;
2658 }
Willy Tarreau0f791d42013-07-23 19:56:43 +02002659
2660 /* Here, <num> contains the counter number from 0 to 9 for
2661 * the sc[0-9]_ form, or even higher using sc_(num) if needed.
Willy Tarreau8b7f8682015-04-04 16:29:12 +02002662 * args[arg] is the first optional argument. We first lookup the
2663 * ctr form the stream, then from the session if it was not there.
Willy Tarreau0f791d42013-07-23 19:56:43 +02002664 */
Willy Tarreau8b7f8682015-04-04 16:29:12 +02002665
Thierry Fournier40e1d512016-03-29 21:27:36 +02002666 if (strm)
2667 stkptr = &strm->stkctr[num];
Willy Tarreau8b7f8682015-04-04 16:29:12 +02002668 if (!strm || !stkctr_entry(stkptr)) {
2669 stkptr = &sess->stkctr[num];
2670 if (!stkctr_entry(stkptr))
2671 return NULL;
2672 }
2673
2674 stksess = stkctr_entry(stkptr);
Willy Tarreau6a0b6bd2014-04-09 13:25:42 +02002675 if (!stksess)
2676 return NULL;
2677
Willy Tarreau0f791d42013-07-23 19:56:43 +02002678 if (unlikely(args[arg].type == ARGT_TAB)) {
2679 /* an alternate table was specified, let's look up the same key there */
2680 stkctr.table = &args[arg].data.prx->table;
Willy Tarreau6a0b6bd2014-04-09 13:25:42 +02002681 stkctr_set_entry(&stkctr, stktable_lookup(stkctr.table, stksess));
Willy Tarreau0f791d42013-07-23 19:56:43 +02002682 return &stkctr;
2683 }
Willy Tarreau8b7f8682015-04-04 16:29:12 +02002684 return stkptr;
Willy Tarreaua65536c2013-07-22 22:40:11 +02002685}
2686
Willy Tarreau0f4eadd2015-08-18 17:15:20 +02002687/* same as smp_fetch_sc_stkctr() but dedicated to src_* and can create
2688 * the entry if it doesn't exist yet. This is needed for a few fetch
2689 * functions which need to create an entry, such as src_inc_gpc* and
2690 * src_clr_gpc*.
2691 */
2692struct stkctr *
2693smp_create_src_stkctr(struct session *sess, struct stream *strm, const struct arg *args, const char *kw)
2694{
2695 static struct stkctr stkctr;
2696 struct stktable_key *key;
2697 struct connection *conn = objt_conn(sess->origin);
Thierry FOURNIER7e25df32015-07-24 19:31:59 +02002698 struct sample smp;
Willy Tarreau0f4eadd2015-08-18 17:15:20 +02002699
2700 if (strncmp(kw, "src_", 4) != 0)
2701 return NULL;
2702
2703 if (!conn)
2704 return NULL;
2705
Thierry FOURNIER7e25df32015-07-24 19:31:59 +02002706 /* Fetch source adress in a sample. */
2707 smp.px = NULL;
2708 smp.sess = sess;
2709 smp.strm = strm;
2710 if (!smp_fetch_src(NULL, &smp, NULL, NULL))
2711 return NULL;
2712
2713 /* Converts into key. */
2714 key = smp_to_stkey(&smp, &args->data.prx->table);
Willy Tarreau0f4eadd2015-08-18 17:15:20 +02002715 if (!key)
2716 return NULL;
2717
2718 stkctr.table = &args->data.prx->table;
2719 stkctr_set_entry(&stkctr, stktable_update_key(stkctr.table, key));
2720 return &stkctr;
2721}
2722
Willy Tarreau87b09662015-04-03 00:22:06 +02002723/* set return a boolean indicating if the requested stream counter is
Willy Tarreau88821242013-07-22 18:29:29 +02002724 * currently being tracked or not.
2725 * Supports being called as "sc[0-9]_tracked" only.
2726 */
Willy Tarreau6f1615f2013-06-03 15:15:22 +02002727static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002728smp_fetch_sc_tracked(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau6f1615f2013-06-03 15:15:22 +02002729{
2730 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002731 smp->data.type = SMP_T_BOOL;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002732 smp->data.u.sint = !!smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau6f1615f2013-06-03 15:15:22 +02002733 return 1;
2734}
2735
Thierry FOURNIER236657b2015-08-19 08:25:14 +02002736/* set <smp> to the General Purpose Flag 0 value from the stream's tracked
2737 * frontend counters or from the src.
2738 * Supports being called as "sc[0-9]_get_gpc0" or "src_get_gpt0" only. Value
2739 * zero is returned if the key is new.
2740 */
2741static int
2742smp_fetch_sc_get_gpt0(const struct arg *args, struct sample *smp, const char *kw, void *private)
2743{
Willy Tarreaube508f12016-03-10 11:47:01 +01002744 struct stkctr *stkctr;
Thierry FOURNIER236657b2015-08-19 08:25:14 +02002745
Willy Tarreaube508f12016-03-10 11:47:01 +01002746 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Thierry FOURNIER236657b2015-08-19 08:25:14 +02002747 if (!stkctr)
2748 return 0;
2749
2750 smp->flags = SMP_F_VOL_TEST;
2751 smp->data.type = SMP_T_SINT;
2752 smp->data.u.sint = 0;
2753
2754 if (stkctr_entry(stkctr) != NULL) {
2755 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_GPT0);
2756 if (!ptr)
2757 return 0; /* parameter not stored */
2758 smp->data.u.sint = stktable_data_cast(ptr, gpt0);
2759 }
2760 return 1;
2761}
2762
Willy Tarreau87b09662015-04-03 00:22:06 +02002763/* set <smp> to the General Purpose Counter 0 value from the stream's tracked
Willy Tarreau30b20462013-07-22 19:46:52 +02002764 * frontend counters or from the src.
2765 * Supports being called as "sc[0-9]_get_gpc0" or "src_get_gpc0" only. Value
2766 * zero is returned if the key is new.
2767 */
Willy Tarreauc3bd9722010-06-20 12:47:25 +02002768static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002769smp_fetch_sc_get_gpc0(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauc3bd9722010-06-20 12:47:25 +02002770{
Willy Tarreaube508f12016-03-10 11:47:01 +01002771 struct stkctr *stkctr;
2772
Willy Tarreaube508f12016-03-10 11:47:01 +01002773 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau30b20462013-07-22 19:46:52 +02002774 if (!stkctr)
2775 return 0;
2776
Willy Tarreau37406352012-04-23 16:16:37 +02002777 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002778 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002779 smp->data.u.sint = 0;
Willy Tarreau30b20462013-07-22 19:46:52 +02002780
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01002781 if (stkctr_entry(stkctr) != NULL) {
2782 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_GPC0);
Willy Tarreauc3bd9722010-06-20 12:47:25 +02002783 if (!ptr)
2784 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002785 smp->data.u.sint = stktable_data_cast(ptr, gpc0);
Willy Tarreauc3bd9722010-06-20 12:47:25 +02002786 }
2787 return 1;
2788}
2789
Willy Tarreau87b09662015-04-03 00:22:06 +02002790/* set <smp> to the General Purpose Counter 0's event rate from the stream's
Willy Tarreaub5e0af02013-07-22 23:47:07 +02002791 * tracked frontend counters or from the src.
2792 * Supports being called as "sc[0-9]_gpc0_rate" or "src_gpc0_rate" only.
2793 * Value zero is returned if the key is new.
2794 */
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002795static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002796smp_fetch_sc_gpc0_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002797{
Willy Tarreaube508f12016-03-10 11:47:01 +01002798 struct stkctr *stkctr;
2799
Willy Tarreaube508f12016-03-10 11:47:01 +01002800 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreaub5e0af02013-07-22 23:47:07 +02002801 if (!stkctr)
2802 return 0;
2803
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002804 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002805 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002806 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01002807 if (stkctr_entry(stkctr) != NULL) {
2808 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_GPC0_RATE);
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002809 if (!ptr)
2810 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002811 smp->data.u.sint = read_freq_ctr_period(&stktable_data_cast(ptr, gpc0_rate),
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +02002812 stkctr->table->data_arg[STKTABLE_DT_GPC0_RATE].u);
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002813 }
2814 return 1;
2815}
2816
Willy Tarreau87b09662015-04-03 00:22:06 +02002817/* Increment the General Purpose Counter 0 value from the stream's tracked
Willy Tarreau710d38c2013-07-23 00:07:04 +02002818 * frontend counters and return it into temp integer.
2819 * Supports being called as "sc[0-9]_inc_gpc0" or "src_inc_gpc0" only.
Willy Tarreauc3bd9722010-06-20 12:47:25 +02002820 */
2821static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002822smp_fetch_sc_inc_gpc0(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauc3bd9722010-06-20 12:47:25 +02002823{
Willy Tarreaube508f12016-03-10 11:47:01 +01002824 struct stkctr *stkctr;
2825
Willy Tarreaube508f12016-03-10 11:47:01 +01002826 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau710d38c2013-07-23 00:07:04 +02002827 if (!stkctr)
2828 return 0;
2829
Willy Tarreau37406352012-04-23 16:16:37 +02002830 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002831 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002832 smp->data.u.sint = 0;
Willy Tarreau0f4eadd2015-08-18 17:15:20 +02002833
2834 if (stkctr_entry(stkctr) == NULL)
2835 stkctr = smp_create_src_stkctr(smp->sess, smp->strm, args, kw);
2836
Thierry Fournier6fc340f2016-06-06 18:28:05 +02002837 if (stkctr && stkctr_entry(stkctr)) {
Emeric Brun57056f02015-06-15 18:29:57 +02002838 void *ptr1,*ptr2;
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002839
2840 /* First, update gpc0_rate if it's tracked. Second, update its
2841 * gpc0 if tracked. Returns gpc0's value otherwise the curr_ctr.
2842 */
Emeric Brun57056f02015-06-15 18:29:57 +02002843 ptr1 = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_GPC0_RATE);
2844 if (ptr1) {
2845 update_freq_ctr_period(&stktable_data_cast(ptr1, gpc0_rate),
Willy Tarreau710d38c2013-07-23 00:07:04 +02002846 stkctr->table->data_arg[STKTABLE_DT_GPC0_RATE].u, 1);
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002847 smp->data.u.sint = (&stktable_data_cast(ptr1, gpc0_rate))->curr_ctr;
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002848 }
2849
Emeric Brun57056f02015-06-15 18:29:57 +02002850 ptr2 = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_GPC0);
2851 if (ptr2)
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002852 smp->data.u.sint = ++stktable_data_cast(ptr2, gpc0);
Willy Tarreauba2ffd12013-05-29 15:54:14 +02002853
Emeric Brun57056f02015-06-15 18:29:57 +02002854 /* If data was modified, we need to touch to re-schedule sync */
2855 if (ptr1 || ptr2)
2856 stktable_touch(stkctr->table, stkctr_entry(stkctr), 1);
Willy Tarreauc3bd9722010-06-20 12:47:25 +02002857 }
2858 return 1;
2859}
2860
Willy Tarreau87b09662015-04-03 00:22:06 +02002861/* Clear the General Purpose Counter 0 value from the stream's tracked
Willy Tarreaub9f441d2013-07-23 00:10:35 +02002862 * frontend counters and return its previous value into temp integer.
2863 * Supports being called as "sc[0-9]_clr_gpc0" or "src_clr_gpc0" only.
Willy Tarreauf73cd112011-08-13 01:45:16 +02002864 */
2865static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002866smp_fetch_sc_clr_gpc0(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauf73cd112011-08-13 01:45:16 +02002867{
Willy Tarreaube508f12016-03-10 11:47:01 +01002868 struct stkctr *stkctr;
Willy Tarreaub9f441d2013-07-23 00:10:35 +02002869
Willy Tarreaube508f12016-03-10 11:47:01 +01002870 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreaub9f441d2013-07-23 00:10:35 +02002871 if (!stkctr)
2872 return 0;
2873
Willy Tarreau37406352012-04-23 16:16:37 +02002874 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002875 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002876 smp->data.u.sint = 0;
Willy Tarreau0f4eadd2015-08-18 17:15:20 +02002877
2878 if (stkctr_entry(stkctr) == NULL)
2879 stkctr = smp_create_src_stkctr(smp->sess, smp->strm, args, kw);
2880
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01002881 if (stkctr_entry(stkctr) != NULL) {
2882 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_GPC0);
Willy Tarreauf73cd112011-08-13 01:45:16 +02002883 if (!ptr)
2884 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002885 smp->data.u.sint = stktable_data_cast(ptr, gpc0);
Willy Tarreauf73cd112011-08-13 01:45:16 +02002886 stktable_data_cast(ptr, gpc0) = 0;
Emeric Brun57056f02015-06-15 18:29:57 +02002887 /* If data was modified, we need to touch to re-schedule sync */
2888 stktable_touch(stkctr->table, stkctr_entry(stkctr), 1);
Willy Tarreauf73cd112011-08-13 01:45:16 +02002889 }
2890 return 1;
2891}
2892
Willy Tarreau87b09662015-04-03 00:22:06 +02002893/* set <smp> to the cumulated number of connections from the stream's tracked
Willy Tarreau3b46c5c2013-07-23 00:22:50 +02002894 * frontend counters. Supports being called as "sc[0-9]_conn_cnt" or
2895 * "src_conn_cnt" only.
2896 */
Willy Tarreau9a3f8492010-06-18 19:53:25 +02002897static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002898smp_fetch_sc_conn_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau9a3f8492010-06-18 19:53:25 +02002899{
Willy Tarreaube508f12016-03-10 11:47:01 +01002900 struct stkctr *stkctr;
Willy Tarreau3b46c5c2013-07-23 00:22:50 +02002901
Willy Tarreaube508f12016-03-10 11:47:01 +01002902 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau3b46c5c2013-07-23 00:22:50 +02002903 if (!stkctr)
2904 return 0;
2905
Willy Tarreau37406352012-04-23 16:16:37 +02002906 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002907 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002908 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01002909 if (stkctr_entry(stkctr) != NULL) {
2910 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_CONN_CNT);
Willy Tarreau9a3f8492010-06-18 19:53:25 +02002911 if (!ptr)
2912 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002913 smp->data.u.sint = stktable_data_cast(ptr, conn_cnt);
Willy Tarreau9a3f8492010-06-18 19:53:25 +02002914 }
Willy Tarreau9a3f8492010-06-18 19:53:25 +02002915 return 1;
2916}
2917
Willy Tarreau87b09662015-04-03 00:22:06 +02002918/* set <smp> to the connection rate from the stream's tracked frontend
Willy Tarreauc8c65702013-07-23 15:09:35 +02002919 * counters. Supports being called as "sc[0-9]_conn_rate" or "src_conn_rate"
2920 * only.
2921 */
Willy Tarreau91c43d72010-06-20 11:19:22 +02002922static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002923smp_fetch_sc_conn_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau91c43d72010-06-20 11:19:22 +02002924{
Willy Tarreaube508f12016-03-10 11:47:01 +01002925 struct stkctr *stkctr;
2926
Willy Tarreaube508f12016-03-10 11:47:01 +01002927 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreauc8c65702013-07-23 15:09:35 +02002928 if (!stkctr)
2929 return 0;
2930
Willy Tarreau37406352012-04-23 16:16:37 +02002931 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002932 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002933 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01002934 if (stkctr_entry(stkctr) != NULL) {
2935 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_CONN_RATE);
Willy Tarreau91c43d72010-06-20 11:19:22 +02002936 if (!ptr)
2937 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002938 smp->data.u.sint = read_freq_ctr_period(&stktable_data_cast(ptr, conn_rate),
Willy Tarreauc8c65702013-07-23 15:09:35 +02002939 stkctr->table->data_arg[STKTABLE_DT_CONN_RATE].u);
Willy Tarreau91c43d72010-06-20 11:19:22 +02002940 }
2941 return 1;
2942}
2943
Willy Tarreau87b09662015-04-03 00:22:06 +02002944/* set temp integer to the number of connections from the stream's source address
Willy Tarreau8b22a712010-06-18 17:46:06 +02002945 * in the table pointed to by expr, after updating it.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02002946 * Accepts exactly 1 argument of type table.
Willy Tarreau8b22a712010-06-18 17:46:06 +02002947 */
2948static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002949smp_fetch_src_updt_conn_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau8b22a712010-06-18 17:46:06 +02002950{
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +02002951 struct connection *conn = objt_conn(smp->sess->origin);
Willy Tarreau8b22a712010-06-18 17:46:06 +02002952 struct stksess *ts;
2953 struct stktable_key *key;
2954 void *ptr;
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +02002955 struct proxy *px;
Willy Tarreau8b22a712010-06-18 17:46:06 +02002956
Willy Tarreaub363a1f2013-10-01 10:45:07 +02002957 if (!conn)
2958 return 0;
2959
Thierry FOURNIER7e25df32015-07-24 19:31:59 +02002960 /* Fetch source adress in a sample. */
2961 if (!smp_fetch_src(NULL, smp, NULL, NULL))
2962 return 0;
2963
2964 /* Converts into key. */
2965 key = smp_to_stkey(smp, &args->data.prx->table);
Willy Tarreau8b22a712010-06-18 17:46:06 +02002966 if (!key)
David du Colombier4f92d322011-03-24 11:09:31 +01002967 return 0;
Willy Tarreau8b22a712010-06-18 17:46:06 +02002968
Willy Tarreau24e32d82012-04-23 23:55:44 +02002969 px = args->data.prx;
Willy Tarreau8b22a712010-06-18 17:46:06 +02002970
Willy Tarreau1f7e9252010-06-20 12:27:21 +02002971 if ((ts = stktable_update_key(&px->table, key)) == NULL)
2972 /* entry does not exist and could not be created */
2973 return 0;
Willy Tarreau8b22a712010-06-18 17:46:06 +02002974
2975 ptr = stktable_data_ptr(&px->table, ts, STKTABLE_DT_CONN_CNT);
2976 if (!ptr)
2977 return 0; /* parameter not stored in this table */
2978
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02002979 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02002980 smp->data.u.sint = ++stktable_data_cast(ptr, conn_cnt);
Emeric Brun57056f02015-06-15 18:29:57 +02002981 /* Touch was previously performed by stktable_update_key */
Willy Tarreau37406352012-04-23 16:16:37 +02002982 smp->flags = SMP_F_VOL_TEST;
Willy Tarreau8b22a712010-06-18 17:46:06 +02002983 return 1;
2984}
2985
Willy Tarreau87b09662015-04-03 00:22:06 +02002986/* set <smp> to the number of concurrent connections from the stream's tracked
Willy Tarreauf44a5532013-07-23 15:17:53 +02002987 * frontend counters. Supports being called as "sc[0-9]_conn_cur" or
2988 * "src_conn_cur" only.
2989 */
Willy Tarreau9b0ddcf2010-06-18 21:14:36 +02002990static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02002991smp_fetch_sc_conn_cur(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau9b0ddcf2010-06-18 21:14:36 +02002992{
Willy Tarreaube508f12016-03-10 11:47:01 +01002993 struct stkctr *stkctr;
2994
Willy Tarreaube508f12016-03-10 11:47:01 +01002995 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreauf44a5532013-07-23 15:17:53 +02002996 if (!stkctr)
2997 return 0;
2998
Willy Tarreau37406352012-04-23 16:16:37 +02002999 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003000 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003001 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003002 if (stkctr_entry(stkctr) != NULL) {
3003 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_CONN_CUR);
Willy Tarreau9b0ddcf2010-06-18 21:14:36 +02003004 if (!ptr)
3005 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003006 smp->data.u.sint = stktable_data_cast(ptr, conn_cur);
Willy Tarreau9b0ddcf2010-06-18 21:14:36 +02003007 }
3008 return 1;
3009}
3010
Willy Tarreau87b09662015-04-03 00:22:06 +02003011/* set <smp> to the cumulated number of streams from the stream's tracked
Willy Tarreau20843082013-07-23 15:35:33 +02003012 * frontend counters. Supports being called as "sc[0-9]_sess_cnt" or
3013 * "src_sess_cnt" only.
3014 */
Willy Tarreauf4d17d92010-06-18 22:10:12 +02003015static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003016smp_fetch_sc_sess_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauf4d17d92010-06-18 22:10:12 +02003017{
Willy Tarreaube508f12016-03-10 11:47:01 +01003018 struct stkctr *stkctr;
3019
Willy Tarreaube508f12016-03-10 11:47:01 +01003020 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau20843082013-07-23 15:35:33 +02003021 if (!stkctr)
3022 return 0;
3023
Willy Tarreau37406352012-04-23 16:16:37 +02003024 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003025 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003026 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003027 if (stkctr_entry(stkctr) != NULL) {
3028 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_SESS_CNT);
Willy Tarreauf4d17d92010-06-18 22:10:12 +02003029 if (!ptr)
3030 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003031 smp->data.u.sint = stktable_data_cast(ptr, sess_cnt);
Willy Tarreauf4d17d92010-06-18 22:10:12 +02003032 }
3033 return 1;
3034}
3035
Willy Tarreau87b09662015-04-03 00:22:06 +02003036/* set <smp> to the stream rate from the stream's tracked frontend counters.
Willy Tarreau3a96f3f2013-07-23 15:48:01 +02003037 * Supports being called as "sc[0-9]_sess_rate" or "src_sess_rate" only.
3038 */
Willy Tarreau91c43d72010-06-20 11:19:22 +02003039static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003040smp_fetch_sc_sess_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau91c43d72010-06-20 11:19:22 +02003041{
Willy Tarreaube508f12016-03-10 11:47:01 +01003042 struct stkctr *stkctr;
Willy Tarreau3a96f3f2013-07-23 15:48:01 +02003043
Willy Tarreaube508f12016-03-10 11:47:01 +01003044 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau3a96f3f2013-07-23 15:48:01 +02003045 if (!stkctr)
3046 return 0;
3047
Willy Tarreau37406352012-04-23 16:16:37 +02003048 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003049 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003050 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003051 if (stkctr_entry(stkctr) != NULL) {
3052 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_SESS_RATE);
Willy Tarreau91c43d72010-06-20 11:19:22 +02003053 if (!ptr)
3054 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003055 smp->data.u.sint = read_freq_ctr_period(&stktable_data_cast(ptr, sess_rate),
Willy Tarreau3a96f3f2013-07-23 15:48:01 +02003056 stkctr->table->data_arg[STKTABLE_DT_SESS_RATE].u);
Willy Tarreau91c43d72010-06-20 11:19:22 +02003057 }
3058 return 1;
3059}
3060
Willy Tarreau87b09662015-04-03 00:22:06 +02003061/* set <smp> to the cumulated number of HTTP requests from the stream's tracked
Willy Tarreau91200da2013-07-23 15:55:19 +02003062 * frontend counters. Supports being called as "sc[0-9]_http_req_cnt" or
3063 * "src_http_req_cnt" only.
3064 */
Willy Tarreauda7ff642010-06-23 11:44:09 +02003065static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003066smp_fetch_sc_http_req_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauda7ff642010-06-23 11:44:09 +02003067{
Willy Tarreaube508f12016-03-10 11:47:01 +01003068 struct stkctr *stkctr;
Willy Tarreau91200da2013-07-23 15:55:19 +02003069
Willy Tarreaube508f12016-03-10 11:47:01 +01003070 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau91200da2013-07-23 15:55:19 +02003071 if (!stkctr)
3072 return 0;
3073
Willy Tarreau37406352012-04-23 16:16:37 +02003074 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003075 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003076 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003077 if (stkctr_entry(stkctr) != NULL) {
3078 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_HTTP_REQ_CNT);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003079 if (!ptr)
3080 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003081 smp->data.u.sint = stktable_data_cast(ptr, http_req_cnt);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003082 }
3083 return 1;
3084}
3085
Willy Tarreau87b09662015-04-03 00:22:06 +02003086/* set <smp> to the HTTP request rate from the stream's tracked frontend
Willy Tarreaucf477632013-07-23 16:04:37 +02003087 * counters. Supports being called as "sc[0-9]_http_req_rate" or
3088 * "src_http_req_rate" only.
3089 */
Willy Tarreauda7ff642010-06-23 11:44:09 +02003090static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003091smp_fetch_sc_http_req_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauda7ff642010-06-23 11:44:09 +02003092{
Willy Tarreaube508f12016-03-10 11:47:01 +01003093 struct stkctr *stkctr;
3094
Willy Tarreaube508f12016-03-10 11:47:01 +01003095 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreaucf477632013-07-23 16:04:37 +02003096 if (!stkctr)
3097 return 0;
3098
Willy Tarreau37406352012-04-23 16:16:37 +02003099 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003100 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003101 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003102 if (stkctr_entry(stkctr) != NULL) {
3103 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_HTTP_REQ_RATE);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003104 if (!ptr)
3105 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003106 smp->data.u.sint = read_freq_ctr_period(&stktable_data_cast(ptr, http_req_rate),
Willy Tarreaucf477632013-07-23 16:04:37 +02003107 stkctr->table->data_arg[STKTABLE_DT_HTTP_REQ_RATE].u);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003108 }
3109 return 1;
3110}
3111
Willy Tarreau87b09662015-04-03 00:22:06 +02003112/* set <smp> to the cumulated number of HTTP requests errors from the stream's
Willy Tarreau30d07c32013-07-23 16:45:38 +02003113 * tracked frontend counters. Supports being called as "sc[0-9]_http_err_cnt" or
3114 * "src_http_err_cnt" only.
3115 */
Willy Tarreauda7ff642010-06-23 11:44:09 +02003116static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003117smp_fetch_sc_http_err_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauda7ff642010-06-23 11:44:09 +02003118{
Willy Tarreaube508f12016-03-10 11:47:01 +01003119 struct stkctr *stkctr;
3120
Willy Tarreaube508f12016-03-10 11:47:01 +01003121 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau30d07c32013-07-23 16:45:38 +02003122 if (!stkctr)
3123 return 0;
3124
Willy Tarreau37406352012-04-23 16:16:37 +02003125 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003126 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003127 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003128 if (stkctr_entry(stkctr) != NULL) {
3129 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_HTTP_ERR_CNT);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003130 if (!ptr)
3131 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003132 smp->data.u.sint = stktable_data_cast(ptr, http_err_cnt);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003133 }
3134 return 1;
3135}
3136
Willy Tarreau87b09662015-04-03 00:22:06 +02003137/* set <smp> to the HTTP request error rate from the stream's tracked frontend
Willy Tarreau9daf2622013-07-23 16:48:54 +02003138 * counters. Supports being called as "sc[0-9]_http_err_rate" or
3139 * "src_http_err_rate" only.
3140 */
Willy Tarreauda7ff642010-06-23 11:44:09 +02003141static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003142smp_fetch_sc_http_err_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauda7ff642010-06-23 11:44:09 +02003143{
Willy Tarreaube508f12016-03-10 11:47:01 +01003144 struct stkctr *stkctr;
3145
Willy Tarreaube508f12016-03-10 11:47:01 +01003146 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau9daf2622013-07-23 16:48:54 +02003147 if (!stkctr)
3148 return 0;
3149
Willy Tarreau37406352012-04-23 16:16:37 +02003150 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003151 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003152 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003153 if (stkctr_entry(stkctr) != NULL) {
3154 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_HTTP_ERR_RATE);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003155 if (!ptr)
3156 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003157 smp->data.u.sint = read_freq_ctr_period(&stktable_data_cast(ptr, http_err_rate),
Willy Tarreau9daf2622013-07-23 16:48:54 +02003158 stkctr->table->data_arg[STKTABLE_DT_HTTP_ERR_RATE].u);
Willy Tarreauda7ff642010-06-23 11:44:09 +02003159 }
3160 return 1;
3161}
3162
Willy Tarreau5077d4b2013-07-23 17:17:10 +02003163/* set <smp> to the number of kbytes received from clients, as found in the
Willy Tarreau87b09662015-04-03 00:22:06 +02003164 * stream's tracked frontend counters. Supports being called as
Willy Tarreau5077d4b2013-07-23 17:17:10 +02003165 * "sc[0-9]_kbytes_in" or "src_kbytes_in" only.
3166 */
Willy Tarreau1aa006f2010-06-18 21:52:52 +02003167static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003168smp_fetch_sc_kbytes_in(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau1aa006f2010-06-18 21:52:52 +02003169{
Willy Tarreaube508f12016-03-10 11:47:01 +01003170 struct stkctr *stkctr;
Willy Tarreau5077d4b2013-07-23 17:17:10 +02003171
Willy Tarreaube508f12016-03-10 11:47:01 +01003172 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau5077d4b2013-07-23 17:17:10 +02003173 if (!stkctr)
3174 return 0;
3175
Willy Tarreau37406352012-04-23 16:16:37 +02003176 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003177 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003178 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003179 if (stkctr_entry(stkctr) != NULL) {
3180 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_IN_CNT);
Willy Tarreau1aa006f2010-06-18 21:52:52 +02003181 if (!ptr)
3182 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003183 smp->data.u.sint = stktable_data_cast(ptr, bytes_in_cnt) >> 10;
Willy Tarreau1aa006f2010-06-18 21:52:52 +02003184 }
3185 return 1;
3186}
3187
Willy Tarreau613fe992013-07-23 17:39:19 +02003188/* set <smp> to the data rate received from clients in bytes/s, as found
Willy Tarreau87b09662015-04-03 00:22:06 +02003189 * in the stream's tracked frontend counters. Supports being called as
Willy Tarreau613fe992013-07-23 17:39:19 +02003190 * "sc[0-9]_bytes_in_rate" or "src_bytes_in_rate" only.
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003191 */
3192static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003193smp_fetch_sc_bytes_in_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003194{
Willy Tarreaube508f12016-03-10 11:47:01 +01003195 struct stkctr *stkctr;
Willy Tarreau613fe992013-07-23 17:39:19 +02003196
Willy Tarreaube508f12016-03-10 11:47:01 +01003197 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau613fe992013-07-23 17:39:19 +02003198 if (!stkctr)
3199 return 0;
3200
Willy Tarreau37406352012-04-23 16:16:37 +02003201 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003202 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003203 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003204 if (stkctr_entry(stkctr) != NULL) {
3205 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_IN_RATE);
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003206 if (!ptr)
3207 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003208 smp->data.u.sint = read_freq_ctr_period(&stktable_data_cast(ptr, bytes_in_rate),
Willy Tarreau613fe992013-07-23 17:39:19 +02003209 stkctr->table->data_arg[STKTABLE_DT_BYTES_IN_RATE].u);
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003210 }
3211 return 1;
3212}
3213
Willy Tarreau53aea102013-07-23 17:39:02 +02003214/* set <smp> to the number of kbytes sent to clients, as found in the
Willy Tarreau87b09662015-04-03 00:22:06 +02003215 * stream's tracked frontend counters. Supports being called as
Willy Tarreau53aea102013-07-23 17:39:02 +02003216 * "sc[0-9]_kbytes_out" or "src_kbytes_out" only.
3217 */
Willy Tarreau1aa006f2010-06-18 21:52:52 +02003218static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003219smp_fetch_sc_kbytes_out(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau1aa006f2010-06-18 21:52:52 +02003220{
Willy Tarreaube508f12016-03-10 11:47:01 +01003221 struct stkctr *stkctr;
3222
Willy Tarreaube508f12016-03-10 11:47:01 +01003223 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau53aea102013-07-23 17:39:02 +02003224 if (!stkctr)
3225 return 0;
3226
Willy Tarreau37406352012-04-23 16:16:37 +02003227 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003228 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003229 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003230 if (stkctr_entry(stkctr) != NULL) {
3231 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_OUT_CNT);
Willy Tarreau855e4bb2010-06-18 18:33:32 +02003232 if (!ptr)
3233 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003234 smp->data.u.sint = stktable_data_cast(ptr, bytes_out_cnt) >> 10;
Willy Tarreau855e4bb2010-06-18 18:33:32 +02003235 }
Willy Tarreau855e4bb2010-06-18 18:33:32 +02003236 return 1;
3237}
3238
Willy Tarreaua0b68ed2013-07-23 18:26:32 +02003239/* set <smp> to the data rate sent to clients in bytes/s, as found in the
Willy Tarreau87b09662015-04-03 00:22:06 +02003240 * stream's tracked frontend counters. Supports being called as
Willy Tarreaua0b68ed2013-07-23 18:26:32 +02003241 * "sc[0-9]_bytes_out_rate" or "src_bytes_out_rate" only.
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003242 */
3243static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003244smp_fetch_sc_bytes_out_rate(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003245{
Willy Tarreaube508f12016-03-10 11:47:01 +01003246 struct stkctr *stkctr;
3247
Willy Tarreaube508f12016-03-10 11:47:01 +01003248 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreaua0b68ed2013-07-23 18:26:32 +02003249 if (!stkctr)
3250 return 0;
3251
Willy Tarreau37406352012-04-23 16:16:37 +02003252 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003253 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003254 smp->data.u.sint = 0;
Willy Tarreaucc08d2c2014-01-28 23:18:23 +01003255 if (stkctr_entry(stkctr) != NULL) {
3256 void *ptr = stktable_data_ptr(stkctr->table, stkctr_entry(stkctr), STKTABLE_DT_BYTES_OUT_RATE);
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003257 if (!ptr)
3258 return 0; /* parameter not stored */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003259 smp->data.u.sint = read_freq_ctr_period(&stktable_data_cast(ptr, bytes_out_rate),
Willy Tarreaua0b68ed2013-07-23 18:26:32 +02003260 stkctr->table->data_arg[STKTABLE_DT_BYTES_OUT_RATE].u);
Willy Tarreau6c59e0a2010-06-20 11:56:30 +02003261 }
3262 return 1;
3263}
3264
Willy Tarreau87b09662015-04-03 00:22:06 +02003265/* set <smp> to the number of active trackers on the SC entry in the stream's
Willy Tarreau563eef42013-07-23 18:32:02 +02003266 * tracked frontend counters. Supports being called as "sc[0-9]_trackers" only.
3267 */
Willy Tarreau2406db42012-12-09 12:16:43 +01003268static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003269smp_fetch_sc_trackers(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau2406db42012-12-09 12:16:43 +01003270{
Willy Tarreaube508f12016-03-10 11:47:01 +01003271 struct stkctr *stkctr;
3272
Willy Tarreaube508f12016-03-10 11:47:01 +01003273 stkctr = smp_fetch_sc_stkctr(smp->sess, smp->strm, args, kw);
Willy Tarreau563eef42013-07-23 18:32:02 +02003274 if (!stkctr)
Willy Tarreau2406db42012-12-09 12:16:43 +01003275 return 0;
3276
Willy Tarreau563eef42013-07-23 18:32:02 +02003277 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003278 smp->data.type = SMP_T_SINT;
Willy Tarreau4d03ef72016-08-14 12:02:55 +02003279 smp->data.u.sint = stkctr_entry(stkctr) ? stkctr_entry(stkctr)->ref_cnt : 0;
Willy Tarreau563eef42013-07-23 18:32:02 +02003280 return 1;
Willy Tarreaue25c9172013-05-28 18:32:20 +02003281}
3282
Willy Tarreau34db1082012-04-19 17:16:54 +02003283/* set temp integer to the number of used entries in the table pointed to by expr.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02003284 * Accepts exactly 1 argument of type table.
Willy Tarreau34db1082012-04-19 17:16:54 +02003285 */
Willy Tarreauc735a072011-03-29 00:57:02 +02003286static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003287smp_fetch_table_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauc735a072011-03-29 00:57:02 +02003288{
Willy Tarreau37406352012-04-23 16:16:37 +02003289 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003290 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003291 smp->data.u.sint = args->data.prx->table.current;
Willy Tarreauc735a072011-03-29 00:57:02 +02003292 return 1;
3293}
3294
Willy Tarreau34db1082012-04-19 17:16:54 +02003295/* set temp integer to the number of free entries in the table pointed to by expr.
Willy Tarreau0146c2e2012-04-20 11:37:56 +02003296 * Accepts exactly 1 argument of type table.
Willy Tarreau34db1082012-04-19 17:16:54 +02003297 */
Willy Tarreauc735a072011-03-29 00:57:02 +02003298static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +02003299smp_fetch_table_avl(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauc735a072011-03-29 00:57:02 +02003300{
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +02003301 struct proxy *px;
3302
Willy Tarreau24e32d82012-04-23 23:55:44 +02003303 px = args->data.prx;
Willy Tarreau37406352012-04-23 16:16:37 +02003304 smp->flags = SMP_F_VOL_TEST;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +02003305 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +02003306 smp->data.u.sint = px->table.size - px->table.current;
Willy Tarreauc735a072011-03-29 00:57:02 +02003307 return 1;
3308}
Willy Tarreau8b22a712010-06-18 17:46:06 +02003309
Thierry FOURNIER5a363e72015-09-27 19:29:33 +02003310/* 0=OK, <0=Alert, >0=Warning */
3311static enum act_parse_ret stream_parse_use_service(const char **args, int *cur_arg,
3312 struct proxy *px, struct act_rule *rule,
3313 char **err)
3314{
3315 struct action_kw *kw;
3316
3317 /* Check if the service name exists. */
3318 if (*(args[*cur_arg]) == 0) {
3319 memprintf(err, "'%s' expects a service name.", args[0]);
Thierry FOURNIER337eae12015-11-26 19:48:04 +01003320 return ACT_RET_PRS_ERR;
Thierry FOURNIER5a363e72015-09-27 19:29:33 +02003321 }
3322
3323 /* lookup for keyword corresponding to a service. */
3324 kw = action_lookup(&service_keywords, args[*cur_arg]);
3325 if (!kw) {
3326 memprintf(err, "'%s' unknown service name.", args[1]);
3327 return ACT_RET_PRS_ERR;
3328 }
3329 (*cur_arg)++;
3330
3331 /* executes specific rule parser. */
3332 rule->kw = kw;
3333 if (kw->parse((const char **)args, cur_arg, px, rule, err) == ACT_RET_PRS_ERR)
3334 return ACT_RET_PRS_ERR;
3335
3336 /* Register processing function. */
3337 rule->action_ptr = process_use_service;
3338 rule->action = ACT_CUSTOM;
3339
3340 return ACT_RET_PRS_OK;
3341}
3342
3343void service_keywords_register(struct action_kw_list *kw_list)
3344{
3345 LIST_ADDQ(&service_keywords, &kw_list->list);
3346}
3347
3348/* main configuration keyword registration. */
3349static struct action_kw_list stream_tcp_keywords = { ILH, {
3350 { "use-service", stream_parse_use_service },
3351 { /* END */ }
3352}};
3353
3354static struct action_kw_list stream_http_keywords = { ILH, {
3355 { "use-service", stream_parse_use_service },
3356 { /* END */ }
3357}};
3358
Willy Tarreau61612d42012-04-19 18:42:05 +02003359/* Note: must not be declared <const> as its list will be overwritten.
3360 * Please take care of keeping this list alphabetically sorted.
3361 */
Willy Tarreaudc13c112013-06-21 23:16:39 +02003362static struct acl_kw_list acl_kws = {ILH, {
Willy Tarreau281c7992013-01-08 01:23:27 +01003363 { /* END */ },
Willy Tarreau8b22a712010-06-18 17:46:06 +02003364}};
3365
Willy Tarreau281c7992013-01-08 01:23:27 +01003366/* Note: must not be declared <const> as its list will be overwritten.
3367 * Please take care of keeping this list alphabetically sorted.
3368 */
Willy Tarreaudc13c112013-06-21 23:16:39 +02003369static struct sample_fetch_kw_list smp_fetch_keywords = {ILH, {
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +02003370 { "sc_bytes_in_rate", smp_fetch_sc_bytes_in_rate, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3371 { "sc_bytes_out_rate", smp_fetch_sc_bytes_out_rate, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3372 { "sc_clr_gpc0", smp_fetch_sc_clr_gpc0, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3373 { "sc_conn_cnt", smp_fetch_sc_conn_cnt, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3374 { "sc_conn_cur", smp_fetch_sc_conn_cur, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3375 { "sc_conn_rate", smp_fetch_sc_conn_rate, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Thierry FOURNIER236657b2015-08-19 08:25:14 +02003376 { "sc_get_gpt0", smp_fetch_sc_get_gpt0, ARG2(1,SINT,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +02003377 { "sc_get_gpc0", smp_fetch_sc_get_gpc0, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3378 { "sc_gpc0_rate", smp_fetch_sc_gpc0_rate, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3379 { "sc_http_err_cnt", smp_fetch_sc_http_err_cnt, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3380 { "sc_http_err_rate", smp_fetch_sc_http_err_rate, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3381 { "sc_http_req_cnt", smp_fetch_sc_http_req_cnt, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3382 { "sc_http_req_rate", smp_fetch_sc_http_req_rate, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3383 { "sc_inc_gpc0", smp_fetch_sc_inc_gpc0, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3384 { "sc_kbytes_in", smp_fetch_sc_kbytes_in, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3385 { "sc_kbytes_out", smp_fetch_sc_kbytes_out, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3386 { "sc_sess_cnt", smp_fetch_sc_sess_cnt, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3387 { "sc_sess_rate", smp_fetch_sc_sess_rate, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3388 { "sc_tracked", smp_fetch_sc_tracked, ARG2(1,SINT,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
3389 { "sc_trackers", smp_fetch_sc_trackers, ARG2(1,SINT,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003390 { "sc0_bytes_in_rate", smp_fetch_sc_bytes_in_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3391 { "sc0_bytes_out_rate", smp_fetch_sc_bytes_out_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3392 { "sc0_clr_gpc0", smp_fetch_sc_clr_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3393 { "sc0_conn_cnt", smp_fetch_sc_conn_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3394 { "sc0_conn_cur", smp_fetch_sc_conn_cur, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3395 { "sc0_conn_rate", smp_fetch_sc_conn_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Thierry FOURNIER236657b2015-08-19 08:25:14 +02003396 { "sc0_get_gpt0", smp_fetch_sc_get_gpt0, ARG1(0,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003397 { "sc0_get_gpc0", smp_fetch_sc_get_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3398 { "sc0_gpc0_rate", smp_fetch_sc_gpc0_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3399 { "sc0_http_err_cnt", smp_fetch_sc_http_err_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3400 { "sc0_http_err_rate", smp_fetch_sc_http_err_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3401 { "sc0_http_req_cnt", smp_fetch_sc_http_req_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3402 { "sc0_http_req_rate", smp_fetch_sc_http_req_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3403 { "sc0_inc_gpc0", smp_fetch_sc_inc_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3404 { "sc0_kbytes_in", smp_fetch_sc_kbytes_in, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3405 { "sc0_kbytes_out", smp_fetch_sc_kbytes_out, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3406 { "sc0_sess_cnt", smp_fetch_sc_sess_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3407 { "sc0_sess_rate", smp_fetch_sc_sess_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Willy Tarreau0f791d42013-07-23 19:56:43 +02003408 { "sc0_tracked", smp_fetch_sc_tracked, ARG1(0,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003409 { "sc0_trackers", smp_fetch_sc_trackers, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3410 { "sc1_bytes_in_rate", smp_fetch_sc_bytes_in_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3411 { "sc1_bytes_out_rate", smp_fetch_sc_bytes_out_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3412 { "sc1_clr_gpc0", smp_fetch_sc_clr_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3413 { "sc1_conn_cnt", smp_fetch_sc_conn_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3414 { "sc1_conn_cur", smp_fetch_sc_conn_cur, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3415 { "sc1_conn_rate", smp_fetch_sc_conn_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Thierry FOURNIER236657b2015-08-19 08:25:14 +02003416 { "sc1_get_gpt0", smp_fetch_sc_get_gpt0, ARG1(0,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003417 { "sc1_get_gpc0", smp_fetch_sc_get_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3418 { "sc1_gpc0_rate", smp_fetch_sc_gpc0_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3419 { "sc1_http_err_cnt", smp_fetch_sc_http_err_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3420 { "sc1_http_err_rate", smp_fetch_sc_http_err_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3421 { "sc1_http_req_cnt", smp_fetch_sc_http_req_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3422 { "sc1_http_req_rate", smp_fetch_sc_http_req_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3423 { "sc1_inc_gpc0", smp_fetch_sc_inc_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3424 { "sc1_kbytes_in", smp_fetch_sc_kbytes_in, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3425 { "sc1_kbytes_out", smp_fetch_sc_kbytes_out, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3426 { "sc1_sess_cnt", smp_fetch_sc_sess_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3427 { "sc1_sess_rate", smp_fetch_sc_sess_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Willy Tarreau0f791d42013-07-23 19:56:43 +02003428 { "sc1_tracked", smp_fetch_sc_tracked, ARG1(0,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003429 { "sc1_trackers", smp_fetch_sc_trackers, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3430 { "sc2_bytes_in_rate", smp_fetch_sc_bytes_in_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3431 { "sc2_bytes_out_rate", smp_fetch_sc_bytes_out_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3432 { "sc2_clr_gpc0", smp_fetch_sc_clr_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3433 { "sc2_conn_cnt", smp_fetch_sc_conn_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3434 { "sc2_conn_cur", smp_fetch_sc_conn_cur, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3435 { "sc2_conn_rate", smp_fetch_sc_conn_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Thierry FOURNIER236657b2015-08-19 08:25:14 +02003436 { "sc2_get_gpt0", smp_fetch_sc_get_gpt0, ARG1(0,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003437 { "sc2_get_gpc0", smp_fetch_sc_get_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3438 { "sc2_gpc0_rate", smp_fetch_sc_gpc0_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3439 { "sc2_http_err_cnt", smp_fetch_sc_http_err_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3440 { "sc2_http_err_rate", smp_fetch_sc_http_err_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3441 { "sc2_http_req_cnt", smp_fetch_sc_http_req_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3442 { "sc2_http_req_rate", smp_fetch_sc_http_req_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3443 { "sc2_inc_gpc0", smp_fetch_sc_inc_gpc0, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3444 { "sc2_kbytes_in", smp_fetch_sc_kbytes_in, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3445 { "sc2_kbytes_out", smp_fetch_sc_kbytes_out, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3446 { "sc2_sess_cnt", smp_fetch_sc_sess_cnt, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3447 { "sc2_sess_rate", smp_fetch_sc_sess_rate, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Willy Tarreau0f791d42013-07-23 19:56:43 +02003448 { "sc2_tracked", smp_fetch_sc_tracked, ARG1(0,TAB), NULL, SMP_T_BOOL, SMP_USE_INTRN, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003449 { "sc2_trackers", smp_fetch_sc_trackers, ARG1(0,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3450 { "src_bytes_in_rate", smp_fetch_sc_bytes_in_rate, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3451 { "src_bytes_out_rate", smp_fetch_sc_bytes_out_rate, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3452 { "src_clr_gpc0", smp_fetch_sc_clr_gpc0, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3453 { "src_conn_cnt", smp_fetch_sc_conn_cnt, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3454 { "src_conn_cur", smp_fetch_sc_conn_cur, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3455 { "src_conn_rate", smp_fetch_sc_conn_rate, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
Thierry FOURNIER236657b2015-08-19 08:25:14 +02003456 { "src_get_gpt0", smp_fetch_sc_get_gpt0, ARG1(1,TAB), NULL, SMP_T_BOOL, SMP_USE_L4CLI, },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +02003457 { "src_get_gpc0", smp_fetch_sc_get_gpc0, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3458 { "src_gpc0_rate", smp_fetch_sc_gpc0_rate, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3459 { "src_http_err_cnt", smp_fetch_sc_http_err_cnt, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3460 { "src_http_err_rate", smp_fetch_sc_http_err_rate, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3461 { "src_http_req_cnt", smp_fetch_sc_http_req_cnt, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3462 { "src_http_req_rate", smp_fetch_sc_http_req_rate, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3463 { "src_inc_gpc0", smp_fetch_sc_inc_gpc0, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3464 { "src_kbytes_in", smp_fetch_sc_kbytes_in, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3465 { "src_kbytes_out", smp_fetch_sc_kbytes_out, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3466 { "src_sess_cnt", smp_fetch_sc_sess_cnt, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3467 { "src_sess_rate", smp_fetch_sc_sess_rate, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3468 { "src_updt_conn_cnt", smp_fetch_src_updt_conn_cnt, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_L4CLI, },
3469 { "table_avl", smp_fetch_table_avl, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
3470 { "table_cnt", smp_fetch_table_cnt, ARG1(1,TAB), NULL, SMP_T_SINT, SMP_USE_INTRN, },
Willy Tarreau281c7992013-01-08 01:23:27 +01003471 { /* END */ },
3472}};
3473
Willy Tarreau8b22a712010-06-18 17:46:06 +02003474__attribute__((constructor))
Willy Tarreau87b09662015-04-03 00:22:06 +02003475static void __stream_init(void)
Willy Tarreau8b22a712010-06-18 17:46:06 +02003476{
Willy Tarreau281c7992013-01-08 01:23:27 +01003477 sample_register_fetches(&smp_fetch_keywords);
Willy Tarreau8b22a712010-06-18 17:46:06 +02003478 acl_register_keywords(&acl_kws);
Thierry FOURNIER5a363e72015-09-27 19:29:33 +02003479 tcp_req_cont_keywords_register(&stream_tcp_keywords);
3480 http_req_keywords_register(&stream_http_keywords);
Willy Tarreau8b22a712010-06-18 17:46:06 +02003481}
3482
Willy Tarreaubaaee002006-06-26 02:48:02 +02003483/*
3484 * Local variables:
3485 * c-indent-level: 8
3486 * c-basic-offset: 8
3487 * End:
3488 */