Skip to content

Commit

Permalink
Merge branch '2.0.x' into 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Dec 20, 2018
2 parents 51d3626 + 6906859 commit b039982
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ public interface ConfigurableUndertowWebServerFactory

/**
* Set whether direct buffers should be used.
* @param useForwardHeaders whether direct buffers should be used
* @param useDirectBuffers whether direct buffers should be used
*/
void setUseDirectBuffers(Boolean useForwardHeaders);
void setUseDirectBuffers(Boolean useDirectBuffers);

/**
* Set the access log directory.
Expand Down

0 comments on commit b039982

Please sign in to comment.