Phil Jones

Results 152 comments of Phil Jones

I've done something similar for Quart after finding it had a significant impact on micro benchmarks. Edit: The quart study was done a few years ago before the switch to...

This is an interesting one, with Quart the equivalent to this makes around a 1.5 times improvement, whereas for Flask it doesn't seem to have any affect (maybe a minor...

This will be deferred to allow further discussion.

This one is a Flask issue now that Quart is based on Flask. I think the solution is to make the Flask sansio classes Generic over the response type. (Or...

@georgruetsche please don't paste ML generated answers that don't add any value.

Does the `url_for` result differ in the two circumstances? If so could you share the values

Many thanks for doing this, I'm short of time to review it at the moment.

Thanks. I wanted to go in a slightly different direction and utilise a Hypercorn pattern for single tasks. I've done so in ab98383f521a8b7d4f173ffa1f28b443e85561d8. Thoughts very welcome. I'm now looking at...

I'll add the retry part in the next release, I've ran out of time today.

I think there is something odd here, unless you tell Hypercorn where to access log to (`-` being sysout) it won't. Are you sure it is access logs?