On Tue, May 21, 2019 at 5:57 PM Mark Thomas wrote:
> On 21/05/2019 14:57, Rémy Maucherat wrote:
> > Hi,
> >
> > In preparation for HTTPx in the future, I was looking at how to start
> > adding UDP, and:
> > - NIO2 and APR don't have datagram support, the first one is hopeless
> > and the second o
On 21/05/2019 14:57, Rémy Maucherat wrote:
> Hi,
>
> In preparation for HTTPx in the future, I was looking at how to start
> adding UDP, and:
> - NIO2 and APR don't have datagram support, the first one is hopeless
> and the second one is legacy.
> - It would be better to avoid duplicating the whol
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Rémy,
On 5/21/19 09:57, Rémy Maucherat wrote:
> Hi,
>
> In preparation for HTTPx in the future, I was looking at how to
> start adding UDP, and:
>
> - NIO2 and APR don't have datagram support, the first one is
> hopeless and the second one is lega
Hi,
In preparation for HTTPx in the future, I was looking at how to start
adding UDP, and:
- NIO2 and APR don't have datagram support, the first one is hopeless and
the second one is legacy.
- It would be better to avoid duplicating the whole NIO connector, but
rather add a datagram mode to it.
-