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 {
240
240
/// Set whether HTTP/1 connections will write header names as title case at
241
241
/// the socket level.
242
242
///
243
- /// Note that this setting does not affect HTTP/2.
244
- ///
245
243
/// Default is false.
246
244
pub fn title_case_headers ( & mut self , enabled : bool ) -> & mut Self {
247
245
self . h1_title_case_headers = enabled;
@@ -258,8 +256,6 @@ impl Builder {
258
256
/// interact with the original cases. The only effect this can have now is
259
257
/// to forward the cases in a proxy-like fashion.
260
258
///
261
- /// Note that this setting does not affect HTTP/2.
262
- ///
263
259
/// Default is false.
264
260
pub fn preserve_header_case ( & mut self , enabled : bool ) -> & mut Self {
265
261
self . h1_preserve_header_case = enabled;
You can’t perform that action at this time.
0 commit comments