[Varnish] #1727: Incorrect field ordering in PROXY1 parser
Varnish
varnish-bugs at varnish-cache.org
Tue Apr 28 15:49:29 CEST 2015
#1727: Incorrect field ordering in PROXY1 parser
----------------------+-------------------
Reporter: daghf | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Keywords:
----------------------+-------------------
Ran into this issue in master while playing around with a PROXY1-capable
TLS terminator. Current Varnish master expects a PROXY1 header line that
doesn't quite agree with the spec:
{{{
PROXY TCPx src-addr src-port dst-addr dst-port\r\n
}}}
whereas PROXY spec is
{{{
PROXY TCPx src-addr dst-addr src-port dst-port\r\n
}}}
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1727>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list