Skip to content

Commit 52fde72

Browse files
committed
add missing return
1 parent d2eadcd commit 52fde72

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

context.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ func (fc *frankenPHPContext) validate() error {
132132
e := fmt.Errorf("%w: %s", ErrInvalidContentLengthHeader, contentLengthStr)
133133

134134
fc.reject(e)
135+
136+
return e
135137
}
136138
}
137139

0 commit comments

Comments
 (0)