<p dir="ltr">The http parser performance for http methods that are 5 bytes long could be improved a little by inserting 'break' after each 'r->method =...' in the lines 212-224 in src/http/ngx_http_parse.c </p>

<p dir="ltr">From looking at the other code it looks like someone just forgot to insert them.</p>
<p dir="ltr">I'm on my phone right now so sorry for providing no diff.</p>