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
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
What steps will reproduce the problem?
1. A request cannot be made in the current state with an HTTP header that
includes ['If-None-Match'].
What is the expected output? What do you see instead?
It is expected that 304 is returned during a conditional GET.
What version of the product are you using? On what operating system?
gdata-ruby-util-1.1.2
OS 10.7
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 21 Jul 2011 at 1:40
The text was updated successfully, but these errors were encountered:
The fix is to change line 84 in /lib/gdata/client/base.rb to include 304 as a
possible response code.
case response.status_code
when 200, 201, 302, 304
#Do nothing, it's a success.
Original issue reported on code.google.com by
[email protected]
on 21 Jul 2011 at 1:40The text was updated successfully, but these errors were encountered: