Fix a compilation error
Thanks to @jknair
This commit is contained in:
parent
50707c3178
commit
4c258a8828
@ -202,7 +202,7 @@ public class HttpObjectAggregator
|
|||||||
public HttpHeaders trailingHeaders() {
|
public HttpHeaders trailingHeaders() {
|
||||||
HttpHeaders trailingHeaders = this.trailingHeaders;
|
HttpHeaders trailingHeaders = this.trailingHeaders;
|
||||||
if (trailingHeaders == null) {
|
if (trailingHeaders == null) {
|
||||||
return HttpHeaders.EMPTY_HEADERS;
|
return EmptyHttpHeaders.INSTANCE;
|
||||||
} else {
|
} else {
|
||||||
return trailingHeaders;
|
return trailingHeaders;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user