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
On line 309 val newUrl = current.headers("location").head
Sending location in 304 response is not required.
ID: 105
Original Author: andreak
link: Original Link
The text was updated successfully, but these errors were encountered:
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.ID: 105
Original Author: andreak
link: Original Link
The text was updated successfully, but these errors were encountered: