Andrew Huang
Andrew Huang
IMO, the methods are just wrong if they aren't returning a ChangeInfo (or something that contains that info) and we shouldn't allow that as an option in the API After...
> > IMO, the methods are just wrong if they aren't returning a ChangeInfo (or something that contains that info) and we shouldn't allow that as an option in the...
Happy to add tests, what kind of tests did you have in mind? As this is just allowing us to set a flag that already existed in code, and I...
I've added a separate sharded cluster to the `startdb` process where I insert some test data, then shutdown one of the nodes. The test then connects to this sharded cluster...
Any concerns on this PR?
Looks like I accidentally force-pushed a commit that didn't include the daemons. I've added those now, we'll see if the tests pass now
Ah :) I assumed that this was on track to become the default implementation in tornado. Are there any ongoing initiatives that have the support of the tornado maintainers? Or...
Definitely agree with that approach, just curious what the status of http2 in tornado land is, and if it's worth it at this point to begin contributing. This one seems...
I'm using this http2 server as a same-process testing server for a tornado based http2 client. For large body values, the server wasn't respecting the max frame size, causing errors...
I've added a test that writes the payload all at once, instead of in chunks.