typo fix ! Sorry
This commit is contained in:
parent
a91e72403c
commit
a73e6ea581
@ -851,7 +851,7 @@ public class HttpPostRequestDecoder {
|
||||
}
|
||||
|
||||
while (sao.pos < sao.limit) {
|
||||
char c = (char) ()sao.bytes[sao.pos ++] & 0xFF);
|
||||
char c = (char) (sao.bytes[sao.pos ++] & 0xFF);
|
||||
if (!Character.isISOControl(c) && !Character.isWhitespace(c)) {
|
||||
sao.setReadPosition(1);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user