Re: Design: Rename FRAME_TOO_LARGE to FRAME_SIZE_ERROR

On Wed, Jun 19, 2013 at 2:00 AM, James M Snell <jasnell@gmail.com> wrote:

> https://github.com/http2/http2-spec/issues/140
>
> Currently, we have the FRAME_TOO_LARGE error code...
>
> suggestion is to remove FRAME_TOO_LARGE entirely and just use
> PROTOCOL_ERROR



yes, let's do that! FRAME_TOO_LARGE's purpose was when the frame exceeded
client capacity - not for malformed packets. With the new smaller frame
sizes that bit of complexity can and should just go away.




>

Received on Wednesday, 19 June 2013 12:12:52 UTC