This commit is contained in:
syeopite 2021-05-23 06:50:47 -07:00
parent 8cad76b2cf
commit ba77812a85
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
2 changed files with 9 additions and 10 deletions

View File

@ -79,7 +79,6 @@ class QuicProxyWrapper
end
end
def family=(value)
@conn.family = value
end
@ -175,15 +174,15 @@ end
# We're just using this to retreive the headers from add_yt_headers
class HackyHeaderRetrevialClass
def initialize()
def initialize
@headers_dict = {} of String => String
end
def headers()
def headers
return @headers_dict
end
def resource()
def resource
return ""
end
end