398467 Servlet 3.1 Non Blocking IO

removed experiment input handling
This commit is contained in:
Greg Wilkins 2013-05-28 23:30:49 +10:00
parent ce662c7ddc
commit ddd187882f
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ public class HttpChannel<T> implements HttpParser.RequestHandler<T>, Runnable
@SuppressWarnings("unchecked")
HttpInput<T> input = (HttpInput<T>)_request.getHttpInput();
input.content(item);
return !_expect100Continue;
return true;
}
@Override