Bill Mote

Results 4 comments of Bill Mote

Interesting @wohlben. I will raise that with the people writing the endpoint. 204 shouldn't be an issue though (ref. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204). It just seems odd that it holds the connection open...

I worked around the issue by adding a `byteCount` check before calling `readAll()`, which is what was getting hung up on the empty response. End of the day, makes my...

I did work around it by not including a body IIRC. Anyone that has this issue will probably find this. Docs seem unnecessary. On Tue, Nov 24, 2020 at 3:03...