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
It should be possible add trailer field support as of Servlet 4.
It's a bit challenging, because there is an isTrailerFieldsReady: Boolean method, but no callback for when it turns false to true. We can start checking on the ReadListener's onAllDataRead, but we have to poll if it's false. Gross.
The text was updated successfully, but these errors were encountered:
It should be possible add trailer field support as of Servlet 4.
It's a bit challenging, because there is an
isTrailerFieldsReady: Boolean
method, but no callback for when it turnsfalse
totrue
. We can start checking on theReadListener
'sonAllDataRead
, but we have to poll if it's false. Gross.The text was updated successfully, but these errors were encountered: