sashapolo commented on a change in pull request #640:
URL: https://github.com/apache/ignite-3/pull/640#discussion_r801642688



##########
File path: 
modules/rest/src/main/java/org/apache/ignite/internal/rest/netty/RestApiInitializer.java
##########
@@ -46,7 +45,6 @@ public RestApiInitializer(Router router) {
     public void initChannel(SocketChannel ch) {
         ChannelPipeline p = ch.pipeline();
         p.addLast(new HttpServerCodec());
-        p.addLast(new HttpServerExpectContinueHandler());

Review comment:
       Discussed in person: "continue" is handled by the `HttpObjectAggregator` 
and the javadoc explicitly states not to use this handler




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to