cdent / wsgi-intercept

Intercept socket connection to wsgi applications for testing
MIT License
42 stars 21 forks source link

Ignore `socket_options` for urllib3 #49

Closed univerio closed 7 years ago

univerio commented 7 years ago

urllib3 allows the keyword argument socket_options in its HTTPConnection. wsgi_intercept should ignore this parameter, like how it ignores strict.

cdent commented 7 years ago

Weird, I could have sworn I already fixed this. Thank you.

I'll deal with the broken travis afterwards.

cdent commented 7 years ago

it's in 1.5.1

univerio commented 7 years ago

Thanks for the quick update!