You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So then probably no combining should be done at all. The common way to handle would be to have the value become an array with mutliple entries. But that would be breaking 🤔
It is common to have multiple headers with the same title in an HTTP response. For example, consider
Set-Cookie
.In the
receiveheaders
function, I see this code:luasocket/src/http.lua
Line 69 in 1fad162
I am not sure if this practice is sort of standard, but it is not obvious and should be documented.
https://lunarmodules.github.io/luasocket/http.html#request
The text was updated successfully, but these errors were encountered: