You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/ConfigurableUndertowWebServerFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ public interface ConfigurableUndertowWebServerFactory
68
68
69
69
/**
70
70
* Set whether direct buffers should be used.
71
-
* @param useForwardHeaders whether direct buffers should be used
71
+
* @param useDirectBuffers whether direct buffers should be used
0 commit comments