haproxytech / haproxy-lua-http

Simple Lua HTTP helper && client for use with HAProxy.
Apache License 2.0
56 stars 23 forks source link

Possibility to have several headers with same key #2

Closed ylmrx closed 4 years ago

ylmrx commented 4 years ago

You can now use a table instead of a string under a single keys enhance compliance with HTTP/1.1 specifications

anezirovic commented 4 years ago

Hello,

This issue was solved in commit 60b8d27, with additional modifications and a small difference from your approach (we fold headers before sending).

Your fix was also good, it should have been merged a long long time ago, sorry about that, we will be more proactive in the future.

ylmrx commented 4 years ago

Hi Adis,

No problem on the super delayed feedback :) and I’m happy my proposition was valid.

On 18 Aug 2020, at 15:03, Adis Nezirovic notifications@github.com wrote:  Hello,

This issue was solved in commit 60b8d27, with additional modifications and a small difference from your approach (we fold headers before sending).

Your fix was also good, it should have been merged a long long time ago, sorry about that, we will be more proactive in the future.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.