Mailing List Archive

#1727: Incorrect field ordering in PROXY1 parser
#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

_______________________________________________
varnish-bugs mailing list
varnish-bugs@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-bugs
Re: #1727: Incorrect field ordering in PROXY1 parser [ In reply to ]
#1727: Incorrect field ordering in PROXY1 parser
----------------------+----------------------------------------
Reporter: daghf | Owner: Poul-Henning Kamp <phk@…>
Type: defect | Status: closed
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Resolution: fixed
Keywords: |
----------------------+----------------------------------------
Changes (by Poul-Henning Kamp <phk@…>):

* owner: => Poul-Henning Kamp <phk@…>
* status: new => closed
* resolution: => fixed


Comment:

In [22004936371ff45d3cbdb8feffdcd88994dd2090]:
{{{
#!CommitTicketReference repository=""
revision="22004936371ff45d3cbdb8feffdcd88994dd2090"
Get the field order right for PROXYv1

Fixes #1727
}}}

--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1727#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator

_______________________________________________
varnish-bugs mailing list
varnish-bugs@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-bugs