proxy.py icon indicating copy to clipboard operation
proxy.py copied to clipboard

[HttpPipeline] When receiving OPTIONS does not handle multiple requests with the same connection.

Open briantting opened this issue 6 years ago • 2 comments

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 avatar Feb 23 '19 00:02 briantting

@briantting If possible can you attach a sample raw request you tried sending to proxy.py. Thank you.

abhinavsingh avatar Sep 21 '19 21:09 abhinavsingh

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.

abhinavsingh avatar Sep 22 '19 06:09 abhinavsingh