File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -240,8 +240,6 @@ impl Builder {
240240 /// Set whether HTTP/1 connections will write header names as title case at
241241 /// the socket level.
242242 ///
243- /// Note that this setting does not affect HTTP/2.
244- ///
245243 /// Default is false.
246244 pub fn title_case_headers ( & mut self , enabled : bool ) -> & mut Self {
247245 self . h1_title_case_headers = enabled;
@@ -258,8 +256,6 @@ impl Builder {
258256 /// interact with the original cases. The only effect this can have now is
259257 /// to forward the cases in a proxy-like fashion.
260258 ///
261- /// Note that this setting does not affect HTTP/2.
262- ///
263259 /// Default is false.
264260 pub fn preserve_header_case ( & mut self , enabled : bool ) -> & mut Self {
265261 self . h1_preserve_header_case = enabled;
You can’t perform that action at this time.
0 commit comments