Dylan Tack

Results 6 comments of Dylan Tack

I'm experiencing this as well with the current 0.10.0 snapshot from Git. I can iterate over objects with digit-containing properties, and `log.info(typeof(key))` reports the property names are in fact strings....

Thanks for the reply! I made a reduced repo, unfortunately it doesn't trigger the error, but it will at least demonstrate the context: https://github.com/dylantack/mitm_err_internal_assertion I'll update this issue if I'm...

Update: I was able to reproduce it! It just needed more iterations. Curiously, it fails on the 63rd test (could be a coincidence, but this is 2^6-1, which makes me...

Another interesting observation: the number of test runs needed to induce a failure changes based on the size of the HTTP body. If you make the mock body larger, mitm...

aha! I finally got a "clean" reproduction with no other dependencies. It's definitely keepalive: https://github.com/dylantack/mitm_err_internal_assertion

I would find this feature helpful. Mandrill is one example that expects the API key in a body parameter: https://mandrillapp.com/api/docs/messages.curl.html#sts=/messages/search.json