vadymmarkov/Malibu

validate() does not consider 304 a valid response

eirikeikaas opened this issue · 1 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.