Zhiwei Liang

Results 64 comments of Zhiwei Liang

Any update on this work?

Thank you for your response. I think everything is clear and I hope I may see the guide soon. Thanks for your work!

Hi @ahopkins, FYI: content-length was removed for 412 responses since https://github.com/sanic-org/sanic/pull/1127 Other than the PR description itself, there was not much discussion about the header removal for 412 responses, nor...

Fixed in https://github.com/sanic-org/sanic/pull/2824 and https://github.com/sanic-org/sanic/pull/2962.

@ahopkins I think this is about how the sanic router detect and (will) remove duplicated routes (enforce uniqueness). For the issue #2554, after some minimal modifications, sanic can let the...

I confirm this issue is reproduceable. If no one else had started working on this, I will look into it. But this looks like a [sanic extension issue](https://github.com/sanic-org/sanic-ext/issues).

@sanic-org/sanic-release-managers Can we transfer this issue to [`sanic-ext` repo](https://github.com/sanic-org/sanic-ext)?

Was this added in 23.3?

I couldn't reproduce the issue with latest Sanic (`main` branch), latest `python-socketio` (`5.11.2`), and Python 3.11 on Linux.