Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a441ec9c7a6bb97029b4f9432efc94731ace601c
/
src
/
mux_h2.c
67fda16
CLEANUP: h2: Typo fix in h2_unsubcribe() traces
by Frédéric Lécaille
· Thu Jun 30 12:01:54 2022 +0200
0012f89
OPTIM: mux-h2: increase h2_settings_initial_window_size default to 64k
by Glenn Strauss
· Sat Jun 04 22:11:50 2022 -0400
617592c
MEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE frames
by Willy Tarreau
· Wed Jun 08 16:32:22 2022 +0200
186367f
CLEANUP: muxes: Consider stream's sd as defined in .show_fd callback functions
by Christopher Faulet
· Mon May 30 08:45:15 2022 +0200
95acc8b
CLEANUP: mux-h2: rename the "endp" field to "sd"
by Willy Tarreau
· Fri May 27 16:14:10 2022 +0200
36c2232
CLEANUP: mux-h2: rename all occurrences of stconn "cs" to "sc"
by Willy Tarreau
· Fri May 27 10:41:24 2022 +0200
d137353
CLEANUP: muxes: rename "get_first_cs" to "get_first_sc"
by Willy Tarreau
· Fri May 27 11:00:59 2022 +0200
cb086c6
REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}
by Willy Tarreau
· Fri May 27 09:47:12 2022 +0200
19c65a9
CLEANUP: stconn: rename remaining management functions from cs_* to sc_*
by Willy Tarreau
· Fri May 27 08:49:24 2022 +0200
a0b58b5
CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_*
by Willy Tarreau
· Fri May 27 08:33:53 2022 +0200
967955b
CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_error()
by Willy Tarreau
· Wed May 18 18:15:18 2022 +0200
6fe2b42
CLEANUP: stconn: rename cs_mux() to sc_mux_strm()
by Willy Tarreau
· Wed May 18 16:28:02 2022 +0200
2f2318d
MEDIUM: stconn: merge the app_ops and the data_cb fields
by Willy Tarreau
· Wed May 18 10:17:16 2022 +0200
7cb9e6c
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb"
by Willy Tarreau
· Tue May 17 19:40:40 2022 +0200
c105492
CLEANUP: stdesc: rename the stream connector ->cs field to ->sc
by Willy Tarreau
· Wed May 18 07:43:52 2022 +0200
7be4ee0
CLEANUP: mux-h2: add and use h2s_sc() to retrieve the stream connector
by Willy Tarreau
· Wed May 18 07:31:41 2022 +0200
4596fe2
CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)
by Willy Tarreau
· Tue May 17 19:07:51 2022 +0200
798465b
CLEANUP: conn_stream: rename the conn_stream's endp to sedesc
by Willy Tarreau
· Tue May 17 18:20:02 2022 +0200
ea59b02
CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor)
by Willy Tarreau
· Tue May 17 17:53:22 2022 +0200
65d0597
CLEANUP: conn_stream: rename the cs_endpoint's target to "se"
by Willy Tarreau
· Mon May 16 17:29:42 2022 +0200
b605c42
CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_*
by Willy Tarreau
· Tue May 17 17:04:55 2022 +0200
d56377c
CLEANUP: conn_stream: apply endp_flags.cocci tree-wide
by Willy Tarreau
· Tue May 17 16:31:36 2022 +0200
24d15b1
CLEANUP: conn_stream: rename the cs_endpoint's context to "conn"
by Willy Tarreau
· Mon May 16 17:17:16 2022 +0200
6796a06
CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp()
by Willy Tarreau
· Wed May 11 16:11:24 2022 +0200
4201ab7
CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint
by Willy Tarreau
· Tue May 10 19:18:52 2022 +0200
cd6bb1a
MINOR: mux-h2: remove the now unneeded conn_stream from the h2s
by Willy Tarreau
· Tue May 10 15:00:03 2022 +0200
b22b5f0
MINOR: mux-h2: make sure any h2s always has an endpoint
by Willy Tarreau
· Tue May 10 14:57:16 2022 +0200
aff21f9
CLEANUP: mux-h2: always take the endp from the h2s not the cs
by Willy Tarreau
· Tue May 10 10:31:08 2022 +0200
386346f
MINOR: conn_stream: make cs_set_error() work on the endpoint instead
by Willy Tarreau
· Tue May 10 08:46:07 2022 +0200
e872f75
MINOR: mux-h2: report a trace event when failing to create a new stream
by Willy Tarreau
· Thu May 12 09:24:41 2022 +0200
198b507
BUG/MINOR: mux-h2: mark the stream as open before processing it not after
by Willy Tarreau
· Thu May 12 09:08:51 2022 +0200
4d7fdc6
MINOR: connection: Add way to disable active connection closing during soft-stop
by Remi Tricot-Le Breton
· Tue Apr 26 15:17:18 2022 +0200
4de1bff
MINOR: muxes: Don't expect to call release function with no mux defined
by Christopher Faulet
· Thu Apr 14 11:36:41 2022 +0200
4e61096
MINOR: muxes: Don't handle proto upgrade for muxes not supporting it
by Christopher Faulet
· Thu Apr 14 11:23:50 2022 +0200
7c452cc
MINOR: muxes: Don't expect to have a mux without connection in destroy callback
by Christopher Faulet
· Thu Apr 14 11:08:26 2022 +0200
86b08a3
BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive
by Willy Tarreau
· Wed Apr 13 17:40:28 2022 +0200
6ff91e2
BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side
by Willy Tarreau
· Thu Apr 14 11:43:35 2022 +0200
22050e0
MINOR: muxes: Improve show_fd callbacks to dump endpoint flags
by Christopher Faulet
· Wed Apr 13 12:08:09 2022 +0200
a97cced
CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag
by Christopher Faulet
· Tue Apr 12 18:04:10 2022 +0200
6b0a0fb
CLEANUP: tree-wide: Remove any ref to stream-interfaces
by Christopher Faulet
· Mon Apr 04 11:29:28 2022 +0200
64b8d33
MINOR: connection: unconst mux's get_fist_cs() callback function
by Christopher Faulet
· Fri Apr 01 13:21:41 2022 +0200
070b91b
MEDIUM: conn-stream: Be prepared to fail to attach a cs to a mux
by Christopher Faulet
· Thu Mar 31 19:27:18 2022 +0200
0797656
MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scope
by Christopher Faulet
· Thu Mar 31 11:05:05 2022 +0200
ca2b527
MINOR: mux-h2/mux-fcgi: Fully rely on CS_EP_KILL_CONN
by Christopher Faulet
· Wed Mar 30 14:48:10 2022 +0200
b041b23
MEDIUM: conn-stream: Move remaning flags from CS to endpoint
by Christopher Faulet
· Thu Mar 24 10:27:02 2022 +0100
9ec2f4d
MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet
by Christopher Faulet
· Wed Mar 23 15:15:29 2022 +0100
a9e8b39
MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets
by Christopher Faulet
· Wed Mar 23 11:01:09 2022 +0100
b669d68
MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream
by Christopher Faulet
· Tue Mar 22 18:37:19 2022 +0100
e9e4820
MINOR: conn-stream: Move some CS flags to the endpoint
by Christopher Faulet
· Tue Mar 22 18:13:29 2022 +0100
db90f2a
MEDIUM: conn-stream: Add an endpoint structure in the conn-stream
by Christopher Faulet
· Tue Mar 22 16:06:25 2022 +0100
9388204
MAJOR: conn-stream: Invert conn-stream endpoint and its context
by Christopher Faulet
· Wed Jan 19 14:56:50 2022 +0100
15dbedd
BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent
by Willy Tarreau
· Wed Apr 13 09:40:52 2022 +0200
b5d968d
MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window
by Remi Tricot-Le Breton
· Fri Apr 08 18:04:18 2022 +0200
15a4733
BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts
by Willy Tarreau
· Fri Mar 18 15:57:34 2022 +0100
3439583
MEDIUM: mux-h2: slightly relax timeout management rules
by Willy Tarreau
· Fri Mar 18 14:59:54 2022 +0100
b4b0377
MEDIUM: proxy: Store server_id_hdr_name as a `struct ist`
by Tim Duesterhus
· Sat Mar 05 00:52:43 2022 +0100
cda94ac
MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream
by Christopher Faulet
· Thu Dec 23 17:28:17 2021 +0100
f835dea
MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream
by Christopher Faulet
· Tue Dec 21 14:35:17 2021 +0100
13a35e5
MAJOR: conn_stream/stream-int: move the appctx to the conn-stream
by Christopher Faulet
· Mon Dec 20 15:34:16 2021 +0100
dd2d0d8
MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint
by Christopher Faulet
· Mon Dec 20 09:34:32 2021 +0100
897d612
MEDIUM: conn-stream: No longer access connection field directly
by Christopher Faulet
· Fri Dec 17 17:28:35 2021 +0100
1329f2a
REORG: conn_stream: move conn-stream stuff in dedicated files
by Christopher Faulet
· Thu Dec 16 17:32:56 2021 +0100
e00ad35
MEDIUM: stream: No longer release backend conn-stream on connection retry
by Christopher Faulet
· Thu Dec 16 14:44:31 2021 +0100
ec361bb
BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
by Christopher Faulet
· Mon Feb 21 15:12:54 2022 +0100
d0de677
BUG/MINOR: mux-h2: update the session's idle delay before creating the stream
by Willy Tarreau
· Fri Feb 04 09:05:37 2022 +0100
c7d8548
BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after settings change
by Willy Tarreau
· Wed Feb 16 14:28:14 2022 +0100
39a0a1e
MEDIUM: h2/hpack: emit a Dynamic Table Size Update after settings change
by Willy Tarreau
· Thu Jan 13 16:00:12 2022 +0100
3b990fe
BUG/MEDIUM: connection: properly leave stopping list on error
by Willy Tarreau
· Wed Jan 12 17:24:26 2022 +0100
3a8bbcc
BUG/MEDIUM: mux-h2: always process a pending shut read
by Willy Tarreau
· Fri Nov 19 11:41:10 2021 +0100
47940c3
BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value
by Christopher Faulet
· Wed Nov 10 17:50:10 2021 +0100
90ac605
MINOR: stream/mux: implement websocket stream flag
by Amaury Denoyelle
· Mon Oct 18 14:45:49 2021 +0200
0df0436
BUG/MEDIUM: mux-h2: reject upgrade if no RFC8441 support
by Amaury Denoyelle
· Mon Oct 18 09:43:29 2021 +0200
e0c258c
MINOR: mux-h2: add trace on extended connect usage
by Amaury Denoyelle
· Mon Oct 18 10:05:16 2021 +0200
0b22247
MINOR: mux-h2: perform a full cycle shutdown+drain on close
by Willy Tarreau
· Thu Oct 21 22:24:31 2021 +0200
e6dc7a0
BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame
by Willy Tarreau
· Thu Oct 21 17:30:06 2021 +0200
dfd10ab
MINOR: proxy: Introduce proxy flags to replace disabled bitfield
by Christopher Faulet
· Wed Oct 06 14:24:19 2021 +0200
b4e3476
REORG: thread/sched: move the last dynamic thread_info to thread_ctx
by Willy Tarreau
· Thu Sep 30 19:02:18 2021 +0200
485da0b
BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames
by Christopher Faulet
· Fri Oct 08 08:56:00 2021 +0200
63617db
BUILD: idleconns: include missing ebmbtree.h at several places
by Willy Tarreau
· Wed Oct 06 18:23:40 2021 +0200
beeabf5
MINOR: task: provide 3 task_new_* wrappers to simplify the API
by Willy Tarreau
· Fri Oct 01 18:23:30 2021 +0200
564e39c
MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf
by Christopher Faulet
· Tue Sep 21 15:50:55 2021 +0200
52a5ec2
BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload
by Christopher Faulet
· Thu Sep 09 09:52:51 2021 +0200
b5f7b52
BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames
by Christopher Faulet
· Mon Jul 26 12:06:53 2021 +0200
3f35da2
BUG/MINOR: mux-h2: Obey dontlognull option during the preface
by Christopher Faulet
· Mon Jul 26 10:18:35 2021 +0200
befeae8
MINOR: mux_h2: define config to disable h2 websocket support
by Amaury Denoyelle
· Fri Jul 09 17:14:30 2021 +0200
3a53707
BUG/MINOR: mux-h2/traces: bring back the lost "sent H2 REQ/RES" traces
by Willy Tarreau
· Thu Jun 17 08:40:04 2021 +0200
29268e9
BUG/MINOR: mux-h2/traces: bring back the lost "rcvd H2 REQ" trace
by Willy Tarreau
· Thu Jun 17 08:29:14 2021 +0200
ee4684f
MINOR: mux-h2: obey http-ignore-probes during the preface
by Willy Tarreau
· Thu Jun 17 08:08:48 2021 +0200
9abb317
CLEANUP: mux-h2/traces: better align user messages
by Willy Tarreau
· Wed Jun 16 18:32:42 2021 +0200
8e6f749
MINOR: mux-h2/trace: report a few connection-level info during h2_init()
by Willy Tarreau
· Wed Jun 16 17:47:24 2021 +0200
d3a88c1
MEDIUM: connection: close front idling connection on soft-stop
by Amaury Denoyelle
· Mon May 03 10:47:51 2021 +0200
925abdf
BUG/MEDIUM: mux-h2: Handle EOM flag when sending a DATA frame with zero-copy
by Christopher Faulet
· Tue Apr 27 22:51:07 2021 +0200
3d87558
BUG/MINOR: mux-h2: Don't encroach on the reserve when decoding headers
by Christopher Faulet
· Mon Apr 26 17:46:13 2021 +0200
de9d605
BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data
by Christopher Faulet
· Fri Apr 23 12:25:18 2021 +0200
cb1847c
BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames
by Christopher Faulet
· Wed Apr 21 11:11:21 2021 +0200
07f88d7
BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers
by Christopher Faulet
· Wed Apr 21 10:39:53 2021 +0200
2b71810
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
by Willy Tarreau
· Wed Apr 21 07:32:39 2021 +0200
6eb3d37
MINOR: trace: make trace sources read_mostly
by Willy Tarreau
· Sat Apr 10 19:29:26 2021 +0200
4781b15
CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec
by Willy Tarreau
· Tue Apr 06 13:53:36 2021 +0200
a460057
MINOR: muxes: Add a flag to notify a mux does not support any upgrade
by Christopher Faulet
· Mon Mar 08 15:28:28 2021 +0100
Next »