Fixed Spelling. (#1582)
This commit is contained in:
committed by
Otto van der Schaaf
parent
3bb65a9055
commit
1ca55ba5d7
@@ -91,7 +91,7 @@ void NgxBaseFetch::Terminate() {
|
|||||||
NgxBaseFetch::active_base_fetches);
|
NgxBaseFetch::active_base_fetches);
|
||||||
|
|
||||||
// Try to continue processing and get the active base fetch count to 0
|
// Try to continue processing and get the active base fetch count to 0
|
||||||
// untill the timeout expires.
|
// until the timeout expires.
|
||||||
// TODO(oschaaf): This needs more work.
|
// TODO(oschaaf): This needs more work.
|
||||||
while (NgxBaseFetch::active_base_fetches > 0 && end_us > timer.NowUs()) {
|
while (NgxBaseFetch::active_base_fetches > 0 && end_us > timer.NowUs()) {
|
||||||
event_connection->Drain();
|
event_connection->Drain();
|
||||||
|
|||||||
Reference in New Issue
Block a user