-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 895bd41
Update urequests.py
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.1 parent 7128d42 commit 895bd41
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | - | ||
48 | + | ||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments