You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of NOT_MODIFIED, UriResourceHandler.streamResource() calls routeContext.getResponse().commit(). However this method doesn't set isCommited flag for the request. isCommited() value is derived from the fact that response is started to stream to the client.
The text was updated successfully, but these errors were encountered:
In case of NOT_MODIFIED, UriResourceHandler.streamResource() calls
routeContext.getResponse().commit()
. However this method doesn't setisCommited
flag for the request.isCommited()
value is derived from the fact that response is started to stream to the client.The text was updated successfully, but these errors were encountered: