@@ -93,7 +93,10 @@ func readHeaders(rb *bufio.Reader) (map[string]string, error) {
return nil, err
}
ret[key] = val
// set only if not set previously
if _, ok := ret[key]; !ok {
return ret, nil
The note is not visible to the blocked user.