blob: 8037fb768d25af2e4bf120beed58665ab5cf7a31 [file] [log] [blame]
Willy Tarreaucff64112008-11-03 06:26:53 +01001/*
2 * Functions managing stream_interface structures
3 *
Willy Tarreauf873d752012-05-11 17:47:17 +02004 * Copyright 2000-2012 Willy Tarreau <w@1wt.eu>
Willy Tarreaucff64112008-11-03 06:26:53 +01005 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 *
11 */
12
13#include <errno.h>
14#include <fcntl.h>
15#include <stdio.h>
16#include <stdlib.h>
17
18#include <sys/socket.h>
19#include <sys/stat.h>
20#include <sys/types.h>
21
22#include <common/compat.h>
23#include <common/config.h>
24#include <common/debug.h>
25#include <common/standard.h>
26#include <common/ticks.h>
27#include <common/time.h>
28
Willy Tarreauc7e42382012-08-24 19:22:53 +020029#include <proto/channel.h>
Willy Tarreau8b117082012-08-06 15:06:49 +020030#include <proto/connection.h>
Willy Tarreaucff64112008-11-03 06:26:53 +010031#include <proto/fd.h>
Willy Tarreau2c6be842012-07-06 17:12:34 +020032#include <proto/frontend.h>
Willy Tarreau96199b12012-08-24 00:46:52 +020033#include <proto/pipe.h>
Willy Tarreau269358d2009-09-20 20:14:49 +020034#include <proto/stream_interface.h>
Willy Tarreaucff64112008-11-03 06:26:53 +010035#include <proto/task.h>
36
Willy Tarreaufd31e532012-07-23 18:24:25 +020037#include <types/pipe.h>
38
Willy Tarreauf873d752012-05-11 17:47:17 +020039/* socket functions used when running a stream interface as a task */
40static void stream_int_update(struct stream_interface *si);
41static void stream_int_update_embedded(struct stream_interface *si);
Willy Tarreauf873d752012-05-11 17:47:17 +020042static void stream_int_chk_rcv(struct stream_interface *si);
43static void stream_int_chk_snd(struct stream_interface *si);
Willy Tarreauc5788912012-08-24 18:12:41 +020044static void stream_int_update_conn(struct stream_interface *si);
45static void stream_int_chk_rcv_conn(struct stream_interface *si);
46static void stream_int_chk_snd_conn(struct stream_interface *si);
Willy Tarreauf873d752012-05-11 17:47:17 +020047
Willy Tarreauc5788912012-08-24 18:12:41 +020048/* stream-interface operations for embedded tasks */
49struct si_ops si_embedded_ops = {
Willy Tarreau5c979a92012-05-07 17:15:39 +020050 .update = stream_int_update_embedded,
Willy Tarreau5c979a92012-05-07 17:15:39 +020051 .chk_rcv = stream_int_chk_rcv,
52 .chk_snd = stream_int_chk_snd,
Willy Tarreau5c979a92012-05-07 17:15:39 +020053};
54
Willy Tarreauc5788912012-08-24 18:12:41 +020055/* stream-interface operations for external tasks */
56struct si_ops si_task_ops = {
Willy Tarreau5c979a92012-05-07 17:15:39 +020057 .update = stream_int_update,
Willy Tarreau5c979a92012-05-07 17:15:39 +020058 .chk_rcv = stream_int_chk_rcv,
59 .chk_snd = stream_int_chk_snd,
Willy Tarreau5c979a92012-05-07 17:15:39 +020060};
61
Willy Tarreauc5788912012-08-24 18:12:41 +020062/* stream-interface operations for connections */
63struct si_ops si_conn_ops = {
64 .update = stream_int_update_conn,
65 .chk_rcv = stream_int_chk_rcv_conn,
66 .chk_snd = stream_int_chk_snd_conn,
67};
68
69struct app_cb si_conn_cb = {
70 .recv = si_conn_recv_cb,
71 .send = si_conn_send_cb,
72};
73
Willy Tarreaucff64112008-11-03 06:26:53 +010074/*
75 * This function only has to be called once after a wakeup event in case of
76 * suspected timeout. It controls the stream interface timeouts and sets
77 * si->flags accordingly. It does NOT close anything, as this timeout may
78 * be used for any purpose. It returns 1 if the timeout fired, otherwise
79 * zero.
80 */
81int stream_int_check_timeouts(struct stream_interface *si)
82{
83 if (tick_is_expired(si->exp, now_ms)) {
84 si->flags |= SI_FL_EXP;
85 return 1;
86 }
87 return 0;
88}
89
Willy Tarreaufe3718a2008-11-30 18:14:12 +010090/* to be called only when in SI_ST_DIS with SI_FL_ERR */
Willy Tarreaucff64112008-11-03 06:26:53 +010091void stream_int_report_error(struct stream_interface *si)
92{
93 if (!si->err_type)
94 si->err_type = SI_ET_DATA_ERR;
95
Willy Tarreau03cdb7c2012-08-27 23:14:58 +020096 si->ob->flags |= CF_WRITE_ERROR;
97 si->ib->flags |= CF_READ_ERROR;
Willy Tarreaucff64112008-11-03 06:26:53 +010098}
99
100/*
Willy Tarreaudded32d2008-11-30 19:48:07 +0100101 * Returns a message to the client ; the connection is shut down for read,
102 * and the request is cleared so that no server connection can be initiated.
103 * The buffer is marked for read shutdown on the other side to protect the
104 * message, and the buffer write is enabled. The message is contained in a
Willy Tarreau148d0992010-01-10 10:21:21 +0100105 * "chunk". If it is null, then an empty message is used. The reply buffer does
106 * not need to be empty before this, and its contents will not be overwritten.
107 * The primary goal of this function is to return error messages to a client.
Willy Tarreaudded32d2008-11-30 19:48:07 +0100108 */
109void stream_int_retnclose(struct stream_interface *si, const struct chunk *msg)
110{
Willy Tarreau8263d2b2012-08-28 00:06:31 +0200111 channel_auto_read(si->ib);
112 channel_abort(si->ib);
113 channel_auto_close(si->ib);
114 channel_erase(si->ib);
Willy Tarreau798e1282010-12-12 13:06:00 +0100115
Willy Tarreau9dab5fc2012-05-07 11:56:55 +0200116 bi_erase(si->ob);
Willy Tarreau148d0992010-01-10 10:21:21 +0100117 if (likely(msg && msg->len))
Willy Tarreau9dab5fc2012-05-07 11:56:55 +0200118 bo_inject(si->ob, msg->str, msg->len);
Willy Tarreaudded32d2008-11-30 19:48:07 +0100119
120 si->ob->wex = tick_add_ifset(now_ms, si->ob->wto);
Willy Tarreau8263d2b2012-08-28 00:06:31 +0200121 channel_auto_read(si->ob);
122 channel_auto_close(si->ob);
123 channel_shutr_now(si->ob);
Willy Tarreau5d881d02009-12-27 22:51:06 +0100124}
125
Willy Tarreaufb90d942009-09-05 20:57:35 +0200126/* default update function for scheduled tasks, not used for embedded tasks */
Willy Tarreauf873d752012-05-11 17:47:17 +0200127static void stream_int_update(struct stream_interface *si)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200128{
129 DPRINTF(stderr, "%s: si=%p, si->state=%d ib->flags=%08x ob->flags=%08x\n",
130 __FUNCTION__,
131 si, si->state, si->ib->flags, si->ob->flags);
132
133 if (!(si->flags & SI_FL_DONT_WAKE) && si->owner)
134 task_wakeup(si->owner, TASK_WOKEN_IO);
135}
136
137/* default update function for embedded tasks, to be used at the end of the i/o handler */
Willy Tarreauf873d752012-05-11 17:47:17 +0200138static void stream_int_update_embedded(struct stream_interface *si)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200139{
Willy Tarreau3488e252010-08-09 16:24:56 +0200140 int old_flags = si->flags;
141
Willy Tarreaufb90d942009-09-05 20:57:35 +0200142 DPRINTF(stderr, "%s: si=%p, si->state=%d ib->flags=%08x ob->flags=%08x\n",
143 __FUNCTION__,
144 si, si->state, si->ib->flags, si->ob->flags);
145
146 if (si->state != SI_ST_EST)
147 return;
148
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200149 if ((si->ob->flags & (CF_SHUTW|CF_HIJACK|CF_SHUTW_NOW)) == CF_SHUTW_NOW &&
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200150 channel_is_empty(si->ob))
Willy Tarreau73b013b2012-05-21 16:31:45 +0200151 si_shutw(si);
Willy Tarreaufb90d942009-09-05 20:57:35 +0200152
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200153 if ((si->ob->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_HIJACK)) == 0 && !channel_full(si->ob))
Willy Tarreaufb90d942009-09-05 20:57:35 +0200154 si->flags |= SI_FL_WAIT_DATA;
155
Willy Tarreau96fd4b52009-10-04 17:18:35 +0200156 /* we're almost sure that we need some space if the buffer is not
157 * empty, even if it's not full, because the applets can't fill it.
158 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200159 if ((si->ib->flags & (CF_SHUTR|CF_DONT_READ)) == 0 && !channel_is_empty(si->ib))
Willy Tarreaufb90d942009-09-05 20:57:35 +0200160 si->flags |= SI_FL_WAIT_ROOM;
161
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200162 if (si->ob->flags & CF_WRITE_ACTIVITY) {
Willy Tarreaufb90d942009-09-05 20:57:35 +0200163 if (tick_isset(si->ob->wex))
164 si->ob->wex = tick_add_ifset(now_ms, si->ob->wto);
165 }
166
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200167 if (si->ib->flags & CF_READ_ACTIVITY ||
168 (si->ob->flags & CF_WRITE_ACTIVITY && !(si->flags & SI_FL_INDEP_STR))) {
Willy Tarreauf27b5ea2009-10-03 22:01:18 +0200169 if (tick_isset(si->ib->rex))
170 si->ib->rex = tick_add_ifset(now_ms, si->ib->rto);
171 }
172
Willy Tarreau3488e252010-08-09 16:24:56 +0200173 /* save flags to detect changes */
174 old_flags = si->flags;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200175 if (likely((si->ob->flags & (CF_SHUTW|CF_WRITE_PARTIAL|CF_DONT_READ)) == CF_WRITE_PARTIAL &&
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +0200176 !channel_full(si->ob) &&
Willy Tarreau96fd4b52009-10-04 17:18:35 +0200177 (si->ob->prod->flags & SI_FL_WAIT_ROOM)))
Willy Tarreau73b013b2012-05-21 16:31:45 +0200178 si_chk_rcv(si->ob->prod);
Willy Tarreaufb90d942009-09-05 20:57:35 +0200179
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200180 if (((si->ib->flags & CF_READ_PARTIAL) && !channel_is_empty(si->ib)) &&
Willy Tarreau3488e252010-08-09 16:24:56 +0200181 (si->ib->cons->flags & SI_FL_WAIT_DATA)) {
Willy Tarreau73b013b2012-05-21 16:31:45 +0200182 si_chk_snd(si->ib->cons);
Willy Tarreau3488e252010-08-09 16:24:56 +0200183 /* check if the consumer has freed some space */
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +0200184 if (!channel_full(si->ib))
Willy Tarreau3488e252010-08-09 16:24:56 +0200185 si->flags &= ~SI_FL_WAIT_ROOM;
186 }
Willy Tarreaufb90d942009-09-05 20:57:35 +0200187
188 /* Note that we're trying to wake up in two conditions here :
189 * - special event, which needs the holder task attention
190 * - status indicating that the applet can go on working. This
191 * is rather hard because we might be blocking on output and
192 * don't want to wake up on input and vice-versa. The idea is
Willy Tarreau3488e252010-08-09 16:24:56 +0200193 * to only rely on the changes the chk_* might have performed.
Willy Tarreaufb90d942009-09-05 20:57:35 +0200194 */
195 if (/* check stream interface changes */
Willy Tarreau3488e252010-08-09 16:24:56 +0200196 ((old_flags & ~si->flags) & (SI_FL_WAIT_ROOM|SI_FL_WAIT_DATA)) ||
197
198 /* changes on the production side */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200199 (si->ib->flags & (CF_READ_NULL|CF_READ_ERROR)) ||
Willy Tarreau3488e252010-08-09 16:24:56 +0200200 si->state != SI_ST_EST ||
201 (si->flags & SI_FL_ERR) ||
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200202 ((si->ib->flags & CF_READ_PARTIAL) &&
Willy Tarreau3488e252010-08-09 16:24:56 +0200203 (!si->ib->to_forward || si->ib->cons->state != SI_ST_EST)) ||
204
205 /* changes on the consumption side */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200206 (si->ob->flags & (CF_WRITE_NULL|CF_WRITE_ERROR)) ||
207 ((si->ob->flags & CF_WRITE_ACTIVITY) &&
208 ((si->ob->flags & CF_SHUTW) ||
Willy Tarreau3488e252010-08-09 16:24:56 +0200209 si->ob->prod->state != SI_ST_EST ||
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200210 (channel_is_empty(si->ob) && !si->ob->to_forward)))) {
Willy Tarreaufb90d942009-09-05 20:57:35 +0200211 if (!(si->flags & SI_FL_DONT_WAKE) && si->owner)
212 task_wakeup(si->owner, TASK_WOKEN_IO);
213 }
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200214 if (si->ib->flags & CF_READ_ACTIVITY)
215 si->ib->flags &= ~CF_READ_DONTWAIT;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200216}
217
Willy Tarreau4a36b562012-08-06 19:31:45 +0200218/*
219 * This function performs a shutdown-read on a stream interface in a connected
220 * or init state (it does nothing for other states). It either shuts the read
221 * side or marks itself as closed. The buffer flags are updated to reflect the
222 * new state. If the stream interface has SI_FL_NOHALF, we also forward the
223 * close to the write side. If a control layer is defined, then it is supposed
224 * to be a socket layer and file descriptors are then shutdown or closed
225 * accordingly. If no control layer is defined, then the SI is supposed to be
226 * an embedded one and the owner task is woken up if it exists. The function
227 * does not disable polling on the FD by itself, it returns non-zero instead
228 * if the caller needs to do so (except when the FD is deleted where this is
229 * implicit).
230 */
231int stream_int_shutr(struct stream_interface *si)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200232{
Willy Tarreau4a36b562012-08-06 19:31:45 +0200233 struct connection *conn = &si->conn;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200234
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200235 si->ib->flags &= ~CF_SHUTR_NOW;
236 if (si->ib->flags & CF_SHUTR)
Willy Tarreau4a36b562012-08-06 19:31:45 +0200237 return 0;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200238 si->ib->flags |= CF_SHUTR;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200239 si->ib->rex = TICK_ETERNITY;
240 si->flags &= ~SI_FL_WAIT_ROOM;
241
242 if (si->state != SI_ST_EST && si->state != SI_ST_CON)
Willy Tarreau4a36b562012-08-06 19:31:45 +0200243 return 0;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200244
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200245 if (si->ob->flags & CF_SHUTW) {
Willy Tarreau4a36b562012-08-06 19:31:45 +0200246 conn_data_close(&si->conn);
247 if (conn->ctrl)
248 fd_delete(si_fd(si));
Willy Tarreaufb90d942009-09-05 20:57:35 +0200249 si->state = SI_ST_DIS;
250 si->exp = TICK_ETERNITY;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200251
Willy Tarreaud8ccffe2010-09-07 16:16:50 +0200252 if (si->release)
253 si->release(si);
254 }
Willy Tarreau4a36b562012-08-06 19:31:45 +0200255 else if (si->flags & SI_FL_NOHALF) {
256 /* we want to immediately forward this close to the write side */
257 return stream_int_shutw(si);
258 }
259 else if (conn->ctrl) {
260 /* we want the caller to disable polling on this FD */
261 return 1;
262 }
Willy Tarreau0bd05ea2010-07-02 11:18:03 +0200263
Willy Tarreau4a36b562012-08-06 19:31:45 +0200264 /* note that if the task exists, it must unregister itself once it runs */
265 if (!conn->ctrl && !(si->flags & SI_FL_DONT_WAKE) && si->owner)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200266 task_wakeup(si->owner, TASK_WOKEN_IO);
Willy Tarreau4a36b562012-08-06 19:31:45 +0200267 return 0;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200268}
269
Willy Tarreau4a36b562012-08-06 19:31:45 +0200270/*
271 * This function performs a shutdown-write on a stream interface in a connected or
272 * init state (it does nothing for other states). It either shuts the write side
273 * or marks itself as closed. The buffer flags are updated to reflect the new state.
274 * It does also close everything if the SI was marked as being in error state. If
275 * there is a data-layer shutdown, it is called. If a control layer is defined, then
276 * it is supposed to be a socket layer and file descriptors are then shutdown or
277 * closed accordingly. If no control layer is defined, then the SI is supposed to
278 * be an embedded one and the owner task is woken up if it exists. The function
279 * does not disable polling on the FD by itself, it returns non-zero instead if
280 * the caller needs to do so (except when the FD is deleted where this is implicit).
281 */
282int stream_int_shutw(struct stream_interface *si)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200283{
Willy Tarreau4a36b562012-08-06 19:31:45 +0200284 struct connection *conn = &si->conn;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200285
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200286 si->ob->flags &= ~CF_SHUTW_NOW;
287 if (si->ob->flags & CF_SHUTW)
Willy Tarreau4a36b562012-08-06 19:31:45 +0200288 return 0;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200289 si->ob->flags |= CF_SHUTW;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200290 si->ob->wex = TICK_ETERNITY;
291 si->flags &= ~SI_FL_WAIT_DATA;
292
293 switch (si->state) {
294 case SI_ST_EST:
Willy Tarreau4a36b562012-08-06 19:31:45 +0200295 /* we have to shut before closing, otherwise some short messages
296 * may never leave the system, especially when there are remaining
297 * unread data in the socket input buffer, or when nolinger is set.
298 * However, if SI_FL_NOLINGER is explicitly set, we know there is
299 * no risk so we close both sides immediately.
300 */
301 if (si->flags & SI_FL_ERR) {
302 /* quick close, the socket is already shut. Remove pending flags. */
303 si->flags &= ~SI_FL_NOLINGER;
304 } else if (si->flags & SI_FL_NOLINGER) {
305 si->flags &= ~SI_FL_NOLINGER;
306 if (conn->ctrl) {
307 setsockopt(si_fd(si), SOL_SOCKET, SO_LINGER,
308 (struct linger *) &nolinger, sizeof(struct linger));
309 }
310 /* unclean data-layer shutdown */
311 if (conn->data && conn->data->shutw)
312 conn->data->shutw(conn, 0);
313 } else {
314 /* clean data-layer shutdown */
315 if (conn->data && conn->data->shutw)
316 conn->data->shutw(conn, 1);
317
318 if (!(si->flags & SI_FL_NOHALF)) {
319 /* We shutdown transport layer */
320 if (conn->ctrl)
321 shutdown(si_fd(si), SHUT_WR);
322
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200323 if (!(si->ib->flags & (CF_SHUTR|CF_DONT_READ))) {
Willy Tarreau4a36b562012-08-06 19:31:45 +0200324 /* OK just a shutw, but we want the caller
325 * to disable polling on this FD if exists.
326 */
327 return !!conn->ctrl;
328 }
329 }
330 }
Willy Tarreaufb90d942009-09-05 20:57:35 +0200331
332 /* fall through */
333 case SI_ST_CON:
Willy Tarreau4a36b562012-08-06 19:31:45 +0200334 /* we may have to close a pending connection, and mark the
335 * response buffer as shutr
336 */
337 conn_data_close(&si->conn);
338 if (conn->ctrl)
339 fd_delete(si_fd(si));
340 /* fall through */
Willy Tarreaufb90d942009-09-05 20:57:35 +0200341 case SI_ST_CER:
Willy Tarreau32d3ee92010-12-29 14:03:02 +0100342 case SI_ST_QUE:
343 case SI_ST_TAR:
Willy Tarreaufb90d942009-09-05 20:57:35 +0200344 si->state = SI_ST_DIS;
Willy Tarreaud8ccffe2010-09-07 16:16:50 +0200345
346 if (si->release)
347 si->release(si);
Willy Tarreaufb90d942009-09-05 20:57:35 +0200348 default:
349 si->flags &= ~SI_FL_WAIT_ROOM;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200350 si->ib->flags |= CF_SHUTR;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200351 si->ib->rex = TICK_ETERNITY;
352 si->exp = TICK_ETERNITY;
353 }
354
Willy Tarreau4a36b562012-08-06 19:31:45 +0200355 /* note that if the task exists, it must unregister itself once it runs */
356 if (!conn->ctrl && !(si->flags & SI_FL_DONT_WAKE) && si->owner)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200357 task_wakeup(si->owner, TASK_WOKEN_IO);
Willy Tarreau4a36b562012-08-06 19:31:45 +0200358 return 0;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200359}
360
361/* default chk_rcv function for scheduled tasks */
Willy Tarreauf873d752012-05-11 17:47:17 +0200362static void stream_int_chk_rcv(struct stream_interface *si)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200363{
Willy Tarreau7421efb2012-07-02 15:11:27 +0200364 struct channel *ib = si->ib;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200365
366 DPRINTF(stderr, "%s: si=%p, si->state=%d ib->flags=%08x ob->flags=%08x\n",
367 __FUNCTION__,
368 si, si->state, si->ib->flags, si->ob->flags);
369
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200370 if (unlikely(si->state != SI_ST_EST || (ib->flags & (CF_SHUTR|CF_HIJACK|CF_DONT_READ))))
Willy Tarreaufb90d942009-09-05 20:57:35 +0200371 return;
372
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +0200373 if (channel_full(ib)) {
Willy Tarreaufb90d942009-09-05 20:57:35 +0200374 /* stop reading */
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +0200375 si->flags |= SI_FL_WAIT_ROOM;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200376 }
377 else {
378 /* (re)start reading */
379 si->flags &= ~SI_FL_WAIT_ROOM;
380 if (!(si->flags & SI_FL_DONT_WAKE) && si->owner)
381 task_wakeup(si->owner, TASK_WOKEN_IO);
382 }
383}
384
385/* default chk_snd function for scheduled tasks */
Willy Tarreauf873d752012-05-11 17:47:17 +0200386static void stream_int_chk_snd(struct stream_interface *si)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200387{
Willy Tarreau7421efb2012-07-02 15:11:27 +0200388 struct channel *ob = si->ob;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200389
390 DPRINTF(stderr, "%s: si=%p, si->state=%d ib->flags=%08x ob->flags=%08x\n",
391 __FUNCTION__,
392 si, si->state, si->ib->flags, si->ob->flags);
393
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200394 if (unlikely(si->state != SI_ST_EST || (si->ob->flags & CF_SHUTW)))
Willy Tarreaufb90d942009-09-05 20:57:35 +0200395 return;
396
397 if (!(si->flags & SI_FL_WAIT_DATA) || /* not waiting for data */
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200398 channel_is_empty(ob)) /* called with nothing to send ! */
Willy Tarreaufb90d942009-09-05 20:57:35 +0200399 return;
400
401 /* Otherwise there are remaining data to be sent in the buffer,
402 * so we tell the handler.
403 */
404 si->flags &= ~SI_FL_WAIT_DATA;
405 if (!tick_isset(ob->wex))
406 ob->wex = tick_add_ifset(now_ms, ob->wto);
407
408 if (!(si->flags & SI_FL_DONT_WAKE) && si->owner)
409 task_wakeup(si->owner, TASK_WOKEN_IO);
410}
411
Willy Tarreaub24281b2011-02-13 13:16:36 +0100412/* Register an applet to handle a stream_interface as part of the stream
Willy Tarreaufb90d942009-09-05 20:57:35 +0200413 * interface's owner task, which is returned. The SI will wake it up everytime
Willy Tarreaub24281b2011-02-13 13:16:36 +0100414 * it is solicited. The task's processing function must call the applet's
Willy Tarreaufb90d942009-09-05 20:57:35 +0200415 * function before returning. It must be deleted by the task handler using
Willy Tarreaub24281b2011-02-13 13:16:36 +0100416 * stream_int_unregister_handler(), possibly from within the function itself.
Willy Tarreaufa6bac62012-05-31 14:16:59 +0200417 * It also pre-initializes applet.state to zero and the connection context
418 * to NULL.
Willy Tarreaufb90d942009-09-05 20:57:35 +0200419 */
Willy Tarreaub24281b2011-02-13 13:16:36 +0100420struct task *stream_int_register_handler(struct stream_interface *si, struct si_applet *app)
Willy Tarreaufb90d942009-09-05 20:57:35 +0200421{
Simon Horman7abd00d2011-08-13 08:03:51 +0900422 DPRINTF(stderr, "registering handler %p for si %p (was %p)\n", app, si, si->owner);
Willy Tarreaufb90d942009-09-05 20:57:35 +0200423
Willy Tarreauc5788912012-08-24 18:12:41 +0200424 si_prepare_embedded(si);
Willy Tarreau3cefd522012-08-30 15:49:18 +0200425 set_target_applet(&si->conn.target, app);
Aman Gupta9a13e842012-04-02 18:57:53 -0700426 si->release = app->release;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200427 si->flags |= SI_FL_WAIT_DATA;
428 return si->owner;
429}
430
431/* Register a function to handle a stream_interface as a standalone task. The
432 * new task itself is returned and is assigned as si->owner. The stream_interface
433 * pointer will be pointed to by the task's context. The handler can be detached
434 * by using stream_int_unregister_handler().
Willy Tarreau7c0a1512011-03-10 11:17:02 +0100435 * FIXME: the code should be updated to ensure that we don't change si->owner
436 * anymore as this is not needed. However, process_session still relies on it.
Willy Tarreaufb90d942009-09-05 20:57:35 +0200437 */
438struct task *stream_int_register_handler_task(struct stream_interface *si,
439 struct task *(*fct)(struct task *))
440{
441 struct task *t;
442
443 DPRINTF(stderr, "registering handler %p for si %p (was %p)\n", fct, si, si->owner);
444
Willy Tarreauc5788912012-08-24 18:12:41 +0200445 si_prepare_task(si);
Willy Tarreau3cefd522012-08-30 15:49:18 +0200446 clear_target(&si->conn.target);
Willy Tarreau0bd05ea2010-07-02 11:18:03 +0200447 si->release = NULL;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200448 si->flags |= SI_FL_WAIT_DATA;
449
450 t = task_new();
451 si->owner = t;
452 if (!t)
453 return t;
Willy Tarreau7c0a1512011-03-10 11:17:02 +0100454
Willy Tarreau3cefd522012-08-30 15:49:18 +0200455 set_target_task(&si->conn.target, t);
Willy Tarreau7c0a1512011-03-10 11:17:02 +0100456
Willy Tarreaufb90d942009-09-05 20:57:35 +0200457 t->process = fct;
458 t->context = si;
459 task_wakeup(si->owner, TASK_WOKEN_INIT);
460
461 return t;
462}
463
464/* Unregister a stream interface handler. This must be called by the handler task
465 * itself when it detects that it is in the SI_ST_DIS state. This function can
466 * both detach standalone handlers and embedded handlers.
467 */
468void stream_int_unregister_handler(struct stream_interface *si)
469{
Willy Tarreau3cefd522012-08-30 15:49:18 +0200470 if (si->conn.target.type == TARG_TYPE_TASK) {
Willy Tarreaufb90d942009-09-05 20:57:35 +0200471 /* external handler : kill the task */
Willy Tarreau3cefd522012-08-30 15:49:18 +0200472 task_delete(si->conn.target.ptr.t);
473 task_free(si->conn.target.ptr.t);
Willy Tarreaufb90d942009-09-05 20:57:35 +0200474 }
Willy Tarreau0bd05ea2010-07-02 11:18:03 +0200475 si->release = NULL;
Willy Tarreaufb90d942009-09-05 20:57:35 +0200476 si->owner = NULL;
Willy Tarreau3cefd522012-08-30 15:49:18 +0200477 clear_target(&si->conn.target);
Willy Tarreaufb90d942009-09-05 20:57:35 +0200478}
479
Willy Tarreau2c6be842012-07-06 17:12:34 +0200480/* This callback is used to send a valid PROXY protocol line to a socket being
Willy Tarreauafad0e02012-08-09 14:45:22 +0200481 * established. It returns 0 if it fails in a fatal way or needs to poll to go
482 * further, otherwise it returns non-zero and removes itself from the connection's
Willy Tarreaua1a74742012-08-24 12:14:49 +0200483 * flags (the bit is provided in <flag> by the caller). It is designed to be
484 * called by the connection handler and relies on it to commit polling changes.
Willy Tarreau2c6be842012-07-06 17:12:34 +0200485 */
486int conn_si_send_proxy(struct connection *conn, unsigned int flag)
487{
Willy Tarreau2c6be842012-07-06 17:12:34 +0200488 struct stream_interface *si = container_of(conn, struct stream_interface, conn);
Willy Tarreau2c6be842012-07-06 17:12:34 +0200489
490 /* we might have been called just after an asynchronous shutw */
Willy Tarreaua1a74742012-08-24 12:14:49 +0200491 if (conn->flags & CO_FL_SOCK_WR_SH)
Willy Tarreau2c6be842012-07-06 17:12:34 +0200492 goto out_error;
493
494 /* If we have a PROXY line to send, we'll use this to validate the
495 * connection, in which case the connection is validated only once
496 * we've sent the whole proxy line. Otherwise we use connect().
497 */
498 if (si->send_proxy_ofs) {
499 int ret;
500
501 /* The target server expects a PROXY line to be sent first.
502 * If the send_proxy_ofs is negative, it corresponds to the
503 * offset to start sending from then end of the proxy string
504 * (which is recomputed every time since it's constant). If
505 * it is positive, it means we have to send from the start.
506 */
Willy Tarreau986a9d22012-08-30 21:11:38 +0200507 ret = make_proxy_line(trash, trashlen, &si->ob->prod->conn.addr.from, &si->ob->prod->conn.addr.to);
Willy Tarreau2c6be842012-07-06 17:12:34 +0200508 if (!ret)
509 goto out_error;
510
511 if (si->send_proxy_ofs > 0)
512 si->send_proxy_ofs = -ret; /* first call */
513
Willy Tarreaua1a74742012-08-24 12:14:49 +0200514 /* we have to send trash from (ret+sp for -sp bytes). If the
515 * data layer has a pending write, we'll also set MSG_MORE.
516 */
517 ret = send(conn->t.sock.fd, trash + ret + si->send_proxy_ofs, -si->send_proxy_ofs,
518 (conn->flags & CO_FL_DATA_WR_ENA) ? MSG_MORE : 0);
Willy Tarreau2c6be842012-07-06 17:12:34 +0200519
520 if (ret == 0)
521 goto out_wait;
522
523 if (ret < 0) {
524 if (errno == EAGAIN)
525 goto out_wait;
526 goto out_error;
527 }
528
529 si->send_proxy_ofs += ret; /* becomes zero once complete */
530 if (si->send_proxy_ofs != 0)
531 goto out_wait;
532
533 /* OK we've sent the whole line, we're connected */
534 }
535
Willy Tarreaua1a74742012-08-24 12:14:49 +0200536 /* The connection is ready now, simply return and let the connection
537 * handler notify upper layers if needed.
Willy Tarreau2c6be842012-07-06 17:12:34 +0200538 */
539 if (conn->flags & CO_FL_WAIT_L4_CONN)
540 conn->flags &= ~CO_FL_WAIT_L4_CONN;
Willy Tarreau2c6be842012-07-06 17:12:34 +0200541 conn->flags &= ~flag;
Willy Tarreauafad0e02012-08-09 14:45:22 +0200542 return 1;
Willy Tarreau2c6be842012-07-06 17:12:34 +0200543
544 out_error:
Willy Tarreauafad0e02012-08-09 14:45:22 +0200545 /* Write error on the file descriptor */
Willy Tarreau2c6be842012-07-06 17:12:34 +0200546 conn->flags |= CO_FL_ERROR;
Willy Tarreauafad0e02012-08-09 14:45:22 +0200547 conn->flags &= ~flag;
Willy Tarreauafad0e02012-08-09 14:45:22 +0200548 return 0;
Willy Tarreau2c6be842012-07-06 17:12:34 +0200549
550 out_wait:
Willy Tarreaua1a74742012-08-24 12:14:49 +0200551 __conn_sock_stop_recv(conn);
552 __conn_sock_poll_send(conn);
Willy Tarreauafad0e02012-08-09 14:45:22 +0200553 return 0;
Willy Tarreau2c6be842012-07-06 17:12:34 +0200554}
555
Willy Tarreau100c4672012-08-20 12:06:26 +0200556/* Callback to be used by connection I/O handlers upon completion. It differs from
557 * the function below in that it is designed to be called by lower layers after I/O
558 * events have been completed. It will also try to wake the associated task up if
Willy Tarreauf16723e2012-08-24 12:52:22 +0200559 * an important event requires special handling. It relies on the connection handler
560 * to commit any polling updates.
Willy Tarreau100c4672012-08-20 12:06:26 +0200561 */
562void conn_notify_si(struct connection *conn)
Willy Tarreaufd31e532012-07-23 18:24:25 +0200563{
Willy Tarreaufd31e532012-07-23 18:24:25 +0200564 struct stream_interface *si = container_of(conn, struct stream_interface, conn);
565
566 DPRINTF(stderr, "%s: si=%p, si->state=%d ib->flags=%08x ob->flags=%08x\n",
567 __FUNCTION__,
568 si, si->state, si->ib->flags, si->ob->flags);
569
Willy Tarreau3c55ec22012-07-23 19:19:51 +0200570 if (conn->flags & CO_FL_ERROR)
571 si->flags |= SI_FL_ERR;
572
Willy Tarreau8f8c92f2012-07-23 19:45:44 +0200573 /* check for recent connection establishment */
Willy Tarreauc76ae332012-07-12 15:32:13 +0200574 if (unlikely(!(conn->flags & (CO_FL_WAIT_L4_CONN | CO_FL_WAIT_L6_CONN | CO_FL_CONNECTED)))) {
Willy Tarreau8f8c92f2012-07-23 19:45:44 +0200575 si->exp = TICK_ETERNITY;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200576 si->ob->flags |= CF_WRITE_NULL;
Willy Tarreau8f8c92f2012-07-23 19:45:44 +0200577 }
578
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200579 /* process consumer side */
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200580 if (channel_is_empty(si->ob)) {
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200581 if (((si->ob->flags & (CF_SHUTW|CF_HIJACK|CF_SHUTW_NOW)) == CF_SHUTW_NOW) &&
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200582 (si->state == SI_ST_EST))
583 stream_int_shutw(si);
Willy Tarreauf16723e2012-08-24 12:52:22 +0200584 __conn_data_stop_send(conn);
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200585 si->ob->wex = TICK_ETERNITY;
586 }
Willy Tarreaufd31e532012-07-23 18:24:25 +0200587
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200588 if ((si->ob->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_HIJACK)) == 0 && !channel_full(si->ob))
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200589 si->flags |= SI_FL_WAIT_DATA;
Willy Tarreaufd31e532012-07-23 18:24:25 +0200590
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200591 if (si->ob->flags & CF_WRITE_ACTIVITY) {
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200592 /* update timeouts if we have written something */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200593 if ((si->ob->flags & (CF_SHUTW|CF_WRITE_PARTIAL)) == CF_WRITE_PARTIAL &&
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200594 !channel_is_empty(si->ob))
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200595 if (tick_isset(si->ob->wex))
596 si->ob->wex = tick_add_ifset(now_ms, si->ob->wto);
Willy Tarreaufd31e532012-07-23 18:24:25 +0200597
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200598 if (!(si->flags & SI_FL_INDEP_STR))
599 if (tick_isset(si->ib->rex))
600 si->ib->rex = tick_add_ifset(now_ms, si->ib->rto);
Willy Tarreaufd31e532012-07-23 18:24:25 +0200601
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200602 if (likely((si->ob->flags & (CF_SHUTW|CF_WRITE_PARTIAL|CF_DONT_READ)) == CF_WRITE_PARTIAL &&
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +0200603 !channel_full(si->ob) &&
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200604 (si->ob->prod->flags & SI_FL_WAIT_ROOM)))
605 si_chk_rcv(si->ob->prod);
Willy Tarreaufd31e532012-07-23 18:24:25 +0200606 }
607
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200608 /* process producer side.
609 * We might have some data the consumer is waiting for.
610 * We can do fast-forwarding, but we avoid doing this for partial
611 * buffers, because it is very likely that it will be done again
612 * immediately afterwards once the following data is parsed (eg:
613 * HTTP chunking).
614 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200615 if (((si->ib->flags & CF_READ_PARTIAL) && !channel_is_empty(si->ib)) &&
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200616 (si->ib->pipe /* always try to send spliced data */ ||
617 (si->ib->buf.i == 0 && (si->ib->cons->flags & SI_FL_WAIT_DATA)))) {
618 int last_len = si->ib->pipe ? si->ib->pipe->data : 0;
Willy Tarreaufd31e532012-07-23 18:24:25 +0200619
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200620 si_chk_snd(si->ib->cons);
Willy Tarreaufd31e532012-07-23 18:24:25 +0200621
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200622 /* check if the consumer has freed some space either in the
623 * buffer or in the pipe.
624 */
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +0200625 if (!channel_full(si->ib) &&
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200626 (!last_len || !si->ib->pipe || si->ib->pipe->data < last_len))
627 si->flags &= ~SI_FL_WAIT_ROOM;
628 }
Willy Tarreaufd31e532012-07-23 18:24:25 +0200629
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200630 if (si->flags & SI_FL_WAIT_ROOM) {
Willy Tarreauf16723e2012-08-24 12:52:22 +0200631 __conn_data_stop_recv(conn);
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200632 si->ib->rex = TICK_ETERNITY;
633 }
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200634 else if ((si->ib->flags & (CF_SHUTR|CF_READ_PARTIAL|CF_DONT_READ|CF_READ_NOEXP)) == CF_READ_PARTIAL &&
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +0200635 !channel_full(si->ib)) {
Willy Tarreau44b5dc62012-08-24 12:12:53 +0200636 if (tick_isset(si->ib->rex))
637 si->ib->rex = tick_add_ifset(now_ms, si->ib->rto);
Willy Tarreaufd31e532012-07-23 18:24:25 +0200638 }
639
640 /* wake the task up only when needed */
641 if (/* changes on the production side */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200642 (si->ib->flags & (CF_READ_NULL|CF_READ_ERROR)) ||
Willy Tarreaufd31e532012-07-23 18:24:25 +0200643 si->state != SI_ST_EST ||
644 (si->flags & SI_FL_ERR) ||
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200645 ((si->ib->flags & CF_READ_PARTIAL) &&
Willy Tarreaufd31e532012-07-23 18:24:25 +0200646 (!si->ib->to_forward || si->ib->cons->state != SI_ST_EST)) ||
647
648 /* changes on the consumption side */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200649 (si->ob->flags & (CF_WRITE_NULL|CF_WRITE_ERROR)) ||
650 ((si->ob->flags & CF_WRITE_ACTIVITY) &&
651 ((si->ob->flags & CF_SHUTW) ||
Willy Tarreaufd31e532012-07-23 18:24:25 +0200652 si->ob->prod->state != SI_ST_EST ||
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200653 (channel_is_empty(si->ob) && !si->ob->to_forward)))) {
Willy Tarreaufd31e532012-07-23 18:24:25 +0200654 task_wakeup(si->owner, TASK_WOKEN_IO);
655 }
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200656 if (si->ib->flags & CF_READ_ACTIVITY)
657 si->ib->flags &= ~CF_READ_DONTWAIT;
Willy Tarreaufd31e532012-07-23 18:24:25 +0200658}
Willy Tarreau2c6be842012-07-06 17:12:34 +0200659
Willy Tarreau5368d802012-08-21 18:22:06 +0200660/*
661 * This function is called to send buffer data to a stream socket.
662 * It returns -1 in case of unrecoverable error, otherwise zero.
Willy Tarreauf16723e2012-08-24 12:52:22 +0200663 * It iterates the data layer's snd_buf function. It relies on the
664 * caller to commit polling changes.
Willy Tarreau5368d802012-08-21 18:22:06 +0200665 */
666static int si_conn_send_loop(struct connection *conn)
667{
668 struct stream_interface *si = container_of(conn, struct stream_interface, conn);
669 struct channel *b = si->ob;
670 int write_poll = MAX_WRITE_POLL_LOOPS;
671 int ret;
672
Willy Tarreau96199b12012-08-24 00:46:52 +0200673 if (b->pipe && conn->data->snd_pipe) {
674 ret = conn->data->snd_pipe(conn, b->pipe);
675 if (ret > 0)
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200676 b->flags |= CF_WRITE_PARTIAL;
Willy Tarreau5368d802012-08-21 18:22:06 +0200677
678 if (!b->pipe->data) {
679 put_pipe(b->pipe);
680 b->pipe = NULL;
Willy Tarreau5368d802012-08-21 18:22:06 +0200681 }
682
Willy Tarreau96199b12012-08-24 00:46:52 +0200683 if (conn->flags & CO_FL_ERROR)
684 return -1;
Willy Tarreau5368d802012-08-21 18:22:06 +0200685 }
686
687 /* At this point, the pipe is empty, but we may still have data pending
688 * in the normal buffer.
689 */
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200690 if (!b->buf.o)
Willy Tarreau5368d802012-08-21 18:22:06 +0200691 return 0;
Willy Tarreau5368d802012-08-21 18:22:06 +0200692
693 /* when we're in this loop, we already know that there is no spliced
694 * data left, and that there are sendable buffered data.
695 */
Willy Tarreau56a77e52012-09-02 18:34:44 +0200696 while (!(conn->flags & (CO_FL_ERROR | CO_FL_SOCK_WR_SH | CO_FL_DATA_WR_SH | CO_FL_WAIT_DATA | CO_FL_WAIT_WR | CO_FL_HANDSHAKE))) {
Willy Tarreau5368d802012-08-21 18:22:06 +0200697 /* check if we want to inform the kernel that we're interested in
698 * sending more data after this call. We want this if :
699 * - we're about to close after this last send and want to merge
700 * the ongoing FIN with the last segment.
701 * - we know we can't send everything at once and must get back
702 * here because of unaligned data
703 * - there is still a finite amount of data to forward
704 * The test is arranged so that the most common case does only 2
705 * tests.
706 */
707 unsigned int send_flag = MSG_DONTWAIT | MSG_NOSIGNAL;
708
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200709 if ((!(b->flags & (CF_NEVER_WAIT|CF_SEND_DONTWAIT)) &&
710 ((b->to_forward && b->to_forward != CHN_INFINITE_FORWARD) ||
711 (b->flags & CF_EXPECT_MORE))) ||
712 ((b->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_HIJACK)) == CF_SHUTW_NOW))
Willy Tarreau5368d802012-08-21 18:22:06 +0200713 send_flag |= MSG_MORE;
714
715 ret = conn->data->snd_buf(conn, &b->buf, send_flag);
716 if (ret <= 0)
717 break;
718
719 if (si->conn.flags & CO_FL_WAIT_L4_CONN)
720 si->conn.flags &= ~CO_FL_WAIT_L4_CONN;
721
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200722 b->flags |= CF_WRITE_PARTIAL;
Willy Tarreau5368d802012-08-21 18:22:06 +0200723
Willy Tarreau5368d802012-08-21 18:22:06 +0200724 if (!b->buf.o) {
725 /* Always clear both flags once everything has been sent, they're one-shot */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200726 b->flags &= ~(CF_EXPECT_MORE | CF_SEND_DONTWAIT);
Willy Tarreau5368d802012-08-21 18:22:06 +0200727 break;
728 }
729
730 if (--write_poll <= 0)
731 break;
732 } /* while */
733
734 if (conn->flags & CO_FL_ERROR)
735 return -1;
736
Willy Tarreau5368d802012-08-21 18:22:06 +0200737 return 0;
738}
739
740
Willy Tarreau100c4672012-08-20 12:06:26 +0200741/* Updates the timers and flags of a stream interface attached to a connection,
742 * depending on the buffers' flags. It should only be called once after the
743 * buffer flags have settled down, and before they are cleared. It doesn't
744 * harm to call it as often as desired (it just slightly hurts performance).
745 * It is only meant to be called by upper layers after buffer flags have been
746 * manipulated by analysers.
747 */
748void stream_int_update_conn(struct stream_interface *si)
749{
Willy Tarreau7421efb2012-07-02 15:11:27 +0200750 struct channel *ib = si->ib;
751 struct channel *ob = si->ob;
Willy Tarreau100c4672012-08-20 12:06:26 +0200752
Willy Tarreau100c4672012-08-20 12:06:26 +0200753 /* Check if we need to close the read side */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200754 if (!(ib->flags & CF_SHUTR)) {
Willy Tarreau100c4672012-08-20 12:06:26 +0200755 /* Read not closed, update FD status and timeout for reads */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200756 if ((ib->flags & (CF_HIJACK|CF_DONT_READ)) || channel_full(ib)) {
Willy Tarreau100c4672012-08-20 12:06:26 +0200757 /* stop reading */
758 if (!(si->flags & SI_FL_WAIT_ROOM)) {
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200759 if (!(ib->flags & (CF_HIJACK|CF_DONT_READ))) /* full */
Willy Tarreau100c4672012-08-20 12:06:26 +0200760 si->flags |= SI_FL_WAIT_ROOM;
761 conn_data_stop_recv(&si->conn);
762 ib->rex = TICK_ETERNITY;
763 }
764 }
765 else {
766 /* (re)start reading and update timeout. Note: we don't recompute the timeout
767 * everytime we get here, otherwise it would risk never to expire. We only
768 * update it if is was not yet set. The stream socket handler will already
769 * have updated it if there has been a completed I/O.
770 */
771 si->flags &= ~SI_FL_WAIT_ROOM;
772 conn_data_want_recv(&si->conn);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200773 if (!(ib->flags & (CF_READ_NOEXP|CF_DONT_READ)) && !tick_isset(ib->rex))
Willy Tarreau100c4672012-08-20 12:06:26 +0200774 ib->rex = tick_add_ifset(now_ms, ib->rto);
775 }
776 }
777
778 /* Check if we need to close the write side */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200779 if (!(ob->flags & CF_SHUTW)) {
Willy Tarreau100c4672012-08-20 12:06:26 +0200780 /* Write not closed, update FD status and timeout for writes */
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200781 if (channel_is_empty(ob)) {
Willy Tarreau100c4672012-08-20 12:06:26 +0200782 /* stop writing */
783 if (!(si->flags & SI_FL_WAIT_DATA)) {
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200784 if ((ob->flags & (CF_HIJACK|CF_SHUTW_NOW)) == 0)
Willy Tarreau100c4672012-08-20 12:06:26 +0200785 si->flags |= SI_FL_WAIT_DATA;
786 conn_data_stop_send(&si->conn);
787 ob->wex = TICK_ETERNITY;
788 }
789 }
790 else {
791 /* (re)start writing and update timeout. Note: we don't recompute the timeout
792 * everytime we get here, otherwise it would risk never to expire. We only
793 * update it if is was not yet set. The stream socket handler will already
794 * have updated it if there has been a completed I/O.
795 */
796 si->flags &= ~SI_FL_WAIT_DATA;
797 conn_data_want_send(&si->conn);
798 if (!tick_isset(ob->wex)) {
799 ob->wex = tick_add_ifset(now_ms, ob->wto);
800 if (tick_isset(ib->rex) && !(si->flags & SI_FL_INDEP_STR)) {
801 /* Note: depending on the protocol, we don't know if we're waiting
802 * for incoming data or not. So in order to prevent the socket from
803 * expiring read timeouts during writes, we refresh the read timeout,
804 * except if it was already infinite or if we have explicitly setup
805 * independent streams.
806 */
807 ib->rex = tick_add_ifset(now_ms, ib->rto);
808 }
809 }
810 }
811 }
812}
813
Willy Tarreau46a8d922012-08-20 12:38:36 +0200814/* This function is used for inter-stream-interface calls. It is called by the
815 * consumer to inform the producer side that it may be interested in checking
816 * for free space in the buffer. Note that it intentionally does not update
817 * timeouts, so that we can still check them later at wake-up. This function is
818 * dedicated to connection-based stream interfaces.
819 */
Willy Tarreauc5788912012-08-24 18:12:41 +0200820static void stream_int_chk_rcv_conn(struct stream_interface *si)
Willy Tarreau46a8d922012-08-20 12:38:36 +0200821{
Willy Tarreau7421efb2012-07-02 15:11:27 +0200822 struct channel *ib = si->ib;
Willy Tarreau46a8d922012-08-20 12:38:36 +0200823
Willy Tarreau34ffd772012-09-03 16:51:27 +0200824 if (unlikely(si->state > SI_ST_EST || (ib->flags & CF_SHUTR)))
Willy Tarreau46a8d922012-08-20 12:38:36 +0200825 return;
826
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200827 if ((ib->flags & (CF_HIJACK|CF_DONT_READ)) || channel_full(ib)) {
Willy Tarreau46a8d922012-08-20 12:38:36 +0200828 /* stop reading */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200829 if (!(ib->flags & (CF_HIJACK|CF_DONT_READ))) /* full */
Willy Tarreau46a8d922012-08-20 12:38:36 +0200830 si->flags |= SI_FL_WAIT_ROOM;
831 conn_data_stop_recv(&si->conn);
832 }
833 else {
834 /* (re)start reading */
835 si->flags &= ~SI_FL_WAIT_ROOM;
836 conn_data_want_recv(&si->conn);
837 }
838}
839
840
Willy Tarreaude5722c2012-08-20 15:01:10 +0200841/* This function is used for inter-stream-interface calls. It is called by the
842 * producer to inform the consumer side that it may be interested in checking
843 * for data in the buffer. Note that it intentionally does not update timeouts,
844 * so that we can still check them later at wake-up.
845 */
Willy Tarreauc5788912012-08-24 18:12:41 +0200846static void stream_int_chk_snd_conn(struct stream_interface *si)
Willy Tarreaude5722c2012-08-20 15:01:10 +0200847{
Willy Tarreau7421efb2012-07-02 15:11:27 +0200848 struct channel *ob = si->ob;
Willy Tarreaude5722c2012-08-20 15:01:10 +0200849
Willy Tarreau34ffd772012-09-03 16:51:27 +0200850 if (unlikely(si->state > SI_ST_EST || (ob->flags & CF_SHUTW)))
Willy Tarreaude5722c2012-08-20 15:01:10 +0200851 return;
Willy Tarreaude5722c2012-08-20 15:01:10 +0200852
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200853 if (unlikely(channel_is_empty(ob))) /* called with nothing to send ! */
Willy Tarreaude5722c2012-08-20 15:01:10 +0200854 return;
855
856 if (!ob->pipe && /* spliced data wants to be forwarded ASAP */
857 (!(si->flags & SI_FL_WAIT_DATA) || /* not waiting for data */
858 (fdtab[si_fd(si)].ev & FD_POLL_OUT))) /* we'll be called anyway */
859 return;
860
Willy Tarreau34ffd772012-09-03 16:51:27 +0200861 if (!(si->conn.flags & CO_FL_HANDSHAKE) && si_conn_send_loop(&si->conn) < 0) {
Willy Tarreaude5722c2012-08-20 15:01:10 +0200862 /* Write error on the file descriptor. We mark the FD as STERROR so
863 * that we don't use it anymore and we notify the task.
864 */
865 fdtab[si_fd(si)].ev &= ~FD_POLL_STICKY;
Willy Tarreauf16723e2012-08-24 12:52:22 +0200866 __conn_data_stop_both(&si->conn);
Willy Tarreaude5722c2012-08-20 15:01:10 +0200867 si->flags |= SI_FL_ERR;
868 si->conn.flags |= CO_FL_ERROR;
869 goto out_wakeup;
870 }
871
872 /* OK, so now we know that some data might have been sent, and that we may
873 * have to poll first. We have to do that too if the buffer is not empty.
874 */
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200875 if (channel_is_empty(ob)) {
Willy Tarreaude5722c2012-08-20 15:01:10 +0200876 /* the connection is established but we can't write. Either the
877 * buffer is empty, or we just refrain from sending because the
878 * ->o limit was reached. Maybe we just wrote the last
879 * chunk and need to close.
880 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200881 if (((ob->flags & (CF_SHUTW|CF_HIJACK|CF_AUTO_CLOSE|CF_SHUTW_NOW)) ==
882 (CF_AUTO_CLOSE|CF_SHUTW_NOW)) &&
Willy Tarreaude5722c2012-08-20 15:01:10 +0200883 (si->state == SI_ST_EST)) {
884 si_shutw(si);
885 goto out_wakeup;
886 }
887
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200888 if ((ob->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_HIJACK)) == 0)
Willy Tarreaude5722c2012-08-20 15:01:10 +0200889 si->flags |= SI_FL_WAIT_DATA;
890 ob->wex = TICK_ETERNITY;
891 }
892 else {
893 /* Otherwise there are remaining data to be sent in the buffer,
894 * which means we have to poll before doing so.
895 */
Willy Tarreauf16723e2012-08-24 12:52:22 +0200896 __conn_data_want_send(&si->conn);
Willy Tarreaude5722c2012-08-20 15:01:10 +0200897 si->flags &= ~SI_FL_WAIT_DATA;
898 if (!tick_isset(ob->wex))
899 ob->wex = tick_add_ifset(now_ms, ob->wto);
900 }
901
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200902 if (likely(ob->flags & CF_WRITE_ACTIVITY)) {
Willy Tarreaude5722c2012-08-20 15:01:10 +0200903 /* update timeout if we have written something */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200904 if ((ob->flags & (CF_SHUTW|CF_WRITE_PARTIAL)) == CF_WRITE_PARTIAL &&
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200905 !channel_is_empty(ob))
Willy Tarreaude5722c2012-08-20 15:01:10 +0200906 ob->wex = tick_add_ifset(now_ms, ob->wto);
907
908 if (tick_isset(si->ib->rex) && !(si->flags & SI_FL_INDEP_STR)) {
909 /* Note: to prevent the client from expiring read timeouts
910 * during writes, we refresh it. We only do this if the
911 * interface is not configured for "independent streams",
912 * because for some applications it's better not to do this,
913 * for instance when continuously exchanging small amounts
914 * of data which can full the socket buffers long before a
915 * write timeout is detected.
916 */
917 si->ib->rex = tick_add_ifset(now_ms, si->ib->rto);
918 }
919 }
920
921 /* in case of special condition (error, shutdown, end of write...), we
922 * have to notify the task.
923 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200924 if (likely((ob->flags & (CF_WRITE_NULL|CF_WRITE_ERROR|CF_SHUTW)) ||
Willy Tarreau8e21bb92012-08-24 22:40:29 +0200925 (channel_is_empty(ob) && !ob->to_forward) ||
Willy Tarreaude5722c2012-08-20 15:01:10 +0200926 si->state != SI_ST_EST)) {
927 out_wakeup:
928 if (!(si->flags & SI_FL_DONT_WAKE) && si->owner)
929 task_wakeup(si->owner, TASK_WOKEN_IO);
930 }
Willy Tarreauf16723e2012-08-24 12:52:22 +0200931
932 /* commit possible polling changes */
933 conn_cond_update_polling(&si->conn);
Willy Tarreaude5722c2012-08-20 15:01:10 +0200934}
935
Willy Tarreaueecf6ca2012-08-20 15:09:53 +0200936/*
Willy Tarreauce323de2012-08-20 21:41:06 +0200937 * This is the callback which is called by the connection layer to receive data
938 * into the buffer from the connection. It iterates over the data layer's rcv_buf
939 * function.
940 */
941void si_conn_recv_cb(struct connection *conn)
942{
943 struct stream_interface *si = container_of(conn, struct stream_interface, conn);
944 struct channel *b = si->ib;
945 int ret, max, cur_read;
946 int read_poll = MAX_READ_POLL_LOOPS;
947
948 /* stop immediately on errors. Note that we DON'T want to stop on
949 * POLL_ERR, as the poller might report a write error while there
950 * are still data available in the recv buffer. This typically
951 * happens when we send too large a request to a backend server
952 * which rejects it before reading it all.
953 */
954 if (conn->flags & CO_FL_ERROR)
955 goto out_error;
956
957 /* stop here if we reached the end of data */
958 if (conn_data_read0_pending(conn))
959 goto out_shutdown_r;
960
961 /* maybe we were called immediately after an asynchronous shutr */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200962 if (b->flags & CF_SHUTR)
Willy Tarreauce323de2012-08-20 21:41:06 +0200963 return;
964
Willy Tarreau96199b12012-08-24 00:46:52 +0200965 cur_read = 0;
Willy Tarreau96199b12012-08-24 00:46:52 +0200966
967 /* First, let's see if we may splice data across the channel without
968 * using a buffer.
969 */
970 if (conn->data->rcv_pipe &&
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200971 b->to_forward >= MIN_SPLICE_FORWARD && b->flags & CF_KERN_SPLICING) {
Willy Tarreau96199b12012-08-24 00:46:52 +0200972 if (buffer_not_empty(&b->buf)) {
973 /* We're embarrassed, there are already data pending in
974 * the buffer and we don't want to have them at two
975 * locations at a time. Let's indicate we need some
976 * place and ask the consumer to hurry.
977 */
978 goto abort_splice;
979 }
Willy Tarreauce323de2012-08-20 21:41:06 +0200980
Willy Tarreau96199b12012-08-24 00:46:52 +0200981 if (unlikely(b->pipe == NULL)) {
982 if (pipes_used >= global.maxpipes || !(b->pipe = get_pipe())) {
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200983 b->flags &= ~CF_KERN_SPLICING;
Willy Tarreau96199b12012-08-24 00:46:52 +0200984 goto abort_splice;
985 }
986 }
987
988 ret = conn->data->rcv_pipe(conn, b->pipe, b->to_forward);
989 if (ret < 0) {
990 /* splice not supported on this end, let's disable it */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200991 b->flags &= ~CF_KERN_SPLICING;
Willy Tarreau96199b12012-08-24 00:46:52 +0200992 goto abort_splice;
993 }
Willy Tarreauce323de2012-08-20 21:41:06 +0200994
Willy Tarreau96199b12012-08-24 00:46:52 +0200995 if (ret > 0) {
Willy Tarreau03cdb7c2012-08-27 23:14:58 +0200996 if (b->to_forward != CHN_INFINITE_FORWARD)
Willy Tarreau96199b12012-08-24 00:46:52 +0200997 b->to_forward -= ret;
998 b->total += ret;
999 cur_read += ret;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001000 b->flags |= CF_READ_PARTIAL;
Willy Tarreauce323de2012-08-20 21:41:06 +02001001 }
Willy Tarreau96199b12012-08-24 00:46:52 +02001002
1003 if (conn_data_read0_pending(conn))
1004 goto out_shutdown_r;
1005
1006 if (conn->flags & CO_FL_ERROR)
1007 goto out_error;
1008
Willy Tarreau56a77e52012-09-02 18:34:44 +02001009 if (conn->flags & CO_FL_WAIT_ROOM) /* most likely the pipe is full */
1010 si->flags |= SI_FL_WAIT_ROOM;
1011
Willy Tarreauce323de2012-08-20 21:41:06 +02001012 /* splice not possible (anymore), let's go on on standard copy */
1013 }
Willy Tarreau96199b12012-08-24 00:46:52 +02001014
1015 abort_splice:
1016 /* release the pipe if we can, which is almost always the case */
1017 if (b->pipe && !b->pipe->data) {
1018 put_pipe(b->pipe);
1019 b->pipe = NULL;
1020 }
1021
Willy Tarreau56a77e52012-09-02 18:34:44 +02001022 while (!b->pipe && !(conn->flags & (CO_FL_ERROR | CO_FL_SOCK_RD_SH | CO_FL_DATA_RD_SH | CO_FL_WAIT_RD | CO_FL_WAIT_ROOM | CO_FL_HANDSHAKE))) {
Willy Tarreauce323de2012-08-20 21:41:06 +02001023 max = bi_avail(b);
1024
1025 if (!max) {
Willy Tarreau56a77e52012-09-02 18:34:44 +02001026 si->flags |= SI_FL_WAIT_ROOM;
Willy Tarreauce323de2012-08-20 21:41:06 +02001027 break;
1028 }
1029
1030 ret = conn->data->rcv_buf(conn, &b->buf, max);
1031 if (ret <= 0)
1032 break;
1033
1034 cur_read += ret;
1035
1036 /* if we're allowed to directly forward data, we must update ->o */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001037 if (b->to_forward && !(b->flags & (CF_SHUTW|CF_SHUTW_NOW))) {
Willy Tarreauce323de2012-08-20 21:41:06 +02001038 unsigned long fwd = ret;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001039 if (b->to_forward != CHN_INFINITE_FORWARD) {
Willy Tarreauce323de2012-08-20 21:41:06 +02001040 if (fwd > b->to_forward)
1041 fwd = b->to_forward;
1042 b->to_forward -= fwd;
1043 }
Willy Tarreaua75bcef2012-08-24 22:56:11 +02001044 b_adv(&b->buf, fwd);
Willy Tarreauce323de2012-08-20 21:41:06 +02001045 }
1046
1047 if (conn->flags & CO_FL_WAIT_L4_CONN)
1048 conn->flags &= ~CO_FL_WAIT_L4_CONN;
1049
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001050 b->flags |= CF_READ_PARTIAL;
Willy Tarreauce323de2012-08-20 21:41:06 +02001051 b->total += ret;
1052
Willy Tarreauad1cc3d2012-08-27 18:54:20 +02001053 if (channel_full(b)) {
Willy Tarreauce323de2012-08-20 21:41:06 +02001054 /* The buffer is now full, there's no point in going through
1055 * the loop again.
1056 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001057 if (!(b->flags & CF_STREAMER_FAST) && (cur_read == buffer_len(&b->buf))) {
Willy Tarreauce323de2012-08-20 21:41:06 +02001058 b->xfer_small = 0;
1059 b->xfer_large++;
1060 if (b->xfer_large >= 3) {
1061 /* we call this buffer a fast streamer if it manages
1062 * to be filled in one call 3 consecutive times.
1063 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001064 b->flags |= (CF_STREAMER | CF_STREAMER_FAST);
Willy Tarreauce323de2012-08-20 21:41:06 +02001065 //fputc('+', stderr);
1066 }
1067 }
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001068 else if ((b->flags & (CF_STREAMER | CF_STREAMER_FAST)) &&
Willy Tarreauce323de2012-08-20 21:41:06 +02001069 (cur_read <= b->buf.size / 2)) {
1070 b->xfer_large = 0;
1071 b->xfer_small++;
1072 if (b->xfer_small >= 2) {
1073 /* if the buffer has been at least half full twice,
1074 * we receive faster than we send, so at least it
1075 * is not a "fast streamer".
1076 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001077 b->flags &= ~CF_STREAMER_FAST;
Willy Tarreauce323de2012-08-20 21:41:06 +02001078 //fputc('-', stderr);
1079 }
1080 }
1081 else {
1082 b->xfer_small = 0;
1083 b->xfer_large = 0;
1084 }
1085
Willy Tarreauce323de2012-08-20 21:41:06 +02001086 si->flags |= SI_FL_WAIT_ROOM;
1087 break;
1088 }
1089
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001090 if ((b->flags & CF_READ_DONTWAIT) || --read_poll <= 0)
Willy Tarreauce323de2012-08-20 21:41:06 +02001091 break;
1092
1093 /* if too many bytes were missing from last read, it means that
1094 * it's pointless trying to read again because the system does
1095 * not have them in buffers.
1096 */
1097 if (ret < max) {
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001098 if ((b->flags & (CF_STREAMER | CF_STREAMER_FAST)) &&
Willy Tarreauce323de2012-08-20 21:41:06 +02001099 (cur_read <= b->buf.size / 2)) {
1100 b->xfer_large = 0;
1101 b->xfer_small++;
1102 if (b->xfer_small >= 3) {
1103 /* we have read less than half of the buffer in
1104 * one pass, and this happened at least 3 times.
1105 * This is definitely not a streamer.
1106 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001107 b->flags &= ~(CF_STREAMER | CF_STREAMER_FAST);
Willy Tarreauce323de2012-08-20 21:41:06 +02001108 //fputc('!', stderr);
1109 }
1110 }
1111
1112 /* if a streamer has read few data, it may be because we
1113 * have exhausted system buffers. It's not worth trying
1114 * again.
1115 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001116 if (b->flags & CF_STREAMER)
Willy Tarreauce323de2012-08-20 21:41:06 +02001117 break;
1118
1119 /* if we read a large block smaller than what we requested,
1120 * it's almost certain we'll never get anything more.
1121 */
1122 if (ret >= global.tune.recv_enough)
1123 break;
1124 }
1125 } /* while !flags */
1126
Willy Tarreau96199b12012-08-24 00:46:52 +02001127 if (conn->flags & CO_FL_ERROR)
1128 goto out_error;
1129
Willy Tarreauce323de2012-08-20 21:41:06 +02001130 if (conn_data_read0_pending(conn))
1131 /* connection closed */
1132 goto out_shutdown_r;
1133
1134 return;
1135
1136 out_shutdown_r:
1137 /* we received a shutdown */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001138 b->flags |= CF_READ_NULL;
1139 if (b->flags & CF_AUTO_CLOSE)
Willy Tarreau8263d2b2012-08-28 00:06:31 +02001140 channel_shutw_now(b);
Willy Tarreauce323de2012-08-20 21:41:06 +02001141 stream_sock_read0(si);
1142 conn_data_read0(conn);
1143 return;
1144
1145 out_error:
1146 /* Read error on the connection, report the error and stop I/O */
1147 conn->flags |= CO_FL_ERROR;
Willy Tarreauce323de2012-08-20 21:41:06 +02001148}
1149
1150/*
Willy Tarreaueecf6ca2012-08-20 15:09:53 +02001151 * This is the callback which is called by the connection layer to send data
1152 * from the buffer to the connection. It iterates over the data layer's snd_buf
1153 * function.
1154 */
1155void si_conn_send_cb(struct connection *conn)
1156{
1157 struct stream_interface *si = container_of(conn, struct stream_interface, conn);
Willy Tarreau7421efb2012-07-02 15:11:27 +02001158 struct channel *b = si->ob;
Willy Tarreaueecf6ca2012-08-20 15:09:53 +02001159
1160 if (conn->flags & CO_FL_ERROR)
1161 goto out_error;
1162
1163 if (si->conn.flags & CO_FL_HANDSHAKE)
1164 /* a handshake was requested */
1165 return;
1166
1167 /* we might have been called just after an asynchronous shutw */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001168 if (b->flags & CF_SHUTW)
Willy Tarreaueecf6ca2012-08-20 15:09:53 +02001169 return;
1170
1171 /* OK there are data waiting to be sent */
Willy Tarreau5368d802012-08-21 18:22:06 +02001172 if (si_conn_send_loop(conn) < 0)
Willy Tarreaueecf6ca2012-08-20 15:09:53 +02001173 goto out_error;
1174
1175 /* OK all done */
1176 return;
1177
1178 out_error:
1179 /* Write error on the connection, report the error and stop I/O */
1180 conn->flags |= CO_FL_ERROR;
Willy Tarreaueecf6ca2012-08-20 15:09:53 +02001181}
1182
Willy Tarreau9bf9c142012-08-20 15:38:41 +02001183/*
1184 * This function propagates a null read received on a socket-based connection.
1185 * It updates the stream interface. If the stream interface has SI_FL_NOHALF,
1186 * the close is also forwarded to the write side as an abort. This function is
1187 * still socket-specific as it handles a setsockopt() call to set the SO_LINGER
1188 * state on the socket.
1189 */
1190void stream_sock_read0(struct stream_interface *si)
1191{
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001192 si->ib->flags &= ~CF_SHUTR_NOW;
1193 if (si->ib->flags & CF_SHUTR)
Willy Tarreau9bf9c142012-08-20 15:38:41 +02001194 return;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001195 si->ib->flags |= CF_SHUTR;
Willy Tarreau9bf9c142012-08-20 15:38:41 +02001196 si->ib->rex = TICK_ETERNITY;
1197 si->flags &= ~SI_FL_WAIT_ROOM;
1198
1199 if (si->state != SI_ST_EST && si->state != SI_ST_CON)
1200 return;
1201
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02001202 if (si->ob->flags & CF_SHUTW)
Willy Tarreau9bf9c142012-08-20 15:38:41 +02001203 goto do_close;
1204
1205 if (si->flags & SI_FL_NOHALF) {
1206 /* we want to immediately forward this close to the write side */
1207 if (si->flags & SI_FL_NOLINGER) {
1208 si->flags &= ~SI_FL_NOLINGER;
1209 setsockopt(si_fd(si), SOL_SOCKET, SO_LINGER,
1210 (struct linger *) &nolinger, sizeof(struct linger));
1211 }
1212 /* force flag on ssl to keep session in cache */
1213 if (si->conn.data->shutw)
1214 si->conn.data->shutw(&si->conn, 0);
1215 goto do_close;
1216 }
1217
1218 /* otherwise that's just a normal read shutdown */
Willy Tarreauf16723e2012-08-24 12:52:22 +02001219 __conn_data_stop_recv(&si->conn);
Willy Tarreau9bf9c142012-08-20 15:38:41 +02001220 return;
1221
1222 do_close:
1223 conn_data_close(&si->conn);
1224 fd_delete(si_fd(si));
1225 si->state = SI_ST_DIS;
1226 si->exp = TICK_ETERNITY;
1227 if (si->release)
1228 si->release(si);
1229 return;
1230}
1231
Willy Tarreaudded32d2008-11-30 19:48:07 +01001232/*
Willy Tarreaucff64112008-11-03 06:26:53 +01001233 * Local variables:
1234 * c-indent-level: 8
1235 * c-basic-offset: 8
1236 * End:
1237 */