The JsonObjectRequest and JsonArrayRequest don't support 204: No Content
Open
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 751
- Avg merge
- 8h 49m
- Merged PRs (30d)
- 2
Description
If the server sends a 204 No Content, Volley still attempts to read the message body, and decode it. It shouldn't, or it should permit an empty body somehow.
Contributor guide
Assessment
This issue has not been assessed yet.