Re: svn commit: r1788981 - in /httpd/httpd/trunk: ./ modules/http2/

2017-03-27 Thread Stefan Eissing
Good catch. Will add a check. Should be easy. -Stefan > Am 27.03.2017 um 22:51 schrieb Jacob Champion : > >> On 03/27/2017 09:31 AM, ic...@apache.org wrote: >> @@ -500,7 +533,11 @@ h2_stream *h2_stream_create(int id, apr_ >> >> h2_beam_create(>output, pool, id,

Re: svn commit: r1788981 - in /httpd/httpd/trunk: ./ modules/http2/

2017-03-27 Thread Jacob Champion
On 03/27/2017 09:31 AM, ic...@apache.org wrote: @@ -500,7 +533,11 @@ h2_stream *h2_stream_create(int id, apr_ h2_beam_create(>output, pool, id, "output", H2_BEAM_OWNER_RECV, 0, session->s->timeout); - + +stream->in_window_size = +

Re: svn commit: r1772331 [1/2] - in /httpd/httpd/branches/2.4.x: ./ docs/manual/ modules/cache/

2017-03-27 Thread Christophe JAILLET
The following commit also includes r1496711 but it is not listed. Is it intentional? CJ Le 02/12/2016 à 12:42, j...@apache.org a écrit : Author: jim Date: Fri Dec 2 11:42:13 2016 New Revision: 1772331 URL: http://svn.apache.org/viewvc?rev=1772331=rev Log: Merge r1597533, r1649491, r1665216,

Re: svn commit: r1788672 - in /httpd/httpd/trunk: ./ modules/http2/

2017-03-27 Thread Christophe JAILLET
Le 25/03/2017 à 17:07, ic...@apache.org a écrit : Author: icing Date: Sat Mar 25 16:07:30 2017 New Revision: 1788672 URL: http://svn.apache.org/viewvc?rev=1788672=rev Log: On the trunk: mod_http2: h2 workers with improved scalability for better scheduling performance. There are

Re: svn commit: r1788672 - in /httpd/httpd/trunk: ./ modules/http2/

2017-03-27 Thread Christophe JAILLET
Le 25/03/2017 à 17:07, ic...@apache.org a écrit : Author: icing Date: Sat Mar 25 16:07:30 2017 New Revision: 1788672 URL: http://svn.apache.org/viewvc?rev=1788672=rev Log: On the trunk: mod_http2: h2 workers with improved scalability for better scheduling performance. There are

Re: [users@httpd] Problem when using nested if statements in apache 2.4

2017-03-27 Thread Luca Toscano
Hi Yann, 2017-03-27 8:56 GMT+02:00 Yann Ylavic : > Hi Luca, > > On Mon, Mar 20, 2017 at 1:25 PM, Luca Toscano > wrote: > > > > Documentation updated with the current status, plus the following patch > > seems to allow nested if blocks (probably not

upload performance

2017-03-27 Thread Stefan Eissing
FYI, checked in some improvements in upload performance on a single connection: curl upload of a 24.5 GB file to a static resource, so the input brigade is just read empty. MacBook Pro 2012. OS X 10.12. TLS, http/1.1:348 MB/s TLS, h2, v1.9.3: 163 MB/s TLS, h2, v1.10.1: 260 MB/s clear

Re: mod_remoteip and mod_http2 combined

2017-03-27 Thread Sander Hoentjen
On 03/16/2017 10:34 AM, Sander Hoentjen wrote: > > On 03/11/2017 07:57 PM, Daniel Ruggeri wrote: >> Thanks, all, for the patience as I finally got back to this. >> >> On 2/24/2017 11:05 AM, Sander Hoentjen wrote: >>> On 02/20/2017 07:48 PM, William A Rowe Jr wrote: On Sat, Feb 18, 2017 at

Re: mod_http2 file uploads slow/broken?

2017-03-27 Thread Sander Hoentjen
Hi Stefan, With 1.9.3 file upload seems to complete every time just fine, so looks like graceful restarts were indeed the issue. Thanks! As to the speed, yes it needs to be improved but there is also some weird thing: For my testfile of about 14M, uploads over http take about 20s uploads over

Re: [users@httpd] Problem when using nested if statements in apache 2.4

2017-03-27 Thread Yann Ylavic
Hi Luca, On Mon, Mar 20, 2017 at 1:25 PM, Luca Toscano wrote: > > Documentation updated with the current status, plus the following patch > seems to allow nested if blocks (probably not the best one but it is a pof): > >