Fixes #1719 - Improve handling of HTTP/2 queued requests.

Clearing _waitingForContent in recycle().
This commit is contained in:
Simone Bordet 2017-08-21 16:41:04 +02:00
parent 154824049b
commit 6cb6a9e16f
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public class HttpInput extends ServletInputStream implements Runnable
_contentConsumed = 0;
_firstByteTimeStamp = -1;
_blockUntil = 0;
_waitingForContent = false;
}
}