mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
use scheme cache
This commit is contained in:
parent
19c4939ede
commit
b55dba82a5
@ -78,7 +78,7 @@ public class MetaDataBuilder
|
||||
break;
|
||||
|
||||
case ":scheme":
|
||||
_scheme = HttpScheme.valueOf(field.getValue());
|
||||
_scheme = HttpScheme.CACHE.get(field.getValue());
|
||||
break;
|
||||
|
||||
case ":authority":
|
||||
|
Loading…
x
Reference in New Issue
Block a user