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
* eliminate string allocations in protocol handlers ([7c4d43b](https://github.com/DropMorePackets/haproxy-go/commit/7c4d43b1918925b95081ed403aff050c61a10a92))
9
+
* optimize NameEquals to avoid string allocation ([45c05fa](https://github.com/DropMorePackets/haproxy-go/commit/45c05fa25892ae57ab1f2d8e4fb9c8f98abea41e))
10
+
***spop:** use io.ReadFull to prevent partial frame reads ([c1f732a](https://github.com/DropMorePackets/haproxy-go/commit/c1f732ad879a8d0a9e531a25fc88912b98428cfd))
11
+
12
+
13
+
### Performance Improvements
14
+
15
+
* cache length to avoid repeated len() calls in comparison functions ([022f7bf](https://github.com/DropMorePackets/haproxy-go/commit/022f7bf823b6ae0ff8de24a3ad930ccae5bd6b99))
0 commit comments