diff options
author | Yuchen Wu <[email protected]> | 2024-06-07 15:28:39 -0400 |
---|---|---|
committer | Kevin Guthrie <[email protected]> | 2024-06-07 15:42:30 -0400 |
commit | 53e696d1dde32a9b8094b5fe4c956330462b59a8 (patch) | |
tree | 6129ad170b8c652220a9df72abe8e46db3bcd032 /.bleep | |
parent | e3c655b78103316b21abe452a245b3b5f2402ebe (diff) | |
download | pingora-53e696d1dde32a9b8094b5fe4c956330462b59a8.tar.gz pingora-53e696d1dde32a9b8094b5fe4c956330462b59a8.zip |
Faster remove_header() call.
It saves one lookup when the header to remove is not in the map.
Micro-benchmark shows about 40% speedup.
Diffstat (limited to '.bleep')
-rw-r--r-- | .bleep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -6fa02eb9204012fc468cf1cea6ee4042dfdaec9d
\ No newline at end of file +a06136947618424b0ffa3b5c1a280db6a4b577dc
\ No newline at end of file |