Polishing

This commit is contained in:
Sebastien Deleuze 2016-01-27 17:04:08 +01:00
parent 506c4bc27b
commit dc91c81fc4
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ public class AsyncIntegrationTests {
@Override
public Mono<Void> handle(ServerHttpRequest request, ServerHttpResponse response) {
DataBufferAllocator allocator = new DefaultDataBufferAllocator();
return response.setBody(Stream.just("h", "e", "l", "l", "o")
.timer(Timers.global())
.throttleRequest(100)