proxy.py
proxy.py copied to clipboard
[HttpPipeline] When receiving OPTIONS does not handle multiple requests with the same connection.
When it receives an OPTIONS request it sends back an OPTIONS response twice even though it has received a following GET request. Caused by the HttpParser not being reset or properly being repopulated in process due to its state.
@briantting If possible can you attach a sample raw request you tried sending to proxy.py
. Thank you.
With https://github.com/abhinavsingh/proxy.py/issues/75 merged into develop branch, I believe this should work out now. Please try again and verify. Thank you.