synapsestudios / synapse-common

DEPRECATED
MIT License
1 stars 2 forks source link

Empty responses with no status codes are handled as successful requests #39

Open tdboone opened 9 years ago

tdboone commented 9 years ago

Description

If an api request receives a completely empty response, (e.g., a request was made to a domain that doesn't exist) then it is handled as a successful request instead of an error.

Details

tdboone commented 9 years ago

:sunny:

bobeagan commented 9 years ago

:arrow_down: