Skip to content

Commit 8cef6f5

Browse files
committed
Remove accept header.
1 parent 4593ccb commit 8cef6f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/feedkit/request.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def headers
8686
hash[:if_none_match] = @etag unless @etag.nil?
8787
hash[:if_modified_since] = @last_modified unless @last_modified.nil?
8888
hash[:authorization] = basic_auth unless basic_auth.nil?
89-
hash[:accept] = "application/xml"
9089
end
9190
end
9291

0 commit comments

Comments
 (0)