Skip to content

Commit e68a165

Browse files
committed
Remove unnecessary statement from README
Remove the statement about most examples focusing on HTTP, as it's not essential information for the README. Signed-off-by: Christof Gerber <christof.gerber1@gmail.com>
1 parent 4a70d18 commit e68a165

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/envoy_tcp_routing/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Proxy-Wasm TCP filter that dynamically routes connections to different upstream clusters based on the source IP address.
44

5-
Most WASM filter examples focus on HTTP, but this example shows how to work at the TCP/IP level.
6-
75
This example is inspired by the [wasmerang](https://github.com/SiiiTschiii/wasmerang) project, which demonstrates advanced TCP routing patterns in Envoy/Istio/K8s using WASM filters.
86

97
### Overview

0 commit comments

Comments
 (0)