Skip to content

Commit

Permalink
Update http_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smarunich authored Jan 11, 2024
1 parent 46eed48 commit 1747a69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/http_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ while true; do
else
echo -e "${LOCATION_LINE}"
fi

# Extract and display the 'x-envoy-upstream-service-time' line
ENVOY_TIME_LINE=$(echo "$OUTPUT" | grep -E 'x-envoy-upstream-service-time:' | head -n 1)
echo -e "${ENVOY_TIME_LINE}"
fi

sleep 0.5
Expand Down

0 comments on commit 1747a69

Please sign in to comment.