I'm writing an HTTP REST server in Grizzly and curl wants to send an "Expect: 100-continue" header by default.
I'm not at all sure how to handle this on the Grizzly end. When I guessed at what to do and sent a 100 response, the body of my upload was always blank.
Any suggestions on how I need to handle 100-continue responses when accepting HTTP/1.1 uploads in Grizzly?
Thanks!
Jon Brisbin
http//jbrisbin.com