[Twisted-Python] Current twisted dns client just doesn't work

2020-12-04 Thread spam tam
Twisted provide ability to run dns client in the same thread as main twisted application. But it just doesn't work. I created pull request which fix the problem: https://github.com/twisted/twisted/pull/1488 I would like to know if twisted community knows about it. This client doesn't work for yea

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-05 Thread spam tam
ldn't the most > straightforward thing be to query just A instead of ANY + A? > > ---Tom > > [1]: https://twistedmatrix.com/trac/ticket/9691#comment:5 > > On Fri, Dec 4, 2020, at 5:37 PM, spam tam wrote: > > Twisted provide ability to run dns client in the same thread as main >

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-10 Thread spam tam
fc8482-saying-goodbye-to-any/ If you don't see the problem please provide your opinion. I would like to find solution with ANY but it seems it is impossible. So what do you think? On Thu, Dec 10, 2020 at 8:30 PM Barry Scott wrote: > Answers to but your emails in line. > > I've

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread spam tam
Dis you read the whole my email? Did you read this: https://blog.cloudflare.com/rfc8482-saying-goodbye-to-any/ ANY is not supported by internet. Sometime works sometime not Пт, 11 дек. 2020 г. в 12:26, Barry Scott : > On Thursday, 10 December 2020 23:29:33 GMT spam tam wrote: > > I w

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread spam tam
gt; On Friday, 11 December 2020 14:23:49 GMT spam tam wrote: > > Dis you read the whole my email? > > Did you read this: > > https://blog.cloudflare.com/rfc8482-saying-goodbye-to-any/ > > > > ANY is not supported by internet. Sometime works sometime not > > Oh I

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread spam tam
I will try to pass the rest of the checklist On Fri, Dec 11, 2020 at 6:45 PM Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Fri, Dec 11, 2020 at 10:31 AM spam tam wrote: > >> Yes. I would like to replace ANY with A and requests. >> I created pull req

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-17 Thread spam tam
I finished the PR checklist. If you need something else, please let me know On Fri, Dec 11, 2020 at 6:45 PM Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Fri, Dec 11, 2020 at 10:31 AM spam tam wrote: > >> Yes. I would like to replace ANY with A and requ