Cancel MITM request context when its handling finishes#634
Conversation
|
@alessiodallapiazza I tested your example script with this release and it works perfectly. |
|
I’ve run some tests as well, and everything looks good on my end. 👍 |
|
@ErikPelli why are automated test cases not being introduced to validate the behaviour modifications that are being made here? |
|
I don't think we need to introduce new tests for every single change we made, do you think they are necessary for this one? |
|
This specific change was made to address |
|
Added the test in another pull request |
Fixes #633.
Add Go context cancel to a custom parsed request, since we handle it.