Stephen Sadowski

Results 38 comments of Stephen Sadowski

This is a something on the internet searching for a SIP endpoint to do a registration. It should be getting handled with a 404 because the route doesn't exist. Not...

Could you clarify what you're actually looking to do? This already exists within sanic: https://sanic.readthedocs.io/en/stable/sanic/api/core.html#sanic.response.redirect Actually controlling the behavior of a proxy server is outside of scope of sanic, however...

change ``` for uri, methods in route.methods.items(): ``` to ``` for uri, methods in route.methods: ```

Just found this today; somewhat obnoxious - please get this implemented, bumped, and released.

Just created a pull request to bring the recipe in line with the docs.

This should probably be closed now that my PR is merged in

I'm having a slightly different issue, but I imagine it's related so I'm going to jump on here: A changed file results in ``` $ drive push Resolving... Everything is...

Just did the install with homebrew and have discovered the same issue with 1.4.1. Had to manually link it.