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
Chunked detection does not work on current Micropython as it never has an `__iter__` attribute to a generator. It does add `__next__` to them, so this test in `urequests` for chunked detection did not work. I've changed it to `__next__`. I can post a failing example in the PR.
0 commit comments