Re: [PATCH] CI: fix BoringSSL builds

2020-10-11 Thread Willy Tarreau
On Sun, Oct 11, 2020 at 11:47:05PM +0500, ??? wrote: > Hello, > > it's shame, we got BoringSSL broken for some time for no reason. Applied, thanks Ilya. BTW, don't feel sad when CI fails to catch such issues, nothing ever works 100% of the time, and we certainly don't want to add yet-ano

Re: From 2.1.9 compilation fails with BoringSSL

2020-10-11 Thread Илья Шипицин
for master branch (I sent travis-ci patch): sr/include -DCONFIG_HAPROXY_VERSION=\"2.3-dev6\" -DCONFIG_HAPROXY_DATE=\"2020/10/10\" -c -o src/ssl_crtlist.o src/ssl_crtlist.c src/ssl_crtlist.c: In function ‘ssl_sock_free_ssl_conf’: src/ssl_crtlist.c:54:12: error: ‘struct ssl_bind_conf’ has no memb

[PATCH] CI: fix BoringSSL builds

2020-10-11 Thread Илья Шипицин
Hello, it's shame, we got BoringSSL broken for some time for no reason. Ilya From 8aa0885f38147572974e434518f1e4f3ab44398d Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 11 Oct 2020 23:42:51 +0500 Subject: [PATCH] CI: travis-ci: replace not defined SSL_LIB, SSL_INC for BotringSSL buil

Re: From 2.1.9 compilation fails with BoringSSL

2020-10-11 Thread Илья Шипицин
seems, our CI for boringssl is broken. I see "openssl" there https://travis-ci.com/github/haproxy/haproxy/jobs/397911591#L1102-L1103 вс, 11 окт. 2020 г. в 15:06, László Soós : > Hi Willy, All, > > Starting from 2.1.9 compilation fails with: > > src/ssl_sock.c:1231:39: warning: 'struct certificat

Re: Partial response

2020-10-11 Thread Willy Tarreau
On Sun, Oct 11, 2020 at 04:47:32PM +0330, Seena Fallah wrote: > Hi. Does haproxy support partial response form servers? > In nginx there is a parameter named proxy_read_timeout that defines a > timeout for reading a response from the proxied server. The timeout is set > only between two successive

Partial response

2020-10-11 Thread Seena Fallah
Hi. Does haproxy support partial response form servers? In nginx there is a parameter named proxy_read_timeout that defines a timeout for reading a response from the proxied server. The timeout is set only between two successive read operations, not for the transmission of the whole response. If th

From 2.1.9 compilation fails with BoringSSL

2020-10-11 Thread László Soós
Hi Willy, All, Starting from 2.1.9 compilation fails with: src/ssl_sock.c:1231:39: warning: 'struct certificate_ocsp' declared inside parameter list will not be visible outside of this definition or declaration 1231 | static void ssl_sock_free_ocsp(struct certificate_ocsp *ocsp) |