I've tried workshop-1 and used curl to hit the request. I was able to see the captured request and response. But when I tried with Postman or any other client that supports connection:keep-alive. I was not able to capture it adequately. After debugging I found that the close system call doesn't trigger for every request in the latter case.
We need to find a way to ensure we can capture the traffic no matter how it's sent.
I've tried workshop-1 and used
curlto hit the request. I was able to see the captured request and response. But when I tried with Postman or any other client that supportsconnection:keep-alive. I was not able to capture it adequately. After debugging I found that the close system call doesn't trigger for every request in the latter case.We need to find a way to ensure we can capture the traffic no matter how it's sent.