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
But if string is empty (file is empty), the content_provider keeps looping infinitely (triggering the callback), but the request never finishes in fact.
Not sure if this should be something I would need to treat (I'm going to), or if it can enlighten that there's a bug somewhere in the lib internally.
The text was updated successfully, but these errors were encountered:
you can return false in your content provider to cancel the response as a temporary workaround, but zero length is likely also an internal bug with httplib as it checks for < instead of <=
Hey, I got an interesting case when trying to send an empty file through set_content_provider,
I have a thing simple as this just to clarify (reduced code):
But if string is empty (file is empty), the content_provider keeps looping infinitely (triggering the callback), but the request never finishes in fact.
Not sure if this should be something I would need to treat (I'm going to), or if it can enlighten that there's a bug somewhere in the lib internally.
The text was updated successfully, but these errors were encountered: