Browse Source

Polishing

pull/1111/head
Sebastien Deleuze 9 years ago
parent
commit
dc91c81fc4
  1. 1
      spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java

1
spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java

@ -106,7 +106,6 @@ public class AsyncIntegrationTests { @@ -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)

Loading…
Cancel
Save