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
#105
304 is not a redirect, so it does not have a `location` header like
other 3xx return codes, and is not a failure
Added a unit test to confirm the fix
Using version 0.7.0
When receiving 304 "not modified" this code throws
NoSuchElementException
:On line 309
val newUrl = current.headers("location").head
Sending
location
in 304 response is not required.The text was updated successfully, but these errors were encountered: