You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the v3.5.0 to handle the HTTP 304 case, but I got a HTTP 304 (cached) response.
By the RFC 2616, a HTTP 304 response MUST NOT contain a message-body.
Thanks for this great project first.
I would like to use the v3.5.0 to handle the HTTP 304 case, but I got a HTTP 304 (cached) response.
By the RFC 2616, a HTTP 304 response MUST NOT contain a message-body.
dio_cache_interceptor/dio_cache_interceptor/lib/src/model/cache_response.dart
Lines 81 to 89 in c73e895
IMO, I suggest to use HTTP 200 for this case.
Thank you.
The text was updated successfully, but these errors were encountered: