mod_c2s: Reflect stream 'from' attribute back if set (fix #1625)

Clients should *not* be setting this before TLS anyways.
This commit is contained in:
Kim Alvefur 2021-02-03 21:41:45 +01:00
parent 1f7686a6bd
commit 8b35cb5c87

View file

@ -90,7 +90,7 @@ function stream_callbacks._streamopened(session, attr)
return;
end
session:open_stream();
session:open_stream(host, attr.from);
(session.log or log)("debug", "Sent reply <stream:stream> to client");
session.notopen = nil;