Merge pull request #127 from violetagg/ondataavailable-state

AbstractRequestBodyPublisher.onDataAvailable improvement
This commit is contained in:
Arjen Poutsma 2016-06-30 16:07:01 +02:00 committed by GitHub
commit 3403a6ca38
1 changed files with 5 additions and 0 deletions

View File

@ -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.