google / streamy-dart

Apache License 2.0
60 stars 23 forks source link

Handle 204 responses correctly #264

Open mckgamer opened 10 years ago

mckgamer commented 10 years ago

A 204 response from a HTTP DELETE request is not handled correctly. The response body of a 204 is empty, but Streamy attempts to parse it, throwing a FormatException in the JsonParser.