mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Updating OPTIONS test with related issue number.
This commit is contained in:
parent
ce18cd8ba4
commit
c4c42fa040
@ -70,7 +70,7 @@ class TestHTTPRequest:
|
|||||||
|
|
||||||
def test_http_options_relative_form_in(self):
|
def test_http_options_relative_form_in(self):
|
||||||
"""
|
"""
|
||||||
Exercises fix for Issue #xxx.
|
Exercises fix for Issue #392.
|
||||||
"""
|
"""
|
||||||
s = StringIO("OPTIONS /secret/resource HTTP/1.1")
|
s = StringIO("OPTIONS /secret/resource HTTP/1.1")
|
||||||
r = HTTPRequest.from_stream(s)
|
r = HTTPRequest.from_stream(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user