Ignore:
Timestamp:
Nov 16, 2018, 10:38:46 PM (6 years ago)
Author:
alloc
Message:

*Latest optimizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/MimeType.cs

    r325 r332  
    55        public class MimeType {
    66                private static readonly IDictionary<string, string> _mappings =
    7                         new Dictionary<string, string> (StringComparer.InvariantCultureIgnoreCase) {
     7                        new CaseInsensitiveStringDictionary<string> {
    88                                {".323", "text/h323"},
    99                                {".3g2", "video/3gpp2"},
Note: See TracChangeset for help on using the changeset viewer.