Hi! I have been troubleshooting a ProxyServlet which always times out. After debugging a bit, I discovered the following:
* ProxyServlet.ProxyResponseListener.onComplete is called, and the Result passed to onComplete contains a requestFailure and a responseFailure, both saying: "java.io.IOException: Response header too large". * ProxyServlet.ProxyResponseListener.onFailure is never called, even though the request failed. The javadoc for Response.Listener.Adapter.onComplete states: "This method is always invoked *after* Response.SuccessListener.onSuccess(Response) or Response.FailureListener.onFailure(Response, Throwable), and only when request indicates that it is completed." But in this case, onComplete is not called *after* onFailure, since onFailure is not called at all. Is this a bug?
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
