hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

DioError [DioErrorType.DEFAULT] #60

Open pishguy opened 4 years ago

pishguy commented 4 years ago

when server doesn't return cache on header such as :

cache-control: no-cache, private

i get error, i found out this error after 7 hours getting error

DioError [DioErrorType.DEFAULT]: Error on line 1, column 5: Invalid media type: expected "/".

disabling dio-cache resolved my problem