Mercurial Hosting > luan
diff src/org/eclipse/jetty/http/HttpParser.java @ 1001:39154cfa58e4
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 22 Oct 2016 20:56:41 -0600 |
parents | bd26bd9320e2 |
children | 35d04ac3fd0b |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/http/HttpParser.java Wed Oct 19 04:22:51 2016 -0600 +++ b/src/org/eclipse/jetty/http/HttpParser.java Sat Oct 22 20:56:41 2016 -0600 @@ -148,7 +148,7 @@ */ public boolean parseAvailable() throws IOException { - boolean progress=parseNext()>0; + boolean progress = parseNext() > 0; // continue parsing while (!isComplete() && _buffer!=null && _buffer.length()>0 && !_contentView.hasContent())