This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Based on 1.9.2. Works in 1.8.7 too, though | |
module Net | |
class HTTP | |
@skip_bad_headers = false | |
class << self | |
def skip_bad_headers | |
@skip_bad_headers | |
end |