Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Sep 18, 2019
1 parent 5adc3d6 commit 90b5e6a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ private class DefaultRequestSpec implements RequestSpec {
private final MetadataEncoder metadataEncoder;

@Nullable
private Mono<Payload> payloadMono = Mono.empty();
private Mono<Payload> payloadMono = emptyPayload();

@Nullable
private Flux<Payload> payloadFlux = null;
Expand Down

0 comments on commit 90b5e6a

Please sign in to comment.