Thanks Ishaaq for the information about Jetty, I've added it as a comment on the related issue: https://github.com/restlet/restlet-framework-java/issues/700
Actually, Jetty will wait before sending the 100-continue until the *server* actually tries to read the stream. Maybe the ServerResource should behave in a similar way when using the internal connector. I've also entered a RFE for the similar 102 status: https://github.com/restlet/restlet-framework-java/issues/711 Best regards, Jerome 2013/1/16 Ishaaq Chandy <[email protected]> > Thanks for the reply Jerome. FWIW, jetty does give you control of the > Expect > headers - it wait till the client actually tries to read the stream before > automatically sending back a Continue. > http://wiki.eclipse.org/Jetty/Feature/1xx_Responses#100_Continue > > Ishaaq > > > > -- > View this message in context: > http://restlet-discuss.1400322.n2.nabble.com/expect-continue-handshake-tp7578505p7578577.html > Sent from the Restlet Discuss mailing list archive at Nabble.com. > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3043721 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3045219

