[Twisted-Python] Weekly Bug Summary

2020-12-05 Thread trac
Bug summary __ Summary for 2020-11-29 through 2020-12-06 Opened Closed Total Change Enhancements: 0 0 1465 +0 Defects: 1 0994 +1 Tasks: 0 0 9

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

2020-12-05 Thread Tom Most
Yes, that would be an improvement on the current behavior, though the ideal behavior is to query both A and simultaneously, returning the union of their results. ---Tom On Sat, Dec 5, 2020, at 2:06 PM, spam tam wrote: > Ok. Instead ANY I can query A and if A doesn't provide IP then query A

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

2020-12-05 Thread spam tam
Ok. Instead ANY I can query A and if A doesn't provide IP then query On Sat, Dec 5, 2020 at 5:07 AM Tom Most wrote: > > Why do an ANY query at all? As Glyph noted[1] the correct solution is to > query A and concurrently. If you want a temporary hack wouldn't the most > straightforward

Re: [Twisted-Python] Injecting 400 errors via HTTP Proxy

2020-12-05 Thread Adi Roiban
Hi Vlad On Fri, 4 Dec 2020 at 02:11, Vlad Petric wrote: > Hi Everyone, > > I'd like to randomly inject 400 errors via the HTTP Proxy. > > I'm testing the robustness of an application that performs a lot of HTTP > GETs. I am using the basic http web proxy, and I need to modify it to > randomly i