Commit 0f9bced
Fixed HAProxy's PROXY protocol v1 Human-readable header format in DialProxy
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 2825d76 commit 0f9bced
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments