A 304 status is not expected here. #945

This commit is contained in:
ccd0 2016-05-30 17:57:54 -07:00
parent 90102afd4f
commit 90a3985ea2

View File

@ -48,7 +48,7 @@ class Fetcher
return return
{status} = req {status} = req
unless status in [200, 304] unless status is 200
# The thread can die by the time we check a quote. # The thread can die by the time we check a quote.
return if @archivedPost() return if @archivedPost()