提交 3403a6ca 编写于 作者: A Arjen Poutsma 提交者: GitHub

Merge pull request #127 from violetagg/ondataavailable-state

AbstractRequestBodyPublisher.onDataAvailable improvement
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册