Closed univerio closed 7 years ago
urllib3 allows the keyword argument socket_options in its HTTPConnection. wsgi_intercept should ignore this parameter, like how it ignores strict.
urllib3
socket_options
HTTPConnection
wsgi_intercept
strict
Weird, I could have sworn I already fixed this. Thank you.
I'll deal with the broken travis afterwards.
it's in 1.5.1
Thanks for the quick update!
urllib3
allows the keyword argumentsocket_options
in itsHTTPConnection
.wsgi_intercept
should ignore this parameter, like how it ignoresstrict
.