(cherry picked from commit d619591b93f21c7e70df1a32dabb811dd5ffe514)
@@ -1150,7 +1150,7 @@ a wrapper for `KSR.hdr.remove("hrm")` and `KSR.hdr.append("hadd")`.
Example:
```
-KSR.hdr.remove("X-My-Hdr", "X-My-Hdr: abc\r\n");
+KSR.hdr.rmappend("X-My-Hdr", "X-My-Hdr: abc\r\n");
### KSR.hdr.is_present(...) ###