A 304 status is not expected here. #945
This commit is contained in:
parent
90102afd4f
commit
90a3985ea2
@ -48,7 +48,7 @@ class Fetcher
|
||||
return
|
||||
|
||||
{status} = req
|
||||
unless status in [200, 304]
|
||||
unless status is 200
|
||||
# The thread can die by the time we check a quote.
|
||||
return if @archivedPost()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user