use scheme cache

This commit is contained in:
Greg Wilkins 2014-06-10 13:13:38 +02:00
parent 19c4939ede
commit b55dba82a5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class MetaDataBuilder
break;
case ":scheme":
_scheme = HttpScheme.valueOf(field.getValue());
_scheme = HttpScheme.CACHE.get(field.getValue());
break;
case ":authority":