Re: iOS 14 / macOS 11 and HTTP/3 support

2020-07-05 Thread Luca Toscano
Hi Graham, On Fri, Jul 3, 2020 at 11:42 PM Graham Leggett wrote: > > I recommend the following: > > - Start the work on a branch, but ultimately you want this to be in httpd > trunk. No rewrites. > - Look at what a mod_event+ MPM might need to do to provide the UDP and TCP > services you need.

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-07-03 Thread Graham Leggett
On 29 Jun 2020, at 10:16, Stefan Eissing wrote: >> The main point is that it must be done carefully and properly, but this is >> not a reason to not do it at all. > > Apache httpd is a very strong HTTP/1.x server. And your efforts to make > response streaming more event driven have been

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-07-03 Thread Jacob Champion
On Mon, Jun 29, 2020 at 1:17 AM Stefan Eissing wrote: > 2. Redesign a FOSS httpd v3.x with a new architecture, embracing a > non-blocking processing model. Maybe under a different name. Is there widespread interest in this approach (option 2)? It's, in theory, my preference -- I get the

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-06-29 Thread Stefan Eissing
> Am 28.06.2020 um 18:03 schrieb William A Rowe Jr : > > On Sun, Jun 28, 2020 at 5:53 AM Graham Leggett wrote: > On 27 Jun 2020, at 14:48, Luca Toscano wrote: > > > the challenges are the same one discussed in your previous email > > thread > >

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-06-28 Thread William A Rowe Jr
On Sun, Jun 28, 2020 at 5:53 AM Graham Leggett wrote: > On 27 Jun 2020, at 14:48, Luca Toscano wrote: > > > the challenges are the same one discussed in your previous email > > thread ( >

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-06-28 Thread Luca Toscano
Hi Graham, On Sun, Jun 28, 2020 at 12:53 PM Graham Leggett wrote: > > On 27 Jun 2020, at 14:48, Luca Toscano wrote: > > > the challenges are the same one discussed in your previous email > > thread > >

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-06-28 Thread Graham Leggett
On 27 Jun 2020, at 14:48, Luca Toscano wrote: > the challenges are the same one discussed in your previous email > thread > (https://lists.apache.org/thread.html/eb086eafbd9309eb1efedac3bf3dcc410a95d06206c97e7ade01c254%40%3Cdev.httpd.apache.org%3E). > I think that everybody would love to start

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-06-28 Thread Luca Toscano
Hi, On Sun, Jun 28, 2020 at 7:58 AM Helmut K. C. Tessarek wrote: > > On 2020-06-27 08:48, Luca Toscano wrote: > > the challenges are the same one discussed in your previous email > > thread > > These are all valid points, although in the end absolutely irrelevant. > > It's very easy and it

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-06-27 Thread Helmut K. C. Tessarek
On 2020-06-27 08:48, Luca Toscano wrote: > the challenges are the same one discussed in your previous email > thread These are all valid points, although in the end absolutely irrelevant. It's very easy and it doesn't take a genius to figure this out: as soon as there is a web server out there

Re: iOS 14 / macOS 11 and HTTP/3 support

2020-06-27 Thread Luca Toscano
Hi Alex, the challenges are the same one discussed in your previous email thread (https://lists.apache.org/thread.html/eb086eafbd9309eb1efedac3bf3dcc410a95d06206c97e7ade01c254%40%3Cdev.httpd.apache.org%3E). I think that everybody would love to start working/helping on adding HTTP/3 support but

iOS 14 / macOS 11 and HTTP/3 support

2020-06-22 Thread Alex Hautequest
From Apple’s developer beta release notes, the newest Apple code is now shipping with HTTP/3 support. Disabled by default, but can be enabled by users. As of today, HTTP/3 Draft 29 isn’t yet supported. Alex