Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] 100 Continue handling

Hi all,

I am working on an application, which will inspect the headers of a request before sending an 100 Continue response. From my understanding, Jetty supports this use case. https://wiki.eclipse.org/Jetty/Feature/1xx_Responses

However, I am running into some problems (Jetty is not sending the 100 Continue as I expected) and I was wondering if anybody could point me to a concrete example of this case. Also, some direction on where to look into the Jetty code that handles this logic would be really helpful. Thanks!

Best,
Kevin

Back to the top