Adi Roiban
Adi Roiban
Thanks for the merge I will try to create a folloup ticket for: * Add inline comments to diff for missing line coverage - maybe via our robot accont *...
Just an update to this one. With the recent Twisted version, the error is now: ``` [Failure instance: Traceback (failure with no frames): : [] ] ``` Which is expected......
I don't know what to say about `2**16`. Maybe `2**15` is a better default value. At http://browsercookielimits.iain.guru/ I see the limit is 4KB per header and the RFC https://datatracker.ietf.org/doc/html/rfc6265#section-6.1 I...
I expect that browser have some limits... they just might be very big ... otherwise you can end up with out of memory errors. Here are the current limits *...
Adrian, if you have the time for a PR, I am happy to review it. I don't think I will have much time in the near future to work on...
I left some feedback on the PR #11954 I have approved the PR but I will wait for another person to take a look and merge or reject. --------- I...
See the changes from here https://github.com/twisted/twisted/pull/1358/commits/9e732928383c6df3bd88b8162d1febc62d6dac33
Thanks for the report. ------- Can you also try with 23.8.0 ? Is your app working with an older version? https://github.com/twisted/twisted/issues/11989 is indeed a supect :) but is best to...
Thanks for the followup. > Firstly, the way we reproduce this bug is by refreshing a somewhat large page multiple times without letting it load completely. So, hitting refresh 3-4...
Many thanks for the repo. I was able to reproduce this with Ubuntu 23.10 and Python 3.11. ``` malloc(): unsorted double linked list corrupted Segmentation fault (core dumped) ``` -----------...