You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,I just implement chunked transfer encoding without webserver like nginx,this works well in version 2.1.44 and 2.15.6 On Ankidroid.
just apply PR #110 .
Let me know if this have effect in other versions.
Thanks
Anki desktop tries to use a persistent HTTP connection with chunked transfer encoding.
As this is not supported by webob, newer versions of Anki require a reverse proxy that "unchunks" the requests, e.g.
This introduces another service that needs to run on the host next to the anki sync server. Therefore I suggest a switch to Twisted.
The text was updated successfully, but these errors were encountered: