mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
fix change issue on HttpChannel#writeHeaders to sendHeaders
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ public class ReactorClientHttpRequest extends AbstractClientHttpRequest {
|
||||
return channel.send(body);
|
||||
}
|
||||
else {
|
||||
return channel.writeHeaders();
|
||||
return channel.sendHeaders();
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user