vadymmarkov / Malibu

:surfer: Malibu is a networking library built on promises

Home Page:https://vadymmarkov.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validate() does not consider 304 a valid response

eirikeikaas opened this issue · comments

I don't think 304 response should be considered as success because it doesn't contain a message body. Normally the client should handle 304 status codes and use cached data if it's present.