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
Description
After PR #9945 you can no longer demand multiple frames at once.
We should remove the internal counter tracking demand and throw ISE or ReadPending exception if multiple frames are demanded.
ie. this code should be throwing ISE but instead it is just incrementing the internal demand counter.
for (longi = 0; i < n; i++)
demand();
The text was updated successfully, but these errors were encountered:
Jetty version(s)
12
Description
After PR #9945 you can no longer demand multiple frames at once.
We should remove the internal counter tracking demand and throw ISE or ReadPending exception if multiple frames are demanded.
ie. this code should be throwing ISE but instead it is just incrementing the internal demand counter.
The text was updated successfully, but these errors were encountered: