Merge pull request #127 from violetagg/ondataavailable-state
AbstractRequestBodyPublisher.onDataAvailable improvement
This commit is contained in:
commit
3403a6ca38
|
@ -251,6 +251,11 @@ abstract class AbstractRequestBodyPublisher implements Publisher<DataBuffer> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
void onDataAvailable(AbstractRequestBodyPublisher publisher) {
|
||||||
|
// ignore
|
||||||
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* The terminal completed state. Does not respond to any events.
|
* The terminal completed state. Does not respond to any events.
|
||||||
|
|
Loading…
Reference in New Issue