Commit 2e577fe
Modified TestProxyPROXYOut to conform with the fixed version of PROXY protocol header format
original code sent the header in the format: PROXY <family> <srcIP>
<srcPort> <dstIP> <dstPort>
according to docs header format should be:
PROXY <family> <srcIP> <dstIP> <srcPort> <dstPort>
this is according
to:
https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
section
2.1. Human-readable header format (Version 1).1 parent 0f9bced commit 2e577fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments