This is an automated email from the git hooks/post-receive script.
dcf pushed a change to branch main in repository pluggable-transports/snowflake.
from 0780f2e Add a `orport-srcaddr` server transport option. new 8cadcae Benchmark for websocketconn.Conn read/write. new 3df514a Call WriteMessage directly in websocketconn.Conn.Write. new 264425a Use io.CopyBuffer in websocketconn.readLoop. new 2321642 Hoist temporary buffers outside the loop. new 4ae63ec Benchmark websocket.Conn Upgrade creation. new a579c96 encapsulation.paddingBuffer can be statically allocated. new e851861 Benchmark for encapsulation.ReadData.
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: common/encapsulation/encapsulation.go | 2 +- common/encapsulation/encapsulation_test.go | 20 ++++++ common/websocketconn/websocketconn.go | 24 +++---- common/websocketconn/websocketconn_test.go | 108 +++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 17 deletions(-)