mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_proxy65: Strip trailing whitespace
This commit is contained in:
parent
eb08132334
commit
3b8737814d
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ function connlistener.onincoming(conn, data)
|
|||
transfers[sha].initiator = conn;
|
||||
session.sha = sha;
|
||||
module:log("debug", "initiator connected ... ");
|
||||
throttle_sending(conn, transfers[sha].target);
|
||||
throttle_sending(transfers[sha].target, conn);
|
||||
throttle_sending(conn, transfers[sha].target);
|
||||
throttle_sending(transfers[sha].target, conn);
|
||||
end
|
||||
conn:write(string.char(5, 0, 0, 3, sha:len()) .. sha .. string.char(0, 0)); -- VER, REP, RSV, ATYP, BND.ADDR (sha), BND.PORT (2 Byte)
|
||||
conn:lock_read(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue