Peter Lundberg

Results 2 comments of Peter Lundberg

Can confirm and isolate this a bit more also without the chunking above. And yes the blocksize is the magic number 64 https://github.com/ForbesLindesay/throat/blob/master/index.js#L105 ```javascript async function demoExitBug() { const limitedConcurrency...

Agree that this would be useful. For example to validate that 400 status messages with a json response detailing the reason it was a bad request can be handled. Another...