[PATCH] DOC: Improve documentation of the various hdr() fetches

2021-01-23 Thread Tim Duesterhus
GitHub issue #796 notes that many administrators miss the fact that the `hdr()` fetch (without the `f`) splits the header value at commas. This is only mentioned at the end of a long paragraph. This patch attempts to improve the documentation by: - Explaning the "comma issue" as early as

Re: [PATCH] BUILD: ssl: guard SSL_CTX_set_msg_callback with SSL_CTRL_SET_MSG_CALLBACK macro

2021-01-23 Thread William Lallemand
Hello, On Sat, Jan 23, 2021 at 02:06:41AM +0500, Илья Шипицин wrote: > Hello, > > another ssl guard patch > > Ilya > From f39f9f69e29570fa43d7db5a0f08ee9395b98d50 Mon Sep 17 00:00:00 2001 > From: Ilya Shipitsin > Date: Sat, 23 Jan 2021 00:50:59 +0500 > Subject: [PATCH] BUILD: ssl: guard

Re: [PATCH} improve ssl guarding

2021-01-23 Thread William Lallemand
On Sat, Jan 23, 2021 at 04:50:08PM +0500, Илья Шипицин wrote: > Hello, > > yet another guard improving patch (forgot to fix last time) > > Ilya Hello, > From 5ce5623fac558d85c0ef0ec26dcffca754a87fae Mon Sep 17 00:00:00 2001 > From: Ilya Shipitsin > Date: Sat, 23 Jan 2021 16:38:33 +0500 >

[PATCH} improve ssl guarding

2021-01-23 Thread Илья Шипицин
Hello, yet another guard improving patch (forgot to fix last time) Ilya From 5ce5623fac558d85c0ef0ec26dcffca754a87fae Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 23 Jan 2021 16:38:33 +0500 Subject: [PATCH 1/2] BUILD: ssl: guard SSL_CTX_add_server_custom_ext with special macro ---

Re: Question about substring match (*_sub)

2021-01-23 Thread Aleksandar Lazic
On 23.01.21 07:36, Илья Шипицин wrote: the following usually works for performance profiling. 1) setup work stand (similar to what you use in production) 2) use valgrind + callgrind for collecting traces 3) put workload 4) aggregate using kcachegrind most probably you were going to do very