3298f5efee
Motivation: We can use ObjectUtil#checkPositive instead of manually checking maxContentLength. Also, there was a missing JavaDoc for Http2Exception, Modification: Used ObjectUtil#checkPositive for checking maxContentLength. Added missing JavaDoc. Result: More readable code.